Posted by j2g2 on January 5, 2009 at 10:21pm
Jump to:
| Project: | Helpers |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
I got the following error message right after I install the "Helpers" package required by the "Faq_Ask" module:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 200657 bytes) in C:\xampp\htdocs\drupal\includes\database.mysqli.inc on line 303
As soon as I removed the "Helpers" module, it works fine. But I really need the "Helper_database" module for the "Faq_Ask" module to work. :(
I then tried to increase the memory size in the .htaccess file in the Drupal root, I end up getting more fatal errors.
Please help!!! Thanks.
Comments
#1
Try removing some of the larger modules, like Views, temporarily and see if that helps. It sounds like you are on the ragged edge of needing to increase your memory. BTW, I find it better to change the setting in php.ini.
#2