New error appeared in server logs today:
This was a fresh install of 4.0.1 after dealing with another bug reported earlier, now resolved.
XF 1.5.21
NGINX 1.15.2
PHP 7.0.31
At this time, only one instance of this error has appeared.
Code:
Error Info
XenForo_Exception: No controller response from DBTech_Security_XenForo_ControllerPublic_Security::actionIndex - library/XenForo/FrontController.php:504
Generated By: Unknown Account, Today at 3:37 AM
Stack Trace
#0 /home/nginx/domains/domain.com/public/library/XenForo/FrontController.php(377): XenForo_FrontController->_handleControllerResponse(NULL, 'DBTech_Security...', 'Index')
#1 /home/nginx/domains/domain.com/public/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /home/nginx/domains/domain.com/public/index.php(13): XenForo_FrontController->run()
#3 {main}
Request State
array(3) {
["url"] => string(44) "https://domain.com/dbtech-security/"
["_GET"] => array(3) {
["/dbtech-security/"] => string(0) ""
["do"] => string(0) ""
["id"] => int(0)
}
["_POST"] => array(2) {
["do"] => string(0) ""
["id"] => int(0)
}
}
This was a fresh install of 4.0.1 after dealing with another bug reported earlier, now resolved.
XF 1.5.21
NGINX 1.15.2
PHP 7.0.31
At this time, only one instance of this error has appeared.