By rajya lakshmi on
hi,
iam getting below error.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 61469 bytes) in /home/techpund/public_html/projects/drupal/includes/form.inc on line 2064
how to reslove this error plz tell me.
how to allocate memory in server.
Comments
Increase memory in .htaccess
Hi,
In drupal installlation directory you would find .htaccess file, where you can find the directive something like php_memory_limit which has to be increased.
FAQ
I believe this is also on the FAQ/ Manual. Please check out http://drupal.org/node/207036