RSS Feed/News Cron entry title

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,816
Points
823

Reputation:

I'm inserting a cron job like this:

Code:

Code:
$updateFight = $db->insert('xf_cron_entry', 
 [
   'entry_id' => 'fight' . $newBattleId,
   'cron_class' => 'Battles\ILL\Cron\Fights',
   'cron_method' => 'fightInsert',
   'run_rules' => '{"day_type":"dom","dom":[22],"hours":[15],"minutes":[17],"battle":[' . $newBattleId . ']}', 
   'active' => 1, 
   'next_run' => 1726838148, 
    'addon_id' => 'Battles/ILL'
 ]
);

But when I look at the entries in the admincp, in the list it shows...

Read more

Continue reading...
 
Status
Not open for further replies.
Top