Error upgrading to 5.6.0.2 from 5.5.2.1

Permalink
Hi there,
Can anyone help me with this error while upgrading to the latest C5 version.

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes) in /home6/nourishu/public_html/updates/concrete5.6.0.2/concrete/libraries/3rdparty/adodb/adodb.inc.php on line 1052

I will greatly appreciate if someone can give me a little bit more instruction on where to make the memory size change.

Many thanks in advance.

Vicky

nourishu
 
mhawke replied on at Permalink Reply 1 Attachment
mhawke
Usually in php5.ini or php.ini

If you really want to know what your server is doing you can rename the attached file to phpinfo.php and upload it to your server and then land on it with your browser. (i.e.www.www.yoursite.com/phpinfo.php)... This will spit out all the php settings including the name of the configuration file that's actually in use.

Scroll down until you find "memory_limit". Mine is 356M.

Sometimes hosting packages don't allow you to change the php settings.