Hi Francois, Setting php_value memory_limit "256M" did the trick.
Thanks! Jason -----Original Message----- From: Francois Gaudreault [mailto:[email protected]] Sent: September-14-12 11:19 AM To: [email protected] Subject: Re: [PacketFence-users] PHP fatal error Hi, > > PHP Fatal error: Allowed memory size of 134217728 bytes exhausted > (tried to allocate 76 bytes) in /usr/local/pf/html/admin/common.php on > line 196 > > I tried to update memory_limit = 128M to 256MB in /etc/php.ini as well > as adding ini_set("memory_limit","256M"); in > /usr/local/pf/html/admin/common.php. You need to redefine that number in the apache config (httpd.conf.apache22). Look at the end of the Admin UI virtual host. Thanks! -- Francois Gaudreault, ing. jr [email protected] :: +1.514.447.4918 (x130) :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
