boionfire81 Posted June 20, 2016 Posted June 20, 2016 So if someone donates an item, then simply refreshes the page. This shows up [h=1]Critical Error[/h] A critical error has occurred, and page execution has stopped. Below are the details: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Action taken: Attempted to execute query: SELECT * FROM items WHERE itmid= The issue is after the donation the item is no longer there. How can I block that error? Quote
TheMasterGeneral Posted June 20, 2016 Posted June 20, 2016 Check the item_remove(); function and replace whatever variable should be itmid with whatever itemid variable is being removed from the player. That might not make much sense. lol. Quote
boionfire81 Posted June 21, 2016 Author Posted June 21, 2016 No, what I'm saying is if they refresh the page afterwards (in an attempt to insert more items) THEN that error comes up. But if they only had 1 in their inventory they item no longer exists. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.