Fixed Got the following error logged

imthebest

Well-known member
Code:
ErrorException: Undefined index: album_user_id - library/XenGallery/Model/Album.php:719
Generated By: someone, 43 minutes ago
Stack Trace

#0 /var/www/html/library/XenGallery/Model/Album.php(719): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/html/l...', 719, Array)
#1 /var/www/html/library/XenGallery/Model/Album.php(714): XenGallery_Model_Album->_logChanges(Object(XenGallery_DataWriter_AlbumPermission), Array, 'permission', Array)
#2 /var/www/html/library/XenGallery/Model/User.php(136): XenGallery_Model_Album->writeAlbumPermission(Array, Array)
#3 /var/www/html/library/XenForo/ControllerPublic/Member.php(516): XenGallery_Model_User->unfollow(123456)
#4 /var/www/html/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Member->actionUnfollow()
#5 /var/www/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /var/www/html/index.php(13): XenForo_FrontController->run()
#7 {main}

Request State

array(3) {
  ["url"] => string(132) "http://www.mysite.com/members/a_member.123456/unfollow?_xfToken=242978%2C1416543346%2C9bd7980811c39f2ead6ad740bb6560b35c97a949"
  ["_GET"] => array(1) {
    ["_xfToken"] => string(58) "242978,1416543346,9bd7980811c39f2ead6ad740bb6560b35c97a949"
  }
  ["_POST"] => array(5) {
    ["_xfConfirm"] => string(1) "1"
    ["_xfRequestUri"] => string(28) "/members/someone.987/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}

Is this bad?
 
Top Bottom