Closed (fixed)
Project:
Filemanager
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2007 at 20:47 UTC
Updated:
10 Jun 2007 at 06:15 UTC
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