[TYPO3-Solr] Fatal Error on searching

Stefano Cecere scecere at krur.com
Sat Jun 4 00:58:04 CEST 2011


SOLVED!

the problem was related to the missing typo3-accessfilter-1.1.0 that  
wasn't loaded correctly

to fix it  i modified solrconfig.solr
 from 	<lib dir="../typo3lib/" />
to 	<lib dir="./typo3lib/" />

now everything starts working really well! :)




On Sat, 04 Jun 2011 00:43:36 +0200, Stefano Cecere <scecere at krur.com>  
wrote:

> hi!
>
> i got this error when searching for anything (both 1.3 and 1.7dkd), PHP  
> 5.2 and 5.3, TYPO3 4.5.3
>
>
> PHP Catchable Fatal Error: Argument 1 passed to  
> Apache_Solr_Response::__construct() must be an instance of  
> Apache_Solr_HttpTransport_Response, none given, called in  
> /Users/krur/Sites/typo3_src-4.5.3/t3lib/class.t3lib_div.php on line 5297  
> and defined in  
> /Users/krur/Sites/solrtest/typo3conf/ext/solr/lib/SolrPhpClient/Apache/Solr/Response.php  
> line 97
>
> ps: the indexing on Solr is good.. i can get results if i query manually  
> via shell. like
>
> curl  
> 'http://solrtestserver:8080/solr/select?q=test&qt=standard&fl=title,content'
>
> any idea?
>
> thank
> s
>


-- 
____    ___   __  _ ______________________

   Stefano Cecere
   Krur multimedia studio


More information about the TYPO3-project-solr mailing list