Nirjonadda
Well-known member
- Affected version
- 2.0.0
I have found Server error logs in my admin CP.
Code:
XF\Db\DuplicateKeyException: MySQL query error [1062]: Duplicate entry '12700-password' for key 'PRIMARY' src/XF/Db/AbstractStatement.php:212
Generated by: Unknown account Nov 30, 2017 at 10:39 PM
Stack trace
INSERT INTO xf_user_confirmation (`user_id`, `confirmation_type`, `confirmation_key`, `confirmation_date`) VALUES (?, ?, ?, ?)
------------
#0 src/XF/Db/Mysqli/Statement.php(174): XF\Db\AbstractStatement->getException('MySQL query err...', 1062, '23000')
#1 src/XF/Db/Mysqli/Statement.php(69): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1062, '23000')
#2 src/XF/Db/AbstractAdapter.php(69): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(145): XF\Db\AbstractAdapter->query('INSERT INTO xf...', Array)
#4 src/XF/Mvc/Entity/Entity.php(1381): XF\Db\AbstractAdapter->insert('xf_user_confirm...', Array)
#5 src/XF/Mvc/Entity/Entity.php(1113): XF\Mvc\Entity\Entity->_saveToSource()
#6 src/XF/Service/User/AbstractConfirmationService.php(61): XF\Mvc\Entity\Entity->save()
#7 src/XF/Pub/Controller/LostPassword.php(45): XF\Service\User\AbstractConfirmationService->triggerConfirmation()
#8 src/XF/Mvc/Dispatcher.php(249): XF\Pub\Controller\LostPassword->actionIndex(Object(XF\Mvc\ParameterBag))
#9 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:LostPassword', 'Index', 'json', Object(XF\Mvc\ParameterBag), '', Object(XF\Pub\Controller\LostPassword), NULL)
#10 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#11 src/XF/App.php(1879): XF\Mvc\Dispatcher->run()
#12 src/XF.php(328): XF\App->run()
#13 index.php(13): XF::runApp('XF\\Pub\\App')
#14 {main}
Request state
array(4) {
["url"] => string(15) "/lost-password/"
["referrer"] => string(38) "/login/login"
["_GET"] => array(0) {
}
["_POST"] => array(7) {
["email"] => string(21) "@gmail.com"
["captcha_question_answer"] => string(5) "Dhaka"
["captcha_question_hash"] => string(40) "7bf41f41f6adf40e6831c48cfad525e7ed587b32"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(12) "/login/login"
["_xfWithData"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Code:
ErrorException: [E_WARNING] filesize(): stat failed for <path> src/XF/Service/ImageProxy.php:174
Generated by: Unknown account Nov 30, 2017 at 7:46 PM
Stack trace
#0 [internal function]: XF::handlePhpError(2, '[E_WARNING] fil...', '/home/nadda/pub...', 174, Array)
#1 src/XF/Service/ImageProxy.php(174): filesize('/home/nadda/pub...')
#2 src/XF/Service/ImageProxy.php(104): XF\Service\ImageProxy->fetchImageDataFromUrl('http://s11.post...')
#3 src/XF/Service/ImageProxy.php(39): XF\Service\ImageProxy->refetchImage(Object(XF\Entity\ImageProxy))
#4 src/XF/Proxy/Controller.php(108): XF\Service\ImageProxy->getImage('http://s11.post...')
#5 proxy.php(29): XF\Proxy\Controller->outputImage('http://s11.post...', '9802a1f9053b893...')
#6 {main}
Request state
array(4) {
["url"] => string(120) "/proxy.php?image=<url>&hash=9802a1f9053b89370adfdb13e2e75f42"
["referrer"] => string(52) "/threads/gimmy-kimmy.5976/"
["_GET"] => array(2) {
["image"] => string(55) "<url>"
["hash"] => string(32) "9802a1f9053b89370adfdb13e2e75f42"
}
["_POST"] => array(0) {
}
}
Last edited by a moderator: