• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Server error logs after upgrade 2.2.0

woei

Member
Showcase
Hi Bob,

I have 2 errors when visiting forum home and showcase home.

The forum home error is:
Code:
Server Error Log
Error Info
ErrorException: Undefined index: mrv_enabled - library/NFLJ/Showcase/ControllerPublic/Forum.php:159
Generated By: Bas, 2 minutes ago
Stack Trace
#0 /home/forum/public_html/library/NFLJ/Showcase/ControllerPublic/Forum.php(159): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/forum/pub...', 159, Array)
#1 /home/forum/public_html/library/WidgetFramework/XenForo/ControllerPublic/Forum.php(13): NFLJ_Showcase_ControllerPublic_Forum->actionIndex()
#2 /home/forum/public_html/library/XenKingDir/ControllerPublic/Forum.php(41): WidgetFramework_XenForo_ControllerPublic_Forum->actionIndex()
#3 /home/forum/public_html/library/XenForo/FrontController.php(347): XenKingDir_ControllerPublic_Forum->actionIndex()
#4 /home/forum/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/forum/public_html/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
["url"] => string(31) "http://scooterforum.net/forums/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

And the second is when visiting the showcase:

Code:
Server Error Log
Error Info
ErrorException: Undefined index: ml_enabled - library/NFLJ/Showcase/ControllerPublic/Forum.php:188
Generated By: Bas, 3 minutes ago
Stack Trace
#0 /home/forum/public_html/library/NFLJ/Showcase/ControllerPublic/Forum.php(188): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/forum/pub...', 188, Array)
#1 /home/forum/public_html/library/WidgetFramework/XenForo/ControllerPublic/Forum.php(13): NFLJ_Showcase_ControllerPublic_Forum->actionIndex()
#2 /home/forum/public_html/library/XenKingDir/ControllerPublic/Forum.php(41): WidgetFramework_XenForo_ControllerPublic_Forum->actionIndex()
#3 /home/forum/public_html/library/XenForo/FrontController.php(347): XenKingDir_ControllerPublic_Forum->actionIndex()
#4 /home/forum/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/forum/public_html/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
["url"] => string(31) "http://scooterforum.net/forums/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}



Any suggestions? They are filling up the server error logs :)
 
Back
Top