ok, im gonna try to put more info in here in hopes that i am including all things necessary to understand what is wrong.
everyday in my email i get this:
/bin/sh: line 1: ./includes/cron/maf_cron.php: No such file or directory
if i run the report directly to make sure i got things set up right i get this error:
Shortlisting Email Sent To eclypz
Shortlisting Email Sent To Bucho
Fatal error: Call to undefined function: log_cron_action() in /home/httpd/vhosts/syde-sho.com/httpdocs/forums/includes/cron/maf_cron.php on line 163
this is what is on line 163:
log_cron_action($logmessage, $nextitem);
in my maf_cron.php i have this for line 10 (line 9 removed, even though it was commented out):
chdir("/home/httpd/vhosts/syde-sho.com/httpdocs/forums/");
in my cronjob i have:
./includes/cron/maf_cron.php
is everything here set up right for me?
thanks in advance!
|