Jump to content
MakeWebGames

Recommended Posts

Posted

i cant get an event to occur in any of my cron jobs, i am not sure the standard event_add does not display any results

line as follows for an example

event_add(1,"text",$c);

should send user 1 an event upon completion of the current routine but nothing comes back. one cron mod said use

@event_add but that isnt working either am i overlooking something in crob jobs? i cant get an event back on my crons.

Posted

Re: cron jobs and event_add

 

do you only want to send it to 1 user?

that was just an example but it doesnt even send it to me, i have the code but no events_add will come out of cron regardless if its user 1 or not. i can send the exact code but if it wont send it user 1 its not going to send it anywhere else either.

Posted

Re: cron jobs and event_add

If it is v1

Just move global.func to your cron folder

then put include globalfunc.php in daysold.php or whatever cron you want the event to come from

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