A blank page instead of your expected content? This could be a PHP coding issue.

The first thing you want to do is to enable PHP error displays via .htaccess file and input the following codes:

php_value display_errors on

Once done and saved, navigate to the page again or the same URL and you should see the error message which will indicate where you should look to resolve the issue.

If no error is displayed and you still see a white page, look to your particular script documentation for how to enable PHP error display for your script.

This is also recommended if some portion of your script(s) are not doing what they should be doing, for instance, a module not displaying when it has been enabled. (c) securesignup.net.

To learn more, Ask the Community >>


« Back to the Knowledgebase