Jump to content

[SOLVED] Cron Jobs.


seany123

Recommended Posts

I really don't know where this goes on this forum... but anyway.

 

with my hosting cpanel i made a Cron job or tab... that basically runs every minute and goes to the following...

 

/home/maf10000/www/index.php

 

but when i get my confirmation email through to say if the cron worked or not i get this message....

 

/bin/sh: /home/maf10000/www/index.php: Permission denied

 

does anyone know why its not working?

Link to comment
https://forums.phpfreaks.com/topic/172675-solved-cron-jobs/
Share on other sites

okay now im getting this error:

 

/home/maf10000/www/index.php: line 1: ?php: No such file or directory

/home/maf10000/www/index.php: line 2: syntax error near unexpected token `"lib.php"'

/home/maf10000/www/index.php: line 2: `include("lib.php");'

 

 

this is the top of my index.php

 

<?php
include("lib.php");
define("PAGENAME", "Index");

 

Link to comment
https://forums.phpfreaks.com/topic/172675-solved-cron-jobs/#findComment-910174
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.