PDA

View Full Version : Error in Viewing who's online


rajrana007
11-03-2008, 05:35 AM
When i click to see who r the members online this is what i get as error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4864 bytes) in /home/****/public_html/forum/includes/functions.php(1077) : eval()'d code on line 1

I was away for a few days and came back today to find this i suspect the mod Cyb Visitors in last X hours which was installed by my co-admin whle i was away.

:( Need urgent help . THNX:o

Lynne
11-03-2008, 03:03 PM
To quote Steve:
Your PHP does not have enough memory allocated to it to complete this operation. Ask your host to increase the 'memory_limit' variable in php.ini to at least 64M.

To temporarily up your limits edit your includes/config.php file and add these lines right under the <?php line:

ini_set('memory_limit', 64 * 1024 * 1024);

Or just increase your memory_limit setting in php.ini to 64M.

edermix
11-03-2008, 03:31 PM
You can this modify in .htacess

rajrana007
11-04-2008, 05:10 AM
Thank u everybody

The problem was an issue with the RLIMIT inside vhost entry in httpd.conf.

I got RLIMIT increased and my site now appears to load normally.