PHP error?

Soldato
Joined
6 Jan 2006
Posts
3,423
Location
Newcastle upon Tyne
Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /customers/forum.com/httpd.www/administrator/components/com_easygallery/classes/photos.php on line 23



Thats the error I get. Any ideas how I can solve it? The Joomla community was about as good as a kick in the nuts :p
 
Shouldn't normally need to use that anyway - and might get told off if you do. Solutions: turn off safe mode or comment out the code (line 23 of photo.php it seems) :)
 
Change it to @set_time_limit, that way it'll hide the error message now but will work properly if your host ever decides to not be atrocious and actually run PHP properly.
 
Back
Top Bottom