chowking Posted February 16, 2016 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted February 16, 2016 (edited) i still haven't fully explored what are the errors that will be encountered but the modules need to be updated, is there a fix for this? tried debugging it myself but failed miserably this error occurs when trying to view character Edited February 16, 2016 by chowking Link to comment Share on other sites More sharing options...
0 chowking Posted February 19, 2016 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Author Share Posted February 19, 2016 (edited) bump Edit: Fixed it, for future references in modules/character/view.php FROM: $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' "; TO: $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`char_reg_num` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; Edited February 19, 2016 by chowking Link to comment Share on other sites More sharing options...
0 PonyVPS Posted February 19, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 143 Reputation: 15 Joined: 12/25/13 Last Seen: February 13, 2019 Share Posted February 19, 2016 Hello. chowking Can u also share what FLUX CP version u used on this? Link to comment Share on other sites More sharing options...
0 chowking Posted February 21, 2016 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Author Share Posted February 21, 2016 @ponyVPS latest ver available at github ra flux master Link to comment Share on other sites More sharing options...
Question
chowking
i still haven't fully explored what are the errors that will be encountered but the modules need to be updated,
is there a fix for this? tried debugging it myself but failed miserably
this error occurs when trying to view character

Edited by chowkingLink to comment
Share on other sites
3 answers to this question
Recommended Posts