Not a bug Spam Cleaner Error

AWS

Well-known member
My moderators have been posting about getting an error when they try to use the spam cleaner. I finally had a chance to test it out to see what the problem was and here is the error from the error log.

PHP:
Server Error Log
Error Info
Zend_Uri_Exception: Invalid URI supplied - library\Zend\Uri\Http.php:156
Generated By: BSchwarz, A moment ago
Stack Trace

#0 C:\inetpub\computerhelpforums.net\library\Zend\Uri.php(143): Zend_Uri_Http->__construct('http', '//www.stopforum...')
#1 C:\inetpub\computerhelpforums.net\library\Zend\Http\Client.php(270): Zend_Uri::factory('http://www.stop...')
#2 C:\inetpub\computerhelpforums.net\library\Zend\Http\Client.php(253): Zend_Http_Client->setUri('http://www.stop...')
#3 C:\inetpub\computerhelpforums.net\library\XenForo\Helper\Http.php(34): Zend_Http_Client->__construct('http://www.stop...', Array)
#4 C:\inetpub\computerhelpforums.net\library\XenForo\Model\SpamPrevention.php(176): XenForo_Helper_Http::getClient('http://www.stop...')
#5 C:\inetpub\computerhelpforums.net\library\XenForo\Model\SpamCleaner.php(46): XenForo_Model_SpamPrevention->submitSpamUserData(Array)
#6 C:\inetpub\computerhelpforums.net\library\XenForo\ControllerPublic\SpamCleaner.php(53): XenForo_Model_SpamCleaner->cleanUp(Array, Array, Array, NULL)
#7 C:\inetpub\computerhelpforums.net\library\XenForo\FrontController.php(337): XenForo_ControllerPublic_SpamCleaner->actionIndex()
#8 C:\inetpub\computerhelpforums.net\library\XenForo\FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 C:\inetpub\computerhelpforums.net\index.php(13): XenForo_FrontController->run()
#10 {main}

Request State

array(3) {
  ["url"] => string(62) "http://computerhelpforums.net/spam-cleaner/siddhivinayak.7194/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(10) {
    ["action_threads"] => string(1) "1"
    ["delete_messages"] => string(1) "1"
    ["delete_conversations"] => string(1) "1"
    ["ban_user"] => string(1) "1"
    ["noredirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfConfirm"] => string(1) "1"
    ["_xfRequestUri"] => string(28) "/members/siddhivinayak.7194/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom