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 /{your-path}

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

allowoverride fileinfo

4. Setup your server to follow symbolic 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. Ensure session cookies are enabled in your browser.

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

session.save_path /{your-path}

Broken charset

Some characters are not displayed correctly.

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

adddefaultcharset utf-8

Powered by Redaxscript 1.2.1  •  Design and realization by Jörg Steinhauer & Henry Ruhs
PHP developers wanted Contribute awesome code This is Henry, the founder of Redaxscript. I'm looking for talented PHP developers to refactor Redaxscript to OOP.
Please fork Redaxscript on Github and let me know about your plans: info@redaxmedia.com