Two PHP Problems
April 2, 2005 Posted by KP
This is probably very simple, but I could spend hours on it if I’m not lucky.
1. PHPbb displays a blank page if register_globals is disabled.
2. If a crob job executes PHP pages, the working directory is important.
For example:
59 23 * * * /home/account_name/www/sample.php
If get problems, try
cd /home/account_name/www/
59 23 * * * ./sample.php
Related Posts:
Filed Under: PHP