After creating a new class and adding attributes I get the following SQL error:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.ordering FROM rts_uc_attributes AS a LEFT JOIN rts_uc_class_attributes AS ca ON' at line 1 query: SELECT a.aid, a.name, a.ordering AS default_ordering, ca.default_option, ca.required ca.ordering FROM rts_uc_attributes AS a LEFT JOIN rts_uc_class_attributes AS ca ON a.aid = ca.aid AND ca.pcid = 'testclass' WHERE a.aid = 2 ORDER BY ca.ordering in F:\www\rts\includes\database.mysql.inc on line 172.See also the attached screenshot. This is after selecting an attribute and clicking at "Continue".
rts_ is my table prefix btw.
I don't know what to do with that...
| Preview | Attachment | Size |
|---|---|---|
![]() | productclasses-error.png | 11.87 KB |





