Download Version 5.7.5.8 fails with "Allowed memory size of 67108864 bytes exhausted...." error
Permalink
Trying to upgrade from 5.7.5.6 to 5.7.5.8 but keep getting the error:
Allowed memory size of 67108864 bytes exhausted (tried to allocate 40982341 bytes)
Tried adding the line:
ini_set("memory_limit","1028M");
to my index.ini file but continues to get the error. Environment data shows
memory_limit - 64M
I believe new version needs 96.
New to this so any help is appreciated.
Allowed memory size of 67108864 bytes exhausted (tried to allocate 40982341 bytes)
Tried adding the line:
ini_set("memory_limit","1028M");
to my index.ini file but continues to get the error. Environment data shows
memory_limit - 64M
I believe new version needs 96.
New to this so any help is appreciated.
You could follow the "Manual Dashboard Update" instructions on this pagehttp://documentation.concrete5.org/developers/installation/upgradin... instead of trying to figure out how to change the memory limit from within the application (some hosts don't allow changing php settings from inside an application)
That worked. Thanks!