• 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.

AMS is putting out tons of error logs.

Semper Fidelis

New Member
AMS Premium
I don't know what's going on but I'm getting a bunch of errors that are comfing from AMS:

ErrorException: Undefined index: snippetFormattedText - library/NFLJ/AMS/ControllerPublic/Thread.php:149
Generated By: Unknown Account, 3 minutes ago
Stack Trace
#0 /home/williamperkins/public_html/library/NFLJ/AMS/ControllerPublic/Thread.php(149): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/williampe...', 149, Array)
#1 /home/williamperkins/public_html/library/XenForo/FrontController.php(369): NFLJ_AMS_ControllerPublic_Thread->actionFeatured()
#2 /home/williamperkins/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/williamperkins/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(25) "https://{domain}.com/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
And this:

ErrorException: Undefined index: snippetParseBbcode - library/NFLJ/AMS/ControllerPublic/Thread.php:150
Generated By: Unknown Account, 4 minutes ago
Stack Trace
#0 /home/williamperkins/public_html/library/NFLJ/AMS/ControllerPublic/Thread.php(150): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/williampe...', 150, Array)
#1 /home/williamperkins/public_html/library/XenForo/FrontController.php(369): NFLJ_AMS_ControllerPublic_Thread->actionFeatured()
#2 /home/williamperkins/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/williamperkins/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(25) "https://{domain}.com/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
What version of AMS are you running?

That usually happens when I've added new OPTIONS and you upgrade and don't perform the post upgrade steps of saving the options (both AMS Global options and Per Category Options).

TRY saving each AMS Option group first (this is part of the Post Upgrade steps). AMS has 9 option groups, you need to access each of these and hit "Save Changes" (which will then update the cached options data).

Selection_207.png

If the errors STOP, then that is what it was (and you can delete all of those errors).

If the errors continue, that means that you have some categories with Advanced Options set (most likely the Modular Layout Stuff). You'd need to edit those categories and simply SAVE them again (which will update the options cache for that category).
 
Back
Top