一般錯誤
無法取得攜帶物品屬性!!
DEBUG MODE
SQL Error : 1146 Table 'lovelymo_phpbb.lovelymonster_phpbb_rpg_owns' doesn't exist
SELECT IFNULL(SUM(i.attack_property), 0) as attack_x, IFNULL(SUM(i.defense_property), 0) as defense_x, IFNULL(SUM(i.magic_property), 0) as magic_x, IFNULL(SUM(i.speed_property), 0) as speed_x, IFNULL(SUM(i.hp_property), 0) as hp_x, IFNULL(SUM(i.mp_property), 0) as mp_x FROM phpbb_rpg_items i, lovelymonster_phpbb_rpg_owns o WHERE i.item_id = o.item_id AND o.user_id = 2
Line : 652
File : /home/lovelymo/public_html/forum/rpg/function_rpg.php
SELECT IFNULL(SUM(i.attack_property), 0) as attack_x, IFNULL(SUM(i.defense_property), 0) as defense_x, IFNULL(SUM(i.magic_property), 0) as magic_x, IFNULL(SUM(i.speed_property), 0) as speed_x, IFNULL(SUM(i.hp_property), 0) as hp_x, IFNULL(SUM(i.mp_property), 0) as mp_x FROM phpbb_rpg_items i, lovelymonster_phpbb_rpg_owns o WHERE i.item_id = o.item_id AND o.user_id = 2
意思是,查詢這個o.user_id = 2的資料,從資料表phpbb_rpg_items i, lovelymonster_phpbb_rpg_owns o 在資料欄IFNULL....等相關東西,讀取不到\r
SELECT IFNULL(SUM(i.attack_property), 0) as attack_x, IFNULL(SUM(i.defense_property), 0) as defense_x, IFNULL(SUM(i.magic_property), 0) as magic_x, IFNULL(SUM(i.speed_property), 0) as speed_x, IFNULL(SUM(i.hp_property), 0) as hp_x, IFNULL(SUM(i.mp_property), 0) as mp_x FROM phpbb_rpg_items i, lovelymonster_phpbb_rpg_owns o WHERE i.item_id = o.item_id AND o.user_id = 2
意思是,查詢這個o.user_id = 2的資料,從資料表phpbb_rpg_items i, lovelymonster_phpbb_rpg_owns o 在資料欄IFNULL....等相關東西,讀取不到\r