Cron Problem

Hey all,

I'm having a problem with my cron jobs.  They were working until I finally updated from 7.0.1 to 7.0.6.  I did each update individually (7.0.1 > 7.0.2 and so on).  I have checked my max file upload and it is set to 200 meg and my cron is calling for action.  Here is the end of the file where the fatal error occurs:

 

Press [q] to stop encoding
frame=   42 fps=  0 q=34.0 size=      18kB time=0.03 bitrate=4379.9kbits/s    
frame=   50 fps= 41 q=36.0 size=      22kB time=0.30 bitrate= 603.1kbits/s    
frame=   54 fps= 30 q=34.0 size=      30kB time=0.43 bitrate= 557.7kbits/s    
frame=   56 fps= 21 q=33.0 size=      35kB time=0.50 bitrate= 575.9kbits/s    
frame=   58 fps= 17 q=33.0 size=      42kB time=0.57 bitrate= 610.0kbits/s    
frame=   61 fps= 15 q=34.0 size=      51kB time=0.67 bitrate= 629.6kbits/s    
frame=   65 fps= 14 q=34.0 size=      62kB time=0.80 bitrate= 633.3kbits/s    
frame=   68 fps= 13 q=34.0 size=      70kB time=0.90 bitrate= 633.8kbits/s    
frame=   71 fps= 12 q=33.0 size=      76kB time=1.00 bitrate= 620.8kbits/s    
frame=   73 fps= 11 q=34.0 size=      86kB time=1.07 bitrate= 657.5kbits/s    
frame=   76 fps= 10 q=35.0 size=      96kB time=1.17 bitrate= 671.8kbits/s    
Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 85 bytes) in /home/username/sitename.com/plugins/moovrelocator/lib/Moovrelocator.class.php on line 720



Anybody have any thoughts?

Quote · 22 Jun 2011

You need to increase PHP's memory_limit to a higher amount. You may need to specify the cron job to run against another php.ini file, like so:

 

cd /path/to/dolphin/periodic; /path/to/php -q cron.php -c /path/to/php.ini

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 22 Jun 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.