We just upgraded Combu, and it's all working, but we see an error in the error log:
PHP Warning: define() expects at least 2 parameters, 1 given in /home/wolfques/public_html/combu/lib/CB_Account.php on line 258
Here is the php code it points to:
if (define("CLEAR_PLAYER_SESSIONS") && CLEAR_PLAYER_SESSIONS === TRUE) {
CB_Session::ClearSessions($account->Id);
}
Maybe we missed something in the release notes, but what is this function, and what should we do about it? Can we change it to defined to eliminate the error?
Ops... it was an oversight, it should have been "defined" and not "define", sorry I'm going to fix this for the next update.
FRANCESCO CROCETTI @ SKARED CREATIONS
okay, thanks for the quick reply!
Just released version 2.1.14 on this website, with fix to this and to every call to DataClass::CountRecords (mainly in admin index page and some webservices) when you have set a value for GAME_DB_PREFIX in your config.
FRANCESCO CROCETTI @ SKARED CREATIONS