I have upgraded PHP 4.4.7 to PHP 5.2.4 by compiling.
After this upgrade I have now this problem: I can't include or require other php-files in scripts executed by the crontab.
My Crontab in Confixx:
Code: Select all
* * * * * php ~/html/php/ccb/cron.php > /dev/nullCode: Select all
PHP Warning: include(../system.php): failed to open stream: No such file or directory in /home/www/web1/html/php/ccb/cron.php on line 2
PHP Warning: include(): Failed opening '../system.php' for inclusion (include_path='.:/usr/lib/php') in /home/www/web1/html/php/ccb/cron.php on line 2
The include_path /usr/lib/php is for the PEAR-Libary.
Any solution?
My System:
Thanks!openSuse 10.1
Apache 2.2.0
Administration: SWSoft Confixx 3.3 Pro.