silence
Well-known member
I'm just triggering an error in ControllerPublic, nothing really special, using this:
And I'm getting this strange error:
PHP:
//Check time interval for dancing
if ($dancePeriod = $model->danceFloodCheck() > 0)
{
return $this->responseError(new XenForo_Phrase('dance_interval_check'), array('seconds' => $dancePeriod));
}
PHP:
An exception occurred: Invalid HTTP response code in /public_html/xenforo/library/Zend/Controller/Response/Abstract.php on line 286
Zend_Controller_Response_Abstract->setHttpResponseCode() in XenForo/FrontController.php at line 555
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
XenForo_FrontController->run() in /public_html/xenforo/index.php at line 13