Hi all, im a newbie on php as you can see :bemused: and im working with a os commerce script, im having an error when i try to update a category name, the error is below:
1054 - Unknown column 'sort_order' in 'field list'
update products set sort_order = '0', last_modified = now() where products_id = '0'
can anybody give me some light as to were to start looking for my mistake? thanks in advance guys.