NimaP 3 Posted July 11, 2005 Hello, I just upgraded my OSC to this contribution, and nothing works right. In my Orders.php the contribution shows up twice, once near the payment method, and another below the comment box. There's only one update button by the comment box. Also when I perform the last line in the instructions for the admin/orders.php OSC will tell me there's a problem with a boolean. If i don't perform the last line for that page, it works fine. But when i try to put in a tracking number, and put the date then click update...i get this error 1054 - Unknown column 'carrier_id' in 'field list' update orders set carrier_id = '1', last_modified = now() where orders_id = '117' [TEP STOP] Share this post Link to post Share on other sites
NimaP 3 Posted July 11, 2005 Hello, I just upgraded my OSC to this contribution, and nothing works right. In my Orders.php the contribution shows up twice, once near the payment method, and another below the comment box. There's only one update button by the comment box. Also when I perform the last line in the instructions for the admin/orders.php OSC will tell me there's a problem with a boolean. If i don't perform the last line for that page, it works fine. But when i try to put in a tracking number, and put the date then click update...i get this error 1054 - Unknown column 'carrier_id' in 'field list' update orders set carrier_id = '1', last_modified = now() where orders_id = '117' [TEP STOP] <{POST_SNAPBACK}> bump Share this post Link to post Share on other sites
NimaP 3 Posted July 13, 2005 bump <{POST_SNAPBACK}> bump Share this post Link to post Share on other sites
xuande 0 Posted July 16, 2005 Here is another bump. I am having the same issue (or very similar). I just added the Shipping Status contribution, and whenever I attempt to click on an order which already exists, I get this error message INSTEAD of the order: 1054 - Unknown column 'carrier_id' in 'field list' select customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified, tracking_no, ship_date, delivery_date, carrier_id from orders where orders_id = '54' Can anyone help? Has anyone seen this before? "In work, do what you love." - Tao Teh Ching Share this post Link to post Share on other sites
NimaP 3 Posted July 16, 2005 Here is another bump. I am having the same issue (or very similar). I just added the Shipping Status contribution, and whenever I attempt to click on an order which already exists, I get this error message INSTEAD of the order:Can anyone help? Has anyone seen this before? <{POST_SNAPBACK}> what i did to get rid of that error was get rid of carrier_id from the list in the admin/orders.php file. because the carrier_id field isn't coming from the orders but instead its own thing in the database. but after you fix that, you run into my problem Share this post Link to post Share on other sites