Author Topic: 1.4.2. to 1.5 - Warning: set_time_limit() [function.set-time-limit]:  (Read 3049 times)

Arthur Mullard

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Whenwe try automatic upgrade from 1.4.2 to 1.5 we get following error. Any ideas?


Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/realnst/public_html/goo/public/upgrade/auto.php on line 2
Error: Unable to open zip file.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: 1.4.2. to 1.5 - Warning: set_time_limit() [function.set-time-limit]:
« Reply #1 on: August 06, 2009, 12:50:51 pm »
Try changing set_time_limit(0) for @set_time_limit(0) on file 'public/upgrade/auto.php'. If possible, disable 'safe mode'.

Arthur Mullard

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: 1.4.2. to 1.5 - Warning: set_time_limit() [function.set-time-limit]:
« Reply #2 on: August 11, 2009, 08:06:23 pm »
Thnak you for suggestion, ignacio.

I changed set_time_limit(0) as suggested. But I now get a blank page with:

Error: Unable to open zip file.

I'm not sure where or how I disable safe mode, can you point me in the right direction.