Posted by Alex72RM on November 9, 2009 at 8:46am
Jump to:
| Project: | Contact Forms |
| Version: | 6.x-1.12 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#1
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
Yes, I noticed that I need only to alter the dimension of page_info column: from 'text' to 'longtext'
#3