From: M. F. <md...@gm...> - 2004-09-07 17:47:44
|
This is due to phpWebSite using more than 8 MB of RAM that is default set in php.ini depening on thhe modules you have loaded. As stated in the installation FAQ found at: http://phpwebsite.appstate.edu/index.php?module=faq&FAQ_op=view&FAQ_id=18 Q: What does this error mean? Fatal error: Allowed memory size of n bytes exhausted (tried to allocate n bytes) in Unknown on line n A: PhpWebSite currently has a hefty memory requirement which we hope to fix in our 0.9.4 release. Until then you can resolve the issue by uncommenting the line shown below. It is located at the top of the Core.php file in the core/ directory of phpWebSite. /* Uncomment this line to attempt to use a higher memory limit */ ini_set("memory_limit", "12M"); You may even want to set it to 16M Update: 11/11/03 Memory requirements will drop significantly upon the release of 0.9.3-2. On Sun, 05 Sep 2004 10:47:56 -0700, Shaun Savage <sa...@sa...> wrote: > Hi > > I am haveing major problems installing phpwebsite-0.9.3-4 on Linux > fedora core 2 > . I am using apache-2.0.50, mysql-3.23.58, (postgres does not setup at > all) php-4.3.8. > > The hardware is athlon with 512M RAM, 120D HD. > > the config page works, all the modules install, but when I go to "youe > install" I get int the error log file. > -------- > [client 127.0.0.1] PHP Fatal error: Allowed memory size of 8388608 > bytes exhausted (tried to allocate 3840 bytes) in > /var/www/pws/lib/pear/Mail.php on line 87, referer: > http://www.tuxclub.org/setup/setup.php > ------ ----- Snip Snip--- |