Page 1 of 1

[SOLVED] 1.3 Appears to require more memory, is there a solution?

Posted: Sat Jun 21, 2008 5:25 am
by Art-art
Hi,

I faced some problems upgrading from 1.2.5 to 1.3.
Since overwriting of version 1.2.5 didn't work, I decided to install from scratch by installing a fresh 1.3 version. During installation cmsms now reports:

Code: Select all

Checking PHP memory limit.
You have 8M (min 16M, recommend 24M).
You may not have enough memory to run CMSMS correctly, or with all of your desired addons.
If possible, you should try to get your system admin to raise this value. Proceed with caution. 
My provider only allows me 8M :-\. This seemed to be enough up to the last version.
Are there solutions? ??? (besides moving to an other provider).

Arthur

Re: 1.3 Appears to require more momory, is there a solution?

Posted: Sat Jun 21, 2008 6:57 am
by cyberman
It's depending what you want to do - it's a preference in installer and it can be manipulated.

But be warned - maybe CMSms will have memory trouble.

If you want to use CMSms only on a minimal level it could help to deactivate and delete unused modules.

Re: 1.3 Appears to require more momory, is there a solution?

Posted: Sat Jun 21, 2008 7:38 am
by RonnyK
Arthur,

you could try to put
ini_set('memory_limit', '24M');
just inside the config.php, right after the <?php

Ronny

Re: 1.3 Appears to require more memory, is there a solution?

Posted: Sun Jun 22, 2008 6:32 am
by Art-art
Hi Cyberman & RonnyK,

Thanks for your replies. I'll make an other fresh install, see what modules seem unused (any suggestions on what might be candidates?) and modify the config.php-file.
I'll keep you posted on the result.

Arthur

Re: 1.3 Appears to require more momory, is there a solution?

Posted: Sun Jun 22, 2008 7:10 am
by cyberman
As I said it's depending what you want to do.

For instance a simple website for a firm with no spectacular things needs only MenuManager and TinyMCE (and maybe News).

Re: 1.3 Appears to require more momory, is there a solution?

Posted: Mon Jun 23, 2008 4:45 am
by Art-art
It's seems that Ronnies suggestion:
RonnyK wrote: Arthur,

you could try to put
ini_set('memory_limit', '24M');
just inside the config.php, right after the <?php

Ronny
Works.

Thanks, Arthur

Re: [SOLVED] 1.3 Appears to require more memory, is there a solution?

Posted: Mon Jun 23, 2008 4:52 am
by cyberman
Coming version 1.4 will have an option in config.php for this ...