Opt1kal Posted September 25, 2010 Share Posted September 25, 2010 Ok, so I needed to make a test order and am now getting an Internal Server Error when making said test order. After digging around I find that it's not making order number 90. It's just making it 0 and the order thats failing is supposed to be 91, but since the order before was set to 0 it's trying to remake order number 1. So I deleted order 0 tried to redo another test order and am now getting the Internal Server Error and the order is being made as order_id 0. I've tried setting the length/value of orders_id to 100 and it's still making it 0. Any ideas? Link to comment Share on other sites More sharing options...
Opt1kal Posted September 25, 2010 Author Share Posted September 25, 2010 So I fixed the internal server error, but it's still making the next order 0 and trying to make the second one 1 but giving me an error: 1062 - Duplicate entry '0' for key 1 No idea why... Ok, figured it out, the orders_id table somehow got set to NOT auto-increment...no idea how or why... but it's fixed now... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.