2 sam2kb Sep 27, 2011 14:31Welcome to the forums! Please try this fix if( ! $match && ($browscap = $this->get_browser_caps()) ) { if( isset($browscap->crawler) && $browscap->crawler ) { $Debuglog->add( 'Hit:detect_useragent(): robot (through browscap)', 'request' ); $this->agent_type = 'robot'; } }
3 jkcpa Sep 27, 2011 22:31BINGO! That seems to have done it, plus the load speed of the blog is now about 1/10 of what it was. Thank you, thank you, thank you!
Welcome to the forums!
Please try this fix