"set_time_limit()" disabled on virtual host
| 
             r4y-fx 
        
      Joined: 2006-02-25 
      Posts: 1  | 
  
          
           
     
     
       Posted: Sat, 2006-02-25 16:39     
   | 
| 
     Hi There I am experiencing some problems with the gallery package here. I found out that the vitrual hosting provider has disabled "set_time_limit()" to restrict the zombie loads which is happening on their servers. As far I can grasp from their e-mail anyways. Obviously with this being disabled it is now throwing up an error on the gallery. Error: Is there anyway of getting round this so that it stops this error showing up? Many thanks in advance. Gallery Version 2.0  | 
|

     
Posts: 8601
G2 routes all calls to set_time_limit through that function in Gallery.class
so, i think you can just comment out that line.
this means that you should avoid any operations in G2 that may take a long time, as G2 is unable to extend its available processing time and so it may get killed in the middle of its work.