FreeBSD Server Administration

« Commonly Used Configuration Files and Commands | Main | A Silly Story »

April 02, 2005

Two PHP Problems

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


Category : PHP

Posted by FreeBSD Newbie at April 2, 2005 07:45 AM

Comments

Post a comment



(Optional, will not be shown to the public)

Remember Me?