I've followed the instructions on the rtfm page, but I just can't seem to get cronManager to run. The cron jobs I have created in cronManager say 'cronjob not started yet'. I have a reduced the active crons to a simple script that emails me to say its working, but still no joy.
When I ssh in and execute the script (assets/components/cronmanager/cron.php) via the command line i get the php error:
Fatal error: Out of memory (allocated 2359296) (tried to allocate 7680 bytes) in /home/xxx/core/xpdo/xpdo.class.php on line 1924
My php.ini script has 256Mb memory allowance - it should be enough!
If I visit the URL for the cron script, I receive the following response:
{"success":false,"code":401}
so it looks like a permissions issue - but the file is set to 755, which should be adequate (?)
Does anyone have an idea what might be going wrong?
[ed. note: christianhanvey last edited this post 14 years, 4 months ago.]