Wednesday 31 October 2007 2:20:46 am
<i>I'm afraid I'm missing that file in that location...</i>
Sorry, I misunderstood you, the file's there ;) Trying further (...)
Unfortunately, got lost again: <i>CLI: php bin/php/ezpgenerateautoloads.php</i> Warning: require(Base/src/base.php): failed to open stream: No such file or directory in /var/www/ez4ezfind/bin/php/ezpgenerateautoloads.php on line 17
Fatal error: require(): Failed opening required 'Base/src/base.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/ez4ezfind/bin/php/ezpgenerateautoloads.php on line 17
The missing <b>base</b> reminded me of eZ Components base, so I tried to follow that path by manually installing EZC and setting additional include path in the ezpgen... file: $myEZCPath = '/var/www/ezc';
set_include_path(get_include_path() . PATH_SEPARATOR . $myEZCPath);
But that's probably not it...: Warning: require_once(Structures/Graph.php): failed to open stream: No such file or directory in /var/www/ez4ezfind/bin/php/ezpgenerateautoloads.php on line 24
Fatal error: require_once(): Failed opening required 'Structures/Graph.php' (include_path='.:/usr/share/php:/usr/share/pear:/var/www/ezc') in /var/www/ez4ezfind/bin/php/ezpgenerateautoloads.php on line 24
I must be missing something important here ;)
--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu
|