Watchdog keeps reporting the following error
set_time_limit(): Cannot set time limit in safe mode in /var/www/vhosts/mysite.org/httpdocs/drupal/modules/filemanager/filemanager.module on line 1045.
What do I do to get rid of the error?
Watchdog keeps reporting the following error
set_time_limit(): Cannot set time limit in safe mode in /var/www/vhosts/mysite.org/httpdocs/drupal/modules/filemanager/filemanager.module on line 1045.
What do I do to get rid of the error?
Comments
Comment #1
Darrell commentedI commented out line 1045
// set_time_limit(0);
and the error went away. Am I going to cause any other problems?
Comment #2
drewish commentednope, probably not, it was there to prevent large file transfers from timing out but if you can't use it it doesn't really matter.
Comment #3
(not verified) commented