RSS Feed Error:

Error Info​
ErrorException: Undefined index: forum - library/EWRporta/ControllerPublic/Forum.php:14
Generated By: CritiKiL, A moment ago
Stack Trace​
#0 /home/sckmobil/public_html/community/library/EWRporta/ControllerPublic/Forum.php(14): XenForo_Application::handlePhpError()
#1 /home/sckmobil/public_html/community/library/ForumWatch/Extend/ControllerPublic/Forum.php(4): EWRporta_ControllerPublic_Forum->actionIndex()
#2 /home/sckmobil/public_html/community/library/XenForo/FrontController.php(310): ForumWatch_Extend_ControllerPublic_Forum->actionIndex(Object(XenForo_RouteMatch))
#3 /home/sckmobil/public_html/community/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch()
#4 /home/sckmobil/public_html/community/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State​
array(3) {
["url"] => string(60) "http://sck-mobile.com/community/index.php?forums/-/index.rss"
["_GET"] => array(1) {
["forums/-/index_rss"] => string(0) ""
}
["_POST"] => array(0) {
}
}
This is one which just happened (above).
 
  • Globalized Custom Layouts
    • Article (article > portal)
    • Index (index > portal)
    • Forum (forum-# > forum)
    • Thread (thread-# > thread-forum-# > thread)
    By default, only the Portal uses the Layout Framework. You can enable the framework for various sections of your website (as well as enable articles mode). If you enable the framework for a section, you must define a custom layout for that section, or it's fallback.

    So if you enable the framework for "Forum", you can start defining custom layouts for each forum individually using "forum-#", where "#" is the node-id of that forum. If it can't find a custom layout defined for a forum, it will look for the fallback layout called "forum".

    In other words, "forum-3" would the layout for the forum node of 3. While "forum" will be the layout for ALL forums that don't have custom layouts. You can chose not to have a layout called "forum" at all, so that your forums don't have layouts unless explicitly defined.
    • Show Navigation Tab?
Yes. I did not disable it but rather 'unchecked' the [Forum (forum-#=>forum] and left the [Index(index > portal] checked. That fixed he issue and Thanks Jake.
 
Top Bottom