6.x-1.9 --> 6.x-1.12 update error

Alex72RM - November 9, 2009 - 08:46
Project:Contact Forms
Version:6.x-1.12
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

When I update as described in title field, this error occurs:

user warning: Duplicate column name 'page_info' query: ALTER TABLE contact ADD `page_info` LONGTEXT DEFAULT NULL in /<my_path>/includes/database.mysql-common.inc on line 298.

#1

behindthepage - November 9, 2009 - 09:45

Hi Alex72RM,

Thanks for this bug report. You will have no problems with your installation from now on. The problem occurred because 1.9 added the extra column and 1.12 tried to do the same in it's update. I will have to correct that.

regards
Geoff

#2

Alex72RM - November 9, 2009 - 09:55

Yes, I noticed that I need only to alter the dimension of page_info column: from 'text' to 'longtext'

 
 

Drupal is a registered trademark of Dries Buytaert.