Hello help, I kept getting this error message when I tried to upload and save a module I need.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 491520 bytes) in /home/dailyvip/public_html/sites/all/modules/commerce/modules/line_item/includes/views/commerce_line_item.views_default.inc on line 232
Now my site is displaying this message:
Error
Error message
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dailyvip_drupal.book' doesn't exist: SELECT * FROM {book} b INNER JOIN {menu_links} ml ON b.mlid = ml.mlid WHERE b.nid IN (:nids_0); Array ( [:nids_0] => 9 ) in book_node_load() (line 869 of /home/dailyvip/public_html/modules/book/book.module).
The website encountered an unexpected error. Please try again later.
Please help

Comments

The first error means, that

The first error means, that your webserver is running out of memory. Currently the webserver runs with 64MB. So either you have to increase the memory or find out which module causes this high memory usage.

The error which shows up might only be a following up error as the module couldn't be installed correctly I suppose.

I like cookies!

Thanks

Thanks for clearing that up. I thought I had increased the memory but it looks like it didn't take.

Kind Regards,
Isis

nobody click here