CodeIgniter Forums
Upgrading from 3.1.5 to 3.1.6 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Regional User Groups (https://forum.codeigniter.com/forumdisplay.php?fid=25)
+--- Thread: Upgrading from 3.1.5 to 3.1.6 (/showthread.php?tid=72700)



Upgrading from 3.1.5 to 3.1.6 - owino - 01-27-2019

Hallo everyone, I am Owino from Kenya, East Africa.

I have been using CI for a while now, but I am still stuck at version 3.1.5.

I am sure I have never understood the step 2 at https://www.codeigniter.com/user_guide/installation/upgrade_316.html

What I get after I am done with step 1 is

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /var/www/html/mysystem/system/core/Loader.php on line 218

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0

I need your help


RE: Upgrading from 3.1.5 to 3.1.6 - shyam_ci - 01-28-2019

The correct way is to edit your php.ini file. Search for 'memory_limit'. You may find 128M which is a default value. Increase this 512M or more as required. Restart the apache server. You are good to go.