Manage Attributes Mixing Attributes & Options

Project: 
Ubercart
Category: 
bug report
Priority: 
normal
Status: 
active

In using the alpha8 version to "Manage Attributes", I found that attribute and option data is being mixed. I add an attribute for "Membership Type" with options "Monthly" and "Yearly". I then attempt to add another attribute for "Size" and it ends up getting added with the options I established for "Membership Type". Any attempt to edit the "Size" attribute brings me to the "Membership Type" attribute. Seems some wires are crossed somewhere.

Re: Manage Attributes Mixing Attributes & Options

This is a very basic function that many other people would have probably noticed if it was the standard behavior. I personally have had no problems with attributes or options in alpha8. You are using Postgres right? I wonder if it is a database specific problem.

Yes ...

... I am using Postgres. Now what?

Re: Yes ...

If you search this site for Postgres you will see a few other people who struggled through some Postgres issues. It looks like those issues were patched, but in general Postgres looks much less tested and supported than MySQL.

If you are familiar with Postgres syntax you could check the .install files or the specific queries within the modules where you are getting incorrect results and make sure the Postgres queries look valid. You could also install the devel module and enable the Query Log which will spit out the queries on the problematic pages for you.