Jump to content
MakeWebGames

Recommended Posts

Posted

I'm not too sure what to say. All i know is that they stop working after an hour or so, sometimes takes a few hours to stop working, so not sure if its Day crons or Hour crons that stop them.

If needed i could post my crons up for view.

Posted

your crons

Are you using the right ones?i had the same problem so i was told to go to config.php and use the code that is in there. copy that and put them in the cron jobs hr min day all and it should work good from then on !

Posted

All my crons codes are in the correct order and the code is the same as the one in config.php

I have been adding things to my site which has needed editing of crons hour and day... Could this have anything to do with it?

Posted
I've just tested all my crons, they work fine...

Should i delete them from the server and re-add them? See if that works?

try adding this error_reporting(E_ALL); right after the <?php

try it on a day cron or what ever you think is given you an error

 

so on top it will look like this

 

<?php
error_reporting(E_ALL);

 

see what that gives you, Deleting them wont solve your issue

Posted

hey peeps,

im having the same problems ive tried it manually and it works for all crons and codes right and everything, could it just be the host crons work dont work? OR does cronwork work cuz i can use it manually? an ideas? :?: :?: :?: ^^

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.   Paste as plain text instead

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