Trouble upgrading from 2.1.6 to 2.2.8 PHP Mem Limit

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
CapereSpiritum
Forum Members
Forum Members
Posts: 223
Joined: Wed Dec 28, 2011 12:11 pm

Trouble upgrading from 2.1.6 to 2.2.8 PHP Mem Limit

Post by CapereSpiritum »

Hi All
Been a while since I upgraded my CMSMS. Currently using 2.1.6 and trying to upgrade to 2.2.8

System Info & Modules:
CMSMS Version 2.1.6

Installed Modules
AdminSearch 1.0.2
Album 1.11
CMSContentManager 1.1.4
CMSMailer 6.2.14
DesignManager 1.1.1
FileManager 1.5.2
FormBuilder 0.8.1.6
MicroTiny 2.0.3
ModuleManager 2.0.5
Navigator 1.0.3
News 2.50.6
Search 1.50.2
Getting this message in the installer:
'Checking for a sufficient PHP memory limit
Your memory limit value is too low. You had -1, however a minimum of 16M is required, and 32M is recommended'

I have 512mb php memory limit. Confused :-[

My host is IONOS, formerly 1 and 1 Internet.
Installed dozens of CMSMS sites.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1629
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Trouble upgrading from 2.1.6 to 2.2.8 PHP Mem Limit

Post by DIGI3 »

I seem to recall having something similar with a One and One client, and had to explicitly set the memory limit in user.ini or php.ini or whatever it was the host used.

Does system info and phpinfo() show the correct limit?
Not getting the answer you need? CMSMS support options
Hupi
Forum Members
Forum Members
Posts: 16
Joined: Fri Dec 25, 2015 4:03 pm

Re: Trouble upgrading from 2.1.6 to 2.2.8 PHP Mem Limit

Post by Hupi »

Yeah. I had this problem too on 1&1 server:

This gave me the needed input:
viewtopic.php?f=8&t=79352

In short:

create a "php.ini" file with the content ...

output_buffering = 4096
output_buffering = on
memory_limit = 256M
upload_max_filesize = 100M
max_execution_time = 180
post_max_size = 100M

... and copy it to the uploaded install folder (the folder were you run the update from). Then run the install.

This worked for me when I used the "cmsms-2.2.9.1-install.expanded.zip" for my install.

BR Hupi
Post Reply

Return to “CMSMS Core”