Quote:
Originally Posted by DarkgamerVN
updated version 2.0.3 for bug server
|
Still with table prefix bug. Will this be fixed, or will you ignore that continuously?
Bug after renameing sql tables manually to prefix (in my case rpg_setting to vB4_rpg_setting).
Code:
Invalid SQL:
SELECT *,rpg_battlemonster.id AS battleid ,rpg_battlemonster.time AS timebattle FROM vB4_rpg_battlemonster LEFT JOIN vB4_rpg_monster ON rpg_battlemonster.monsterid = rpg_monster.id WHERE rpg_battlemonster.userid ='35' ORDER BY battleid DESC;
MySQL-Fehler : Unknown column 'rpg_battlemonster.id' in 'field list'