Closed (fixed)
Project:
Ubercart Addresses
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Dec 2008 at 16:26 UTC
Updated:
16 Jan 2009 at 15:38 UTC
user warning: Duplicate column name 'address_name' query: ALTER TABLE uc_addresses ADD COLUMN address_name VARCHAR(20) DEFAULT NULL AFTER country in /home/nynjtcn/public_html/new.nynjtc.net/includes/database.mysql.inc on line 174.
Comments
Comment #1
freixas commentedThis one is going to be difficult. It looks like somehow you are getting an update applied twice. I'll take a look at the code, but if I don't see something obvious, I may not be able to help.
Since the problem implies that you are applying an update twice, the failure of the second update shouldn't pose any problems to your system. Do you have any problems using uc_addresses?
You could also completely uninstall uc_addresses and re-install it, but you would lose any addresses already stored.
Is there anything special about your system that may have caused this problem to occur? For example, Drupal remembers the last set of updates applied. If you erase this information, updates will be re-applied.
Comment #2
freixas commentedClosed due to lack of response.