Resource icon

Quick Reply For Guest (Pro) [Paid] 2.0.3 a

No permission to buy ($9.99)
@Nobita.Kun I see the following server error. Appears multiple times. I wonder if it happens with every thread being automatically featured by @Brogan's CTA Featured thread. Pl advice.
Code:
ErrorException: Undefined index: thread - library/Nobita/QuickReplyPro/XenForo/ControllerPublic/Thread.php:12
Generated By: Unknown Account, Yesterday at 4:24 PM
Stack Trace

#0 /home/tangible/public_html/library/Nobita/QuickReplyPro/XenForo/ControllerPublic/Thread.php(12): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/tangible/...', 12, Array)
#1 /home/tangible/public_html//library/CTA/FeaturedThreads/ControllerPublic/Thread.php(560): Nobita_QuickReplyPro_XenForo_ControllerPublic_Thread->actionIndex()
#2 /home/tangible/public_html//library/XenForo/FrontController.php(351): CTA_FeaturedThreads_ControllerPublic_Thread->actionIndex()
#3 /home/tangible/public_html//library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/tangible/public_html//index.php(13): XenForo_FrontController->run()
#5 {main}

Request State

array(3) {
  ["url"] => string(87) "http://www.xyz.com/threads/what-are-your-thoughts-about-this-saying.724/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Last edited:
@Nobita.Kun I see the following server error. Appears multiple times. I wonder if it happens with every thread being automatically featured by @Brogan's CTA Featured thread. Pl advice.
Code:
ErrorException: Undefined index: thread - library/Nobita/QuickReplyPro/XenForo/ControllerPublic/Thread.php:12
Generated By: Unknown Account, Yesterday at 4:24 PM
Stack Trace

#0 /***/library/Nobita/QuickReplyPro/XenForo/ControllerPublic/Thread.php(12): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/tangible/...', 12, Array)
#1 /***/library/CTA/FeaturedThreads/ControllerPublic/Thread.php(560): Nobita_QuickReplyPro_XenForo_ControllerPublic_Thread->actionIndex()
#2 /***/library/XenForo/FrontController.php(351): CTA_FeaturedThreads_ControllerPublic_Thread->actionIndex()
#3 /***/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /***/index.php(13): XenForo_FrontController->run()
#5 {main}

Request State

array(3) {
  ["url"] => string(87) "http://www.xyz.com/threads/what-are-your-thoughts-about-this-saying.724/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
Hmm. Look like some add-on does the effect to thread key in params. I will add the contition to check it.
 
Last edited:
Code:
ErrorException: Undefined index: thread - library/Nobita/QuickReplyPro/XenForo/ControllerPublic/Thread.php:12
Generated By: Unknown Account, 25 minutes ago
Stack Trace

#0 /****library/Nobita/QuickReplyPro/XenForo/ControllerPublic/Thread.php(12): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/tangible/...', 12, Array)
#1 /***/library/CTA/FeaturedThreads/ControllerPublic/Thread.php(560): Nobita_QuickReplyPro_XenForo_ControllerPublic_Thread->actionIndex()
#2 /****/library/XenForo/FrontController.php(351): CTA_FeaturedThreads_ControllerPublic_Thread->actionIndex()
#3 /****/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /****/index.php(13): XenForo_FrontController->run()
#5 {main}

Request State

array(3) {
  ["url"] => string(78) "http://www.xyz.com/threads/type-2-diabetes-can-be-reversed.409/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
it seem old error before you updating addon. By currently the line 12 do nothing.
 
Last edited:
Back
Top Bottom