Monday 02 June 2008 1:00:42 am
Hi Everybody :-) I've some installation problem with ezFind
I've eZpublish 4.0.0, running on Debian Etch (PHP 5.2.0, Apache 2.2.3, etc). I've tried to install eZfind in a fresh eZp installation. 1) I've got a problem when running the ezpgenerateautoloads.php. In fact, eZp needs to have eZc installed through pear to run (BTW, this not written anywhere in the documentation). It is done, the script has been run without signaling any error. 2) Now, I want to run the updatesearchindexsolr.php script. I get the following error: # php extension/ezfind/bin/php/updatesearchindexsolr.php -s cnas_admin
Fatal error: Class 'eZPersistentObject' not found in /home/web/eric/cnas/www/kernel/classes/ezcontentobjecttreenode.php on line 68
The class eZPersistentObject seems correctly declared in autoload/ezp_kernel.php: 'eZPersistentObject' => 'kernel/classes/ezpersistentobject.php',
Has anybody an idea? Thanx
|