Error when loging into site from wamp
Error
Error message
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table '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] => 3 ) in book_node_load() (line 793 of C:\wamp\www\drupal\modules\book\book.module).
The website encountered an unexpected error. Please try again later.
When I go into WAMP to log in to my site i am getting the above error. What does this mean and how can i fix it and am very new to Drupal. I was hesitant to use it but after researching I found that Drupal was the right one for what i need to do for a client. Please help
Hey coolcatdaddy,
I had a similar error few days back when I was configuring the date module. I spent few days online doing some research. I discovered that, as I was configuring the module, I omited to create a table in the database that the date module would populate. After creating the table, the error went away.
As I look at your error message, I could see that the message is informing you that the 'drupal.book' table is missing in your database. I am not 100% sure, but this could be a start.
Drupal could be chalenging, but there is always a great satisfaction when you can figure out a bug.
goodluck