Jump to content

[SOLVED] CRON error


Boo-urns

Recommended Posts

I've set up a few crons before but have never come across this error. Any suggestions?

 

/home/myusername/public_html/scripts/php/cron-bar-rank.php: line 1: ?php: No such file or directory
/home/myusername/public_html/scripts/php/cron-bar-rank.php: line 2: syntax error near unexpected token `$_SERVER['DOCUMENT_ROOT'].'/scripts/conn.php''
/home/myusername/public_html/scripts/php/cron-bar-rank.php: line 2: `include($_SERVER['DOCUMENT_ROOT'].'/scripts/conn.php');'

 

and here is the php file.

<?php
include($_SERVER['DOCUMENT_ROOT'].'/scripts/conn.php');
// i've tried changing it to conn.php and threw it in the same folder as the cron script still no luck
// i've tried just copying the connection info onto the page no luck again

 

Thanks in advance!

-Corey

Link to comment
https://forums.phpfreaks.com/topic/145043-solved-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.