Project:
UbercartCategory:
bug reportPriority:
normalAssigned:
UnassignedStatus:
activeI just upgraded to Ubercart 1.0 Beta 7 and had to manually insert a column for phone in uc_quote_product_locations.
|
UbercartOne cart to rule them all... |
|
| Donate to Ubercart | Affiliates | ||
no phone column in uc_quote_product_locations
|
|
Re: no phone column in uc_quote_product_locations
adding the phone table did not solve all the error
still getting:
user warning: Unknown column 'phone' in 'field list' query: uc_quote_nodeapi SELECT first_name, last_name, company, street1, street2, city, zone, postal_code, country, phone FROM uc_quote_manufacturer_locations WHERE tid = 0 in /home/macdsto9/public_html/bowwow/includes/database.mysql.inc on line 172.
Eric
Re: no phone column in uc_quote_product_locations
uc_quote_update_6() has the code to add that column to the location tables. You can select the version to upgrade to on the update.php page. Version 7 is just a compatibility issue with Postgres that shouldn't affect anything if it's done twice.
Re: Re: no phone column in uc_quote_product_locations
what if I added the columns manually will that be bad or should I remove them and do the upgrade as you suggested. thanks for your reply Lyle.
Re: Re: Re: no phone column in uc_quote_product_locations
It'd be best to remove the columns just to prevent an error and so that you ensure that the column is set up the way Übercart expects.