Fatal Error

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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Fatal Error

Post by calguy1000 »

This is interesting, and it goes to show that not all php installs are created equally.  Ted has a considerably smaller default memory footprint on his new test server:  Here's a copy of some of his latest profiling efforts:
Debug display of 'Loading module CMSMailer':(0.086287) -- 3294296
Debug display of 'Loading module FCKeditorX':(0.091215) -- 3481120
Debug display of 'Loading module MenuManager':(0.097232) -- 3677304
Debug display of 'Loading module ModuleManager':(0.102333) -- 3796112
Debug display of 'Loading module News':(0.107141) -- 3967144
Debug display of 'Loading module nuSOAP':(0.115516) -- 4239776
Debug display of 'Loading module Search':(0.117086) -- 4291784
Debug display of 'Loading module ThemeManager':(0.123781) -- 4519528
Debug display of 'End of include':(0.129699) -- 4737256
Debug: (0.130557) -- 4700864
Piratos wrote: Here some values of needed memory with 1b4 - all modules installed - on the admin side:

Thememamanager open  6,23 MB
News open - 6,24 MB
Events open - 6,29 MB

and the Maximum is if you open the Modulemanager (no one needs this module)  7,84 MB  - it works not proper if you have 8 MB restriction.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Piratos

Re: Fatal Error

Post by Piratos »

Change the adim/footer.php  to this
$htmlresult .= ''.memory_get_usage().' bytes of memory';

echo $htmlresult;
and see it by yourself.

Maybe Ted has eaccelerator or so loaded.

And this is if you are Online with the Modulemanager:
8096496 bytes of memory
and so the cms does not run if you have a 8 mb limit.
Last edited by Piratos on Sun Aug 13, 2006 7:39 am, edited 1 time in total.
Locked

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