Forums / Install & configuration / ezcBaseOptions
Erland Flaten
Monday 07 September 2009 8:25:50 am
I used (to many) houres upgrading. And the last stages of upgrading from 4.06 to 4.1.3 i get errors on the upgradscripts.
PHP Warning: require(Base/src/base.php): failed to open stream: No such file or directory in /home/sites/nuna0000.no.ezpublish10.ezdeal.no/www/bin/php/ezpgenerateautoloads.php on line 47 PHP Fatal error: require(): Failed opening required 'Base/src/base.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR:/usr/local/php/lib/php/:/usr/local/php/lib/php/ezc') in /home/sites/nuna0000.no.ezpublish10.ezdeal.no/www/bin/php/ezpgenerateautoloads.php on line 47
and
ezpublish10:~/www$ php update/common/scripts/4.1/fixobjectremoteid.php PHP Fatal error: Class 'ezcBaseOptions' not found in /home/sites/nuna0000.no.ezpublish10.ezdeal.no/www/kernel/private/options/ezpextensionoptions.php on line 54
Also the upgradscript of ez webin failes with similar error:
PHP Fatal error: Class 'ezcBaseOptions' not found in /home/sites/nuna0000.no.ezpublish10.ezdeal.no/www/kernel/private/options/ezpextensionoptions.php on line 54
The webserver host says ez components for 4.1.3 is installed. What should be done to complete the upgrade?
Erland Flaten Lilllehammer, Norway
Patrick Kaiser
Monday 07 September 2009 10:44:23 am
Hi,
make sure open_basedir restrictions are not in effect. If in doubt set open_basedir to none in php.ini or via php_admin_value in your vhost.conf:
<IfModule mod_php5.c> php_admin_value open_basedir none </IfModule>
if this doesnt do the trick grab yourself the most recent 4.1.3 with bundled ezcomponents und upload the lib/ezc folder. See autoload.php for more info where ez exactly looks for the ezc library..
And of course: clear the cache:
# bin/php/ezcache.php --clear-all --purge
Best regards, Patrick
Sander van den Akker
Monday 14 September 2009 5:14:46 am
I have the same problem. I'm using eZ Components 2009.1.2, and open_basedir restriction is certainly off. Cleared cache and everything, didn't work.
eZ Publish certified developer http://auth.ez.no/certification/verify/392313
scrieler _
Thursday 08 October 2009 11:11:36 am
same here
Tuesday 13 October 2009 12:46:57 pm
include_path do it @ my server
php_admin_value include_path ".:/var/www/#user#/html/lib/ezc"
André R.
Wednesday 14 October 2009 12:32:15 am
Consider using the ezc-bundled package, will save you a lot of time..
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom