1

I have installed ezpublish, and ezcomponent placed in lib/ezc.

*Now, i want to install ez find. i have followed 3 steps according to install.txt (that present in ezfind folder)

In the fourth step i given like follows,

php d:/wamp/www/epub/bin/php/ezpgenerateautoloads.php

when the following error occurs.

PHP Warning: require(Base/src/base.php): failed to open stream: No such fil directory in D:\wamp\www\epub\bin\php\ezpgenerateautoloads.php on line 48

Please help me

nagoor meeran
  • 75
  • 1
  • 6

1 Answers1

1

You need to run this script from the root of your eZ Publish installation, which would be in your case, if I am not mistaken :

cd d:/wamp/www/epub/
php bin/php/ezpgenerateautoloads.php
Nicolas
  • 253
  • 1
  • 7
  • I ran this command, but error message occurs like, 'php' is not recognized as an internal or external command, operable program or batch file. – nagoor meeran Feb 15 '12 at 04:56
  • But this error did not occur in the first place it seems. Is the PHP executable in your Path ? – Nicolas Feb 17 '12 at 17:00