Jump to content

php cron error


Recommended Posts

I was trying to get the cron running on the following .php code :

 

$root = $_SERVER["DOCUMENT_ROOT"];

require_once("open/test.php");

 

and i got this error :

 

 

  Warning: require_once(open/test.php) [[1]function.require-once]:

  failed to open stream: No such file or directory in

  /home/test/public_html/open/test.php on line 4 Fatal error:

  require_once() [[2]function.require]: Failed opening required

  'open/test.php'(include_path='.:/usr/lib/php:/usr/local/lib/php')in

  /home/test/public_html/open/test.php.php on line 4

 

 

Can anyone please kindly help me on that php code please. Thanks

 

 

Best Regards,

Tandiono

 

 

Link to comment
https://forums.phpfreaks.com/topic/81054-php-cron-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.