junioratv.com Posted February 9, 2008 Posted February 9, 2008 Just after completing the payment (i'm using auth.net), at the "finish" part of the transaction, there is a screen for Notify of updates and the opportunity to put in a checkmark. If you do check off one of the items, it is fine (returns to the store home page). if you don't chek any of the items, you get this error: 1366 - Incorrect integer value: '' for column 'products_id' at row 1 insert into products_notifications (products_id, customers_id, date_added) values ('', '1', now()) [TEP STOP] Driving me nuts!!
Guest Posted February 9, 2008 Posted February 9, 2008 Just after completing the payment (i'm using auth.net), at the "finish" part of the transaction, there is a screen for Notify of updates and the opportunity to put in a checkmark. If you do check off one of the items, it is fine (returns to the store home page). if you don't chek any of the items, you get this error: 1366 - Incorrect integer value: '' for column 'products_id' at row 1 insert into products_notifications (products_id, customers_id, date_added) values ('', '1', now()) [TEP STOP] Driving me nuts!! My guess is that you are using an older version and have not patched for mysql 5. If that is the case, you probably havn't done the other patches as well.
junioratv.com Posted February 9, 2008 Author Posted February 9, 2008 My guess is that you are using an older version and have not patched for mysql 5. If that is the case, you probably havn't done the other patches as well. Still using php4 on the server.
Guest Posted February 9, 2008 Posted February 9, 2008 Still using php4 on the server. OK, then I guess the mysql5 is not a problem. Sorry, can't help you.
Guest Posted February 9, 2008 Posted February 9, 2008 :( Well, what does php4 have to do with mysql5? If you cannot be bothered to read what is posted, why should I bother to post. Good luck.
junioratv.com Posted February 9, 2008 Author Posted February 9, 2008 Well, what does php4 have to do with mysql5? If you cannot be bothered to read what is posted, why should I bother to post. Good luck. Sorry for being a noobie, and not understanding.
Jan Zonjee Posted February 9, 2008 Posted February 9, 2008 Sorry for being a noobie, and not understanding. http://svn.oscommerce.com/fisheye/browse/o...cess.php?r=1749
junioratv.com Posted February 9, 2008 Author Posted February 9, 2008 http://svn.oscommerce.com/fisheye/browse/o...cess.php?r=1749 Thanks jan, I guess I should replace my checkout_success with what is in there? Before I really mess it up, just want to be exactly sure... Ps: thanks for the edit, I guess I was a little harsh ;)
Jan Zonjee Posted February 9, 2008 Posted February 9, 2008 Thanks jan, I guess I should replace my checkout_success with what is in there? Or simply download RC2a and use checkout_success.php in there. Easiest way.
junioratv.com Posted February 9, 2008 Author Posted February 9, 2008 ok, I will do that.. a related question, if I download the latest OSC, will that undo all the contribs that I have installed?
Jan Zonjee Posted February 9, 2008 Posted February 9, 2008 ok, I will do that.. a related question, if I download the latest OSC, will that undo all the contribs that I have installed? If you install it yes. But if you unpack the zip on your computer you will find folders and files in the unzipped archive. Look in the folder catalog and you will find that file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.