Jump to content

Archerus

Clients
  • Last visited

  • Posts

    8
  • Reputation

    0
  1. +1 for sync role from forum to discord
  2. the problem seems to come from the table structure or token_identifier cannot be null If I modify the structure by activating the null it corrects the error but IPB does not like this modification, its activates an error in the support center ?
  3. I have tested to add null on my structure table, fix the issue ...
  4. This error come with new user sign in or user creation...
  5. Fixed for steam but i have other error: REPLACE INTO `core_login_links` ( `token_login_method`, `token_member`, `token_identifier`, `token_linked`, `token_access_token`, `token_expires`, `token_refresh_token`, `token_scope` ) VALUES ( 18, 1, NULL, 0, 'EVBE41w4zG48LrdN7ihjNTQWLtYOrk', 1708967295, 'bZIzUeWmUpeM2icPoZCPk0SudxIc0F', '["identify","email","guilds.join"]' ) IPS\Db\Exception: Column 'token_identifier' cannot be null (1048) #0 /var/www/vhosts/clan-rmg.com/httpdocs/system/Db/Db.php(972): IPS\_Db->preparedQuery() #1 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(551): IPS\_Db->replace() #2 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(404): IPS\Login\Handler\_OAuth2->_processAccessToken() #3 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(170): IPS\Login\Handler\_OAuth2->_handleAuthorizationResponse() #4 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Login.php(339): IPS\Login\Handler\_OAuth2->authenticateButton() #5 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(1607): IPS\_Login->authenticate() #6 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(64): IPS\core\modules\front\system\_settings->_login() #7 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Controller.php(118): IPS\core\modules\front\system\_settings->manage() #8 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(49): IPS\Dispatcher\_Controller->execute() #9 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\system\_settings->execute() #10 /var/www/vhosts/clan-rmg.com/httpdocs/index.php(13): IPS\_Dispatcher->run() #11 {main}
  6. Yes like brillant Discord it is abandoned
  7. Hi I have a bug with new account or setting account For users already created: REPLACE INTO `core_login_links` ( `token_login_method`, `token_member`, `token_identifier`, `token_linked`, `token_access_token`, `token_expires`, `token_refresh_token`, `token_scope` ) VALUES ( 18, 1, NULL, 0, 'EVBE41w4zG48LrdN7ihjNTQWLtYOrk', 1708783182, 'bZIzUeWmUpeM2icPoZCPk0SudxIc0F', '["email","guilds.join","identify"]' ) IPS\Db\Exception: Column 'token_identifier' cannot be null (1048) #0 /var/www/vhosts/clan-rmg.com/httpdocs/system/Db/Db.php(972): IPS\_Db->preparedQuery() #1 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(551): IPS\_Db->replace() #2 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(404): IPS\Login\Handler\_OAuth2->_processAccessToken() #3 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(170): IPS\Login\Handler\_OAuth2->_handleAuthorizationResponse() #4 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Login.php(339): IPS\Login\Handler\_OAuth2->authenticateButton() #5 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(1607): IPS\_Login->authenticate() #6 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(64): IPS\core\modules\front\system\_settings->_login() #7 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Controller.php(118): IPS\core\modules\front\system\_settings->manage() #8 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(49): IPS\Dispatcher\_Controller->execute() #9 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\system\_settings->execute() #10 /var/www/vhosts/clan-rmg.com/httpdocs/index.php(13): IPS\_Dispatcher->run() #11 {main} New User log: Error: Class "IPS\steam\extensions\core\MemberSync\Login" not found (0) #0 /var/www/vhosts/clan-rmg.com/httpdocs/applications/steam/extensions/core/MemberSync/memberSync.php(34): IPS\steam\extensions\core\MemberSync\_memberSync->onValidate() #1 /var/www/vhosts/clan-rmg.com/httpdocs/system/Member/Member.php(4263): IPS\steam\extensions\core\MemberSync\_memberSync->onCreateAccount() #2 /var/www/vhosts/clan-rmg.com/httpdocs/system/Member/Member.php(490): IPS\_Member->memberSync() #3 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/Handler.php(349): IPS\_Member->save() #4 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(500): IPS\Login\_Handler->createAccount() #5 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(404): IPS\Login\Handler\_OAuth2->_processAccessToken() #6 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(170): IPS\Login\Handler\_OAuth2->_handleAuthorizationResponse() #7 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Login.php(339): IPS\Login\Handler\_OAuth2->authenticateButton() #8 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/login.php(59): IPS\_Login->authenticate() #9 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Controller.php(118): IPS\core\modules\front\system\_login->manage() #10 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #11 /var/www/vhosts/clan-rmg.com/httpdocs/index.php(13): IPS\_Dispatcher->run() #12 {main}
  8. Hi I have a bug with new account or setting account (for users already created) REPLACE INTO `core_login_links` ( `token_login_method`, `token_member`, `token_identifier`, `token_linked`, `token_access_token`, `token_expires`, `token_refresh_token`, `token_scope` ) VALUES ( 18, 1, NULL, 0, 'EVBE41w4zG48LrdN7ihjNTQWLtYOrk', 1708783182, 'bZIzUeWmUpeM2icPoZCPk0SudxIc0F', '["email","guilds.join","identify"]' ) IPS\Db\Exception: Column 'token_identifier' cannot be null (1048) #0 /var/www/vhosts/clan-rmg.com/httpdocs/system/Db/Db.php(972): IPS\_Db->preparedQuery() #1 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(551): IPS\_Db->replace() #2 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(404): IPS\Login\Handler\_OAuth2->_processAccessToken() #3 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Handler/OAuth2/OAuth2.php(170): IPS\Login\Handler\_OAuth2->_handleAuthorizationResponse() #4 /var/www/vhosts/clan-rmg.com/httpdocs/system/Login/Login.php(339): IPS\Login\Handler\_OAuth2->authenticateButton() #5 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(1607): IPS\_Login->authenticate() #6 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(64): IPS\core\modules\front\system\_settings->_login() #7 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Controller.php(118): IPS\core\modules\front\system\_settings->manage() #8 /var/www/vhosts/clan-rmg.com/httpdocs/applications/core/modules/front/system/settings.php(49): IPS\Dispatcher\_Controller->execute() #9 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\system\_settings->execute() #10 /var/www/vhosts/clan-rmg.com/httpdocs/index.php(13): IPS\_Dispatcher->run() #11 {main}