Hy,
in 7.0.8 my cronjob from my own module will not run.
I have a test system with 7.0.6 and here the cronJob runs currect.
What make i wrong?
the sql statemant:
-- CronJob
INSERT INTO `sys_cron_jobs` (`name`, `time`, `class`, `file`) VALUES ('goesi_fb', '0 3 * * *', 'goesi_fb_cron', 'modules/goesi/fbook_event-import/classes/GoesiFbCron.php');