I ran update.php after enabling Guestbook and Whisper. Settings were made for both. But, when I post an entry, I get this error:

user warning: Unknown column 'sealed' in 'field list' query: UPDATE drupal_guestbook SET sealed = 1 WHERE id = LAST_INSERT_ID() in /var/www/domains/linux.medianewday.com/docs/sites/all/modules/whisper/whisper.module on line 178.

what's the matter?

cheers
-vallabh

Comments

sun’s picture

Title: Geustbook error in drupal 6.3 » SQL error in drupal 6.3
Project: Guestbook » Whisper
Version: 6.x-1.0-rc1 » 6.x-1.0-rc2
Component: User interface » Code
Category: support » bug

The error message clearly states that the error is caused by Whisper module.

atuyo60’s picture

Are u using the RC2 version of whisper? From the warning, it seems that you do not already have the sealed column added to the guestbook table. You have to run update.php and select the 6110 update to have the column added.

The field only gets added during installation if guestbook has already been enabled first so you might have missed out on getting the column added. However update 6110 will also perform the table alter to add the field.

atuyo60’s picture

Is the problem solved?

atuyo60’s picture

Status: Active » Closed (fixed)
atuyo60’s picture

Status: Closed (fixed) » Closed (won't fix)