Jump to content
  • 0

flux modules that has to do with global reg value


chowking

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

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

 

 

Capture_1.png

Edited by chowking
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

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 by chowking
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  143
  • Reputation:   15
  • Joined:  12/25/13
  • Last Seen:  

Hello. chowking

 

 

Can u also share what FLUX CP version u used on this?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

@ponyVPS

 

latest ver available at github ra flux master

Link to comment
Share on other sites

×
×
  • Create New...