doommap Posted December 11, 2012 Posted December 11, 2012 i have my server online for 3 weeks now then apparently im having this kind of error i tried this topic already http://rathena.org/board/topic/68445-unknown-column-favorite-in-field-list/ still im having this error, can anyone help me out with this? im using rAthena Version SVN r16928 about the sql injection i just copied and executed this ALTER TABLE `inventory` ADD COLUMN `favorite` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`; still same thing happens Quote
doommap Posted December 11, 2012 Author Posted December 11, 2012 ive injected that already still same thing happens Quote
Neo-Mind Posted December 11, 2012 Posted December 11, 2012 Did you see if it was successful after running that SQL injection code? check the inventory table and see if you have a column named 'favorite' actually present. Also make sure the db you are modifying is the same one that the server refers to. Quote
doommap Posted December 11, 2012 Author Posted December 11, 2012 (edited) yeah i am sure and ive check, and this error still shows up, anyone? please i really need help on this one Edited December 11, 2012 by doommap Quote
Question
doommap
i have my server online for 3 weeks now then apparently im having this kind of error
i tried this topic already http://rathena.org/board/topic/68445-unknown-column-favorite-in-field-list/
still im having this error, can anyone help me out with this?
im using rAthena Version SVN r16928
about the sql injection i just copied and executed this
ALTER TABLE `inventory` ADD COLUMN `favorite` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`;
still same thing happens
5 answers to this question
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.