• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

cron jobs no longer work on 8.0.x

P

phorium

Guest
I have a cron job set up for phpDig that no longer works after migrating the site to plesk 8. Now, instead of indexing the site, the script just outputs this message in the log file:

Warning: set_time_limit(): Cannot set time limit in safe mode in /srv/www/vhosts/domain.com/httpdocs/search/admin/spider.php on line 22

Obviously this means that safe mode is causing the issues... but turning safe_mode off in the domain settings didn't work, and disabling safe_mode in the php.ini file doesn't work either. Somehow I'm now unable to run any php scripts from the command line without safe mode on regardless of how php.ini or the domain settings are configured. Anyone have any ideas of how to get around this?
 
Back
Top