Monday 16 February 2009 6:20:13 am
Hi! I made some new attempts to run the script: When I try to run the script via browser http://ourdomain/runcronjobs.php the following message appears:
#!/usr/bin/env php PHP is currently using the 'apache2handler' interface. Make sure it is using the 'cli' interface.
When I use the Windows Command Line by typing in php C:\xampp\htdocs\ezpublish\runcronjobs.php the following error message is displayed:
Warning: require_once(lib/ezutils/classes/ezdebug.php): failed to open stream: N
o such file or directory in C:\xampp\htdocs\ezpublish\kernel\classes\ezpersisten
tobject.php on line 57
Fatal error: require_once(): Failed opening required 'lib/ezutils/classes/ezdebu
g.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\ezpublish\kernel
\classes\ezpersistentobject.php on line 57
Any suggestions? Mark
|