ezcBaseOptions

Author Message

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

scrieler _

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 05:11:18
Script start
Timing: Jan 18 2025 05:11:18
Module start 'layout'
Timing: Jan 18 2025 05:11:18
Module start 'content'
Timing: Jan 18 2025 05:11:19
Module end 'content'
Timing: Jan 18 2025 05:11:19
Script end

Main resources:

Total runtime0.7928 sec
Peak memory usage4,096.0000 KB
Database Queries72

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0088 587.9063152.6250
Module start 'layout' 0.00880.0036 740.531339.4453
Module start 'content' 0.01240.7791 779.9766691.5234
Module end 'content' 0.79150.0012 1,471.500016.1797
Script end 0.7928  1,487.6797 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.4084160.0002
Check MTime0.00130.1693160.0001
Mysql Total
Database connection0.00110.140310.0011
Mysqli_queries0.732792.4194720.0102
Looping result0.00080.0956700.0000
Template Total0.755295.320.3776
Template load0.00190.240920.0010
Template processing0.753395.015420.3766
Template load and register function0.00010.018610.0001
states
state_id_array0.00160.200010.0016
state_identifier_array0.00080.105820.0004
Override
Cache load0.00160.2052300.0001
Sytem overhead
Fetch class attribute can translate value0.00070.090250.0001
Fetch class attribute name0.00130.164190.0001
XML
Image XML parsing0.00210.266950.0004
class_abstraction
Instantiating content class attribute0.00000.002090.0000
General
dbfile0.00120.1471300.0000
String conversion0.00000.002840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 28
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs