Fight with empty pages or enable error reporting and debug
When users install scripts or play with functionality they can get 'white page'. Commonly page without content mean that something is wrong and you can not see errors, warnings or notices, because reports of this type disabled by php configuration.
Many times via support forums I said
"don't work" - isn't error report
minimum you need to describe
Links:
- What you did?
- What you got?
- What you have expect to got?
- Create file phpinfo.php with content
<?php phpinfo();?> - upload this file to your webserver
- Access it(example: www.example.com/phpinfo.php)
Trackback URL for this post:
http://www.kalexandr.com/trackback/40

