Open fr0st87 opened 1 month ago
Hi... cuando cree un usuario de prueba en el server, cuando ya le doy al enviar, me da error.
Message: Function utf8_encode() is deprecated File: /includes/classes/PlayerUtil.class.php Line: 642 URL: http://localhost/2moons-v2.0/index.php?page=vertify&i=1&k=3b545ca362c4724cdd6c36c5351efddc PHP-Version: 8.3.11 PHP-API: cgi-fcgi 2Moons Version: 2.0.git Debug Backtrace:#0 /includes/classes/PlayerUtil.class.php(642): errorHandler() #1 /includes/pages/login/ShowVertifyPage.class.php(116): PlayerUtil::sendMessage() #2 /includes/pages/login/ShowVertifyPage.class.php(127): ShowVertifyPage->_activeUser() #3 /index.php(57): ShowVertifyPage->show() #4 {main}
`
Bueno al final revisando, el usuario se crea y se puede acceder hasta ahora sin problemas.
Prueba cambiando en la linea ':text' => mb_convert_encoding($text, 'UTF-8', 'ISO-8859-1'),
':text' => mb_convert_encoding($text, 'UTF-8', 'ISO-8859-1'),
Hi... cuando cree un usuario de prueba en el server, cuando ya le doy al enviar, me da error.
` DEPRECATED
Message: Function utf8_encode() is deprecated
File: /includes/classes/PlayerUtil.class.php Line: 642
URL: http://localhost/2moons-v2.0/index.php?page=vertify&i=1&k=3b545ca362c4724cdd6c36c5351efddc
PHP-Version: 8.3.11
PHP-API: cgi-fcgi
2Moons Version: 2.0.git
Debug Backtrace:#0 /includes/classes/PlayerUtil.class.php(642): errorHandler() #1 /includes/pages/login/ShowVertifyPage.class.php(116): PlayerUtil::sendMessage() #2 /includes/pages/login/ShowVertifyPage.class.php(127): ShowVertifyPage->_activeUser() #3 /index.php(57): ShowVertifyPage->show() #4 {main}
`