Chron job - don't look like it's running

Status
Not open for further replies.

mowax

New Member
Messages
32
Reaction score
0
Points
0
hi all.

i don't seem to be able to run a chron job, how ever i'm not getting any e-mails to say that they aren't running but the stats page isn't giving me any error logs.

/usr/bin/perl /home/mowax/stats1/stats.pl

i have the stats.pl file chmod 777.

# stats.cfg should ONLY contain basic database settings.
# any other configuration settings will be ignored.
dbtype = mysql
dbhost = localhost
dbport = 3306
dbname = mowax_stats
dbuser = mowax_mowax
dbpass = password
dbtblprefix = ps_

i have changed the time for it too update to everyminute every hour just to see if it kicks in and of course for server load i turn this down to once a day.

Any ideas.

Thanks
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Put the .pl file in your cgi-bin folder.
 
Status
Not open for further replies.
Top