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
Share on other sites

644 is non executable, it needs to be at least 744.

 

The shebang line tells the shell what program to use to execute the script. It needs to go on the first line and tells the shell to use php (Linux doesn't car about file extensions).

Link to comment
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.