Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
kentask
New Member
New Member
Posts: 5
Joined: Sun Nov 26, 2006 9:56 am

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate

Post by kentask »

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 1049773 bytes)
I have this errormessage trying to open the page-part of the program. In ome way i have already solved it! By adding a new user it works, but for inital user i can't do nothing. I don't think the solving lays in adding more php-memory (as inidacated in most responses), it must be more to it! Someone have a clue to this issue??

Kind regards Kent www.salsus.se

I have had this problem througout the vewrsions. Now i run 1.6
My setup:
CMS Installationsinformation:
CMS-version
1.6


Installerade modulerCMSMailer
1.73.14
FileManager
1.0
MenuManager
1.6
ModuleManager
1.3
nuSOAP
1.0.1
Printing
1.0
Search
1.6.1
ThemeManager
1.1.1
TinyMCE
2.5.0
Guestbook
1.1.10
Glossary
0.6.7
FormBuilder
0.4.4
Forum
0.9.2
FrontEndUsers
1.6.5
Captcha
0.4
SelfRegistration
1.2.3
FCKeditorX
1.1.0


Konfigurationsinformationphp_memory_limit:
48M
process_whole_template:
true
max_upload_size:
12000000
default_upload_permission:
664
assume_mod_rewrite:
false
page_extension:
Last edited by kentask on Thu Jul 09, 2009 11:11 am, edited 1 time in total.
alby

Re: Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate

Post by alby »

kentask wrote: I have had this problem througout the vewrsions. Now i run 1.6
If you have many modules then it's a memory issue, if you have a very old/deprecated module then can be this
However try to put in config.php:  $config['php_memory_limit'] = '32M';

Alby
kentask
New Member
New Member
Posts: 5
Joined: Sun Nov 26, 2006 9:56 am

Re: Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate

Post by kentask »

Thanks for your concern, but as i mentioned (not really clearly) i have changed that setting, but my internetprovider will not raise the mem limit to more than the 24M i have. The strange thing is that the problem dissapears when i add a new user. So i still don't think that the memory is the key problem.

//Kent
Locked

Return to “[locked] Installation, Setup and Upgrade”