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
Comment #1
gausarts commentedTry placing this in your settings.php in the PHP setting section:
And play around with the value. Good luck
Comment #2
Royal_Jat commentedVery 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
Comment #3
mariusooms commentedThanks gausarts.
Marking fixed!