The current code does not reference the "guests" table used by the shoutbook module to use Drupal's table prefix. All SQL queries should be changed to replace "guests" with "{guests}" to fix the problem. This will allow Drupal to append the table prefix specified in the site config file.

Comments

deekayen’s picture

Status: Needs review » Fixed

I added the brackets in a commit with some Drupal 4.7 updates.

Anonymous’s picture

Status: Fixed » Closed (fixed)