hello everybody

I am using drupal 6 for social networking sit and in event section, i am using rsvp module. this module depend on Friends-api and Buddylist_api, thats for i have install "friendlist and buddylist2 " but when i put these module in modules folder and go to module list in site , this error have been occurring

"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 583827 bytes) in C:\xampp\htdocs\drupal10\includes\database.mysqli.inc on line 303"

plz help me for soul out this problem

Comments

gausarts’s picture

Try placing this in your settings.php in the PHP setting section:

ini_set('memory_limit',     '128M');
ini_set('max_execution_time',     1000);
ini_set('max_input_time',     1000); 

And play around with the value. Good luck

Royal_Jat’s picture

Very very thank you gausarts

now it is working and i was also changed the memory limit in "php.ini" file of Apache
but you suggestion is applicable beacouse we can't change the server's php.ini file online

Royal_Jat

mariusooms’s picture

Status: Active » Fixed

Thanks gausarts.

Marking fixed!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.