Troubleshooting

Blank page

Instead of seeing what I expected, a white screen of death appears.


1. Verify if your server provides PHP 4.3.0 or above, otherwise enable the correct version inside your .htaccess file.


addtype application/x-httpd-php43.php

2. Enable error reporting inside your index.php file and report suspicious warnings to our facebook group.


error_reporting(-1);

Rewrite issue

All pages - except my homepage - return an internal server error.


1. Load mod_rewrite manually inside your .htaccess file.


loadmodule rewrite_module modules/mod_rewrite.so

2. Setup a correct rewritebase inside your .htaccess file.


rewritebase /path

3. Setup the allowoverride directive inside your .htaccess file.


allowoverride fileinfo

4. Setup your server to follow simbolic links inside your .htaccess file.


options +followsymlinks

5. Delete your .htaccess file and Redaxscript will fall back to parameter mode.

Session issue

My session cannot be started or expires frequently.


1. Setup another session path inside your .htaccess file.


session.save_path /path

Broken charset

Some characters are not displayed correctly.


1. Setup a default chartset inside your .htaccess file.


adddefaultcharset utf-8
Powered by Redaxscript 0.4.0  •  Design and realization by Jörg Steinhauer & Henry Ruhs