I get the following error message after installing guestbook module:
user warning: Table 'webadmi_drupal.dp_guestbook' doesn't exist query: SELECT COUNT(created) FROM dp_guestbook WHERE recipient = 2 AND created > 0 in C:\xampp\htdocs\drupal-5.1\includes\database.mysql.inc on line 172.
I see that the table called dp_guestbook does not exist. Where can I find the script to create these tables for me?
Comments
Comment #1
geraldgrogan commentedNot sure exactly what happened, but I manually added the table by copying the create script out of the install file provided. I also had to manually add the indexes which appearentlly were not formatted correctly for my database. Once I corrected the index create SQL statement the indexes created normally.
All seems to be working normally now. Perhaps a second look at your install script is in order.
Comment #2
sun