Hi folks
Stats:
aquarius server
PHP 5.2.5
MySQL 5 (recently upgraded)
OSCommerce 2.2rc2
I have a store that has had several problems of late. We solved Echo not allowing a connection for unknown reasons by switching servers. In the process I reinstalled OSCommerce. Now it seems we are out of synch with the db somehow. When checking out I get the following:
1054 - Unknown column 'orders_status_id' in 'field list'
insert into orders_status_history (orders_id, orders_status_id, date_added, customer_notified, comments) values ('2141', '1', now(), '1', '')
[color=red][TEP STOP][/color]
Checking the db shows the columns for the table
orders_status_history are:
orders_status_history_id, orders_id, new_value, old_value, date_added, customer_notified
In searching for an answer to this issue, I see that many are having problems with OSC after upgrading MySQL 5. I've even found a few posts here that talk about the 1054 error and left joins, but they all talk about a different column and table.
Any help is greatly appreciated.