Thursday 10 July 2008 2:32:05 am
Good morning, I installed eZ Find, and when I want indéxer one of my siteaccess, I get an error:
php extension/ezfind/bin/php/updatesearchindexsolr.php -s demonstrateur_ez_admin
Starting object re-indexing
Enter path to PHP-CLI executable ( or [q] to quit ) php
Fatal error: Class 'eZSolr' not found in /var/www/ezpublish/extension/ezfind/bin/php/updatesearchindexsolr.php on line 235
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below.
I was pointed out that my problem is related to autoloads, and I run this command, but I have another error:
bin/php/ezpgenerateautoloads.php --extension
Warning: require(Base/src/base.php): failed to open stream: No such file or directory in /var/www/ezpublish/bin/php/ezpgenerateautoloads.php on line 35
/u
Fatal error: require(): Failed opening required 'Base/src/base.php' (include_path='.:usr/share/php:/usr/share/pear') in /var/www/ezpublish/bin/php/ezpgenerateautoloads.php on line 35
When I see --usr/share/php:/usr/share/pear-- I think, ths is a probleme with eZ Components, then I do:
pear install -a ezc/eZComponents
ezc/eZComponents requires PHP (version >= 5.2.1), installed version is 5.1.2
ezc/Archive requires PHP (version >= 5.2.1), installed version is 5.1.2
ezc/Authentication requires PHP (version >= 5.2.1), installed version is 5.1.2
....
....
No valid packages found
install failed
Then I try to update my PHP version, but I don't know why? Because in my knowledge the PHP5.2 is available in debian depot. And I in Ubuntu. There is a problem to dependance in them!
HELP!
How resolve my problemes, and ez Find need ez Components?
eZ Components is the probleme? If, Yes where are links for install PHP5.2 (or more)?
|