Hi, I am unable to add a book or book page. Every time I access the book add page I get the following error. *Fatal error*: Allowed memory size of 8388608 bytes exhausted (tried to allocate 81872 bytes) in *includes/database.mysql.inc* on line *82* Thanks. -- Warmest Regards, John D.
You probably need to increase the memory that a php script is allowed to use. - Provided you have (ssh) access to your server, find the file called php.ini (if you're on a Linux system, look in the /etc/php... directory) - In that file, look for the php memory variable (memory_limit), and increase its value (I usually set it to 32MB) Hope this helps, -- bruno John P. wrote:
Hi,
I am unable to add a book or book page. Every time I access the book add page I get the following error.
*Fatal error*: Allowed memory size of 8388608 bytes exhausted (tried to allocate 81872 bytes) in *includes/database.mysql.inc* on line *82*
Thanks.
-- Warmest Regards,
John D.
On 11/1/07, John P. <pherowze@gmail.com> wrote:
Hi,
I am unable to add a book or book page. Every time I access the book add page I get the following error.
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 81872 bytes) in includes/database.mysql.inc on line 82
Thanks.
See http://drupal.org/node/76156
-- Warmest Regards,
John D. -- [ Drupal support list | http://lists.drupal.org/ ]
participants (3)
-
Bruno De Bondt -
Cog Rusty -
John P.