Re: Upgrade from 2.3.8 to 2.5.0 fails [message #11317 is a reply to message #11316] |
Thu, 26 June 2003 14:29 |
ftanner
Messages: 35 Registered: May 2003 Location: Phoenix, AZ
Karma:
|
Member |
|
|
prottoss wrote on Thu, 26 June 2003 10:15 | Yup It's called memory_limit php ini setting, you need to raise it.
|
I adjusted my memory limit to 128M and the script STILL fails. It shouldn't need even THAT much to do the upgrade from 2.5.0RC6. What gives?
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 1538991 bytes) in /www/html/neutron.intranet.net/FUDforum2/upgrade.php on line 442
AFTER the upsizing of memort_limit in php.ini thusly...
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
memory_limit = 128M ; Maximum amount of memory a script may consume (8MB)
Oh yeah....And I did an apachectl restart after the changes just to be safe.
[Updated on: Thu, 26 June 2003 14:35] Report message to a moderator
|
|
|