Division by zero error

TPerry

Well-known member
Don't know if this has been reported.. but just found this in my error log.

Code:
ErrorException: Division by zero - library/XenGallery/ControllerPublic/Comment.php:52
Generated By: Unknown Account, Today at 3:21 PM
Stack Trace
#0 /var/www/twd/library/XenGallery/ControllerPublic/Comment.php(52): XenForo_Application::handlePhpError(2, 'Division by zer...', '/var/www/twd/li...', 52, Array)
#1 /var/www/twd/library/XenForo/FrontController.php(347): XenGallery_ControllerPublic_Comment->actionIndex()
#2 /var/www/twd/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/twd/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(45) "https://twowheeldemon.com/gallery/comments/4/"
["_GET"] => array(1) {
["/gallery/comments/4/"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
Top Bottom