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

Darrell’s picture

I commented out line 1045

// set_time_limit(0);

and the error went away. Am I going to cause any other problems?

drewish’s picture

Status: Active » Fixed

nope, 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)