Hi!
I installed Ubercart for the first time and I love it but right now I have a little problem with attributes.
First, when I set up attributes in a select box or with radio buttons, I have a text field instead... Which is very annoying because these attributes are required to compete the order.
Second problem is, when I try sur delete an attribute I have a n error message :
* user warning: Not unique table/alias: 'co' query: DELETE FROM co USING uc_class_attribute_options AS co, uc_attribute_options AS ao WHERE co.oid = ao.oid AND ao.aid = 2 in /homepages/14/d239557980/htdocs/mysite/includes/database.mysql.inc on line 172.
* user warning: Not unique table/alias: 'po' query: DELETE FROM po USING uc_product_options AS po, uc_attribute_options AS ao WHERE po.oid = ao.oid AND ao.aid = 2 in /homepages/14/d239557980/htdocs/mysite/includes/database.mysql.inc on line 172.
* user warning: Not unique table/alias: 'pd' query: DELETE FROM pd USING uc_product_adjustments AS pd, uc_product_attributes AS pa WHERE pd.nid = pa.nid AND pa.aid = 2 in /homepages/14/d239557980/htdocs/mysite/includes/database.mysql.inc on line 172.
Still the attribute is deleted but I am worried beacaus it could create conflicts and other bugs
The same thing hapens if I try to delete an option of my attribute :
user warning: Not unique table/alias: 'ao' query: DELETE ao, co, po FROM uc_attribute_options AS ao LEFT JOIN uc_product_options AS po ON ao.oid = po.oid LEFT JOIN uc_class_attribute_options AS co ON ao.oid = co.oid WHERE ao.oid = 4 in /homepages/14/d239557980/htdocs/mysite/includes/database.mysql.inc on line 172.
The option is not deleted but I can edit it or add a new one.
Is there a patch or some php code to fix the bug?
Thans for your help. Bee






Joined: 05/06/2008