We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI all,
When I try to add an user in release 2.4.196, the following error appears: "An Internal Error Has Occurred.". In error.log file:
2024-09-01 10:35:17 Error: [Error] Method EncryptedValue::__toString() must return a string value Request URL: /admin/users/add Stack Trace: #0 /var/www/MISP/app/View/Users/admin_add.ctp(38): h() #1 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/View/View.php(971): include('/var/www/MISP/a...') #2 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/View/View.php(933): View->_evaluate() #3 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/View/View.php(473): View->_render() #4 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php(968): View->render() #5 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(200): Controller->render() #6 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke() #7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch() #8 {main}
Do I need to enable/disable some option? Or is it a bug?
The text was updated successfully, but these errors were encountered:
I'm with the same problem in release 2.4.198.
Sorry, something went wrong.
No branches or pull requests
HI all,
When I try to add an user in release 2.4.196, the following error appears: "An Internal Error Has Occurred.". In error.log file:
2024-09-01 10:35:17 Error: [Error] Method EncryptedValue::__toString() must return a string value
Request URL: /admin/users/add
Stack Trace:
#0 /var/www/MISP/app/View/Users/admin_add.ctp(38): h()
#1 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/View/View.php(971): include('/var/www/MISP/a...')
#2 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/View/View.php(933): View->_evaluate()
#3 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/View/View.php(473): View->_render()
#4 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php(968): View->render()
#5 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(200): Controller->render()
#6 /var/www/MISP/app/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
Do I need to enable/disable some option? Or is it a bug?
The text was updated successfully, but these errors were encountered: