Details
-
Bug
-
Resolution: Fixed
-
None
-
None
-
Empty show more show less
Description
problem
Trying to change the own password vi the "My Settings" dialog in translate5 produces a PHP error in UserController::checkAndUpdateSession.
It seems that the password was changed, but the error should not be.
trace
ZfExtended_Log on www.translate5.net: exception 'Zend_Exception' with message 'Undefined property: stdClass::$id; File: /webs/www.translate5.net/library/ZfExtended/Controllers/UserController.php; Line: 469; errno: 8' in /webs/www.translate5.net/library/ZfExtended/Resource/ErrorHandler.php:122
Stack trace:
#0 /webs/www.translate5.net/library/ZfExtended/Controllers/UserController.php(469): ZfExtended_Resource_ErrorHandler::errorHandler(8, 'Undefined prope...', '/webs/www...', 469, Array)
#1 /webs/www.translate5.net/library/ZfExtended/Controllers/UserController.php(102): ZfExtended_UserController->checkAndUpdateSession()
#2 /webs/www.translate5.net/library/ZfExtended/Controllers/UserController.php(166): ZfExtended_UserController->putAction()
#3 /webs/mittagqi_meta/other/zend/ZendFramework-1.12.20-minimal/library/Zend/Controller/Action.php(516): ZfExtended_UserController->authenticatedAction()
#4 /webs/www.translate5.net/library/ZfExtended/Controllers/AAARestController.php(287): Zend_Controller_Action->dispatch('authenticatedAc...')
#5 /webs/mittagqi_meta/other/zend/ZendFramework-1.12.20-minimal/library/Zend/Controller/Dispatcher/Standard.php(308): ZfExtended_RestController->dispatch('authenticatedAc...')
#6 /webs/mittagqi_meta/other/zend/ZendFramework-1.12.20-minimal/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(REST_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#7 /webs/mittagqi_meta/other/zend/ZendFramework-1.12.20-minimal/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#8 /webs/mittagqi_meta/other/zend/ZendFramework-1.12.20-minimal/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#9 /webs/www.translate5.net/library/ZfExtended/BaseIndex.php(167): Zend_Application->run()
#10 /webs/www.translate5.net/public/index.php(35): ZfExtended_BaseIndex->startApplication()
#11 {main}