Forums / Setup & design / ezfind not working - eZFindElevateConfiguration error
Marko Žmak
Friday 16 October 2009 10:57:46 pm
I have installed ezfind 2.1 on my eZP 4.1.3 installation. I have setup solr, ini settings and updated indexes. When I try to do a search in the admin interface I get this error:
Fatal error: Class 'eZFindElevateConfiguration' not found in /home/www/extension/ezfind/classes/ezfezpsolrquerybuilder.php on line 281
I have looked at the files of ezfind code and found out that eZFindElevateConfiguration is defined in:
extension/ezfind/classes/ezfindelevateconfiguration.php
But when I have searched the files for "ezfindelevateconfiguration.php" I found out that is not included in ANY file in ezfind code.
Is this u bug?
-- Nothing is impossible. Not if you can imagine it! Hubert Farnsworth
Paul Borgermans
Saturday 17 October 2009 1:33:26 am
Hi Marko
The fatal error: did you update the autoloads? I does not seem so
About this class not being used: look again, it really is used (for example in modules/ezfind/elevate.php)
hthPaul
eZ Publish, eZ Find, Solr expert consulting and training http://twitter.com/paulborgermans
Saturday 17 October 2009 11:51:44 am
Yes, updating the autoloads did the trick. Thanks for the tip.