XF 1.5 Column IP cannot be null

dopy

Member
Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Column 'ip' cannot be null - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, 15 minutes ago
Stack Trace
#0 /home/nginx/domains/furrypile.co.uk/public/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/nginx/domains/furrypile.co.uk/public/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/nginx/domains/furrypile.co.uk/public/library/phc/ACPPlus/Model/ACPPlus.php(364): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tINSERT INT...', Array)
#3 /home/nginx/domains/furrypile.co.uk/public/library/phc/ACPPlus/Extend/XenForo/ControllerPublic/Login.php(27): phc_ACPPlus_Model_ACPPlus->logLogins(NULL, NULL, 'Sledgevef', 'user_not_exists', 'front')
#4 /home/nginx/domains/furrypile.co.uk/public/library/XenForo/FrontController.php(351): phc_ACPPlus_Extend_XenForo_ControllerPublic_Login->actionLogin()
#5 /home/nginx/domains/furrypile.co.uk/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/nginx/domains/furrypile.co.uk/public/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(34) "http://furrypile.co.uk/login/login"
  ["_GET"] => array(1) {
    ["/login/login"] => string(0) ""
  }
  ["_POST"] => array(6) {
    ["login"] => string(9) "Sledgevef"
    ["password"] => string(8) "********"
    ["submit"] => string(6) "Log in"
    ["cookie_check"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["redirect"] => string(13) "/members/list"
  }
}
 
Top Bottom