When I click "navigation" via administration/menu/navigation I get the following error:

[Fri Jan 22 18:47:17 2010] [error] [client 68.101.153.46] PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 338700 bytes) in /home/clntmvd/www/www.mildredsvoice.com/drupal-6.15/includes/form.inc on line 2070, referer: http://www.mildredsvoice.com/admin/build/menu

Does anyone know what this means?

thanks
maci

Comments

WorldFallz’s picture

See:

Documentation -> Troubleshooting -> Error Messages -> Fatal error: Allowed memory size of....

matt_harrold’s picture

It means you've run out of memory ... ie PHP allocated memory per client process.

You can fix this in your .htaccess file.

Add "something like" ...

php_value memory_limit 64M

to your .htaccess file.