Mouth
Well-known member
v1.6 is producing a few errors in server log ...
and
... I suspect this condition is occurring if the user accessing the map does not have permission to do so (View User Map if own location blank?)
Code:
Server Error Log
Error Info
ErrorException: Undefined index: map_location - library/Crispin/UserMap/ControllerPublic/UserMap.php:17
Generated By: user, Yesterday at 23:39
Stack Trace
#0 library/Crispin/UserMap/ControllerPublic/UserMap.php(17): XenForo_Application::handlePhpError(8, 'Undefined index...', '...', 17, Array)
#1 library/XenForo/FrontController.php(351): Crispin_UserMap_ControllerPublic_UserMap->actionIndex()
#2 library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(47) "/usermap?viewuser=49070/"
and
Code:
Server Error Log
Error Info
ErrorException: Undefined index: map_location - library/Crispin/UserMap/ControllerPublic/UserMap.php:66
Generated By: user, Yesterday at 23:38
Stack Trace
#0 library/Crispin/UserMap/ControllerPublic/UserMap.php(66): XenForo_Application::handlePhpError(8, 'Undefined index...', '...', 66, Array)
#1 library/XenForo/FrontController.php(351): Crispin_UserMap_ControllerPublic_UserMap->actionViewFollowing()
#2 library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(46) "/usermap/ViewFollowing/"
... I suspect this condition is occurring if the user accessing the map does not have permission to do so (View User Map if own location blank?)
Last edited: