Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Problem with registation in website

Initiate Mage
Joined
Oct 25, 2022
Messages
3
Reaction score
0
My problem is the following, when I try to register on the site or log in with an account that I created with the editor, the following error appears in the logs

exception 'PDOException' with message 'SQLSTATE[42000]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Could not find stored procedure 'master..XP_MD5_EncodeKeyVal'.' in C:\xampp\htdocs\application\libraries\lib.db.php:0
Stack trace:
#0 C:\xampp\htdocs\application\libraries\lib.db.php(0): PDOStatement->execute()
#1 C:\xampp\htdocs\application\models\model.account.php(0): db->execute()
#2 C:\xampp\htdocs\application\controllers\controller.ajax.php(0): Maccount->login_user()
#3 C:\xampp\htdocs\system\router.class.php(0): ajax->login()
#4 C:\xampp\htdocs\system\dmn.php(0): router->route()
#5 C:\xampp\htdocs\index.php(44): require_once('C:\\xampp\\htdocs...')
#6 {main}
 
Back
Top