Forums / Install & configuration / Fatal error: Class 'ezcBaseOptions'

Fatal error: Class 'ezcBaseOptions'

Author Message

Jenny Dupuy

Tuesday 10 May 2011 7:12:58 am

Hi,

My configuration is : WINDOWS XP SP3 | WAMP 2.1 | APACHE 2.2.17 | PHP 5.3.5 | MySQL 5.5.8

I've downloaded the package ezpublishcommunity-4.4.0-gpl.zip and unpacked this in c:\wamp\www\ezpublish.

I've created a MySQL database under PhpMyAdmin named ezpublish, with interclassement utf8_general_ci.

When I load the page index.php by the URL : http://localhost/ezpublish/index.php, this error message is diplayed :

Fatal error: Class 'ezcBaseOptions' not found in C:\wamp\www\ezpublish\kernel\private\options\ezpextensionoptions.php on line 58

The file ezpextensionoptions.php is present, and the line 58 and follow are :

{
public function __construct( array $options = array() )
{
$this->iniFile = '';
$this->iniSection = 'HandlerSettings';
$this->iniVariable = 'HandlerClassName';
$this->handlerIndex = null;
$this->callMethod = null;
$this->handlerParams = null;
$this->aliasSection = null;
$this->aliasVariable = null;
$this->aliasOptionalIndex = null;
parent::__construct( $options );
}
public function __set( $name, $value )
{
switch ( $name )
{
case 'iniFile':
case 'iniSection':
case 'iniVariable':
if( !is_string( $value ) )
{
throw new ezcBaseValueException( $name, $value );
}
$this->properties[$name] = $value;
break;
case 'handlerIndex':
case 'callMethod':
case 'aliasSection':
case 'aliasVariable':
case 'aliasOptionalIndex':
if( $value !== null and !is_string( $value ) )
{
throw new ezcBaseValueException( $name, $value );
}
$this->properties[$name] = $value;
break;
case 'handlerParams':
if( $value !== null and !is_array( $value ) and count( $value ) <= 0 )
{
throw new ezcBaseValueException( $name, $value );
}
$this->properties[$name] = $value;
break;
default:
throw new ezcBasePropertyNotFoundException( $name );
}
}
}

How do I the installation ? Could you help me, I'm new user of eZPublish.

Thanks;

JD

Gaetano Giunta

Tuesday 10 May 2011 8:14:22 am

Sometimes this happens because of errors in unzipping the original tarball. Can you try to download and unzip and start again?

Also check if any antivirus is on that might interfere with ezp creating its cache files.

Principal Consultant International Business
Member of the Community Project Board

Edi Modrić

Tuesday 10 May 2011 8:27:06 am

It seems to me like you downloaded a package without eZ Components included, which are required for normal functioning of eZ Publish (packages without eZ Components are provided because eZ Publish can use the ones installed system wide too)

You can fix it by downloading this package: http://share.ez.no/content/download/103523/477755/version/1/file/ezpublishcommunity-4.4.0-with_ezc-gpl.zip

Extract it and copy the lib/ezc folder from the downloaded package to your existing lib folder and regenerate the autoload array.

eZ Publish certified developer

http://ez.no/certification/verify/350658

Jenny Dupuy

Thursday 12 May 2011 8:18:43 am

Hi,

I've used the package http://share.ez.no/content/downlo...lishcommunity-4.4.0-with_ezc-gpl.zip and it's seems to work good.

Thanks.

eZ debug

Timing: Jan 17 2025 23:46:40
Script start
Timing: Jan 17 2025 23:46:40
Module start 'content'
Timing: Jan 17 2025 23:46:41
Module end 'content'
Timing: Jan 17 2025 23:46:41
Script end

Main resources:

Total runtime1.3196 sec
Peak memory usage4,096.0000 KB
Database Queries199

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 587.8359180.8281
Module start 'content' 0.00711.1799 768.6641603.0938
Module end 'content' 1.18700.1326 1,371.7578337.3750
Script end 1.3196  1,709.1328 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00410.3118210.0002
Check MTime0.00150.1155210.0001
Mysql Total
Database connection0.00070.056710.0007
Mysqli_queries1.236793.71631990.0062
Looping result0.00200.14961970.0000
Template Total1.290597.820.6453
Template load0.00200.151120.0010
Template processing1.288597.643920.6443
Template load and register function0.00020.015510.0002
states
state_id_array0.00080.056810.0008
state_identifier_array0.00130.095520.0006
Override
Cache load0.00180.1378790.0000
Sytem overhead
Fetch class attribute can translate value0.00120.091140.0003
Fetch class attribute name0.00140.103760.0002
XML
Image XML parsing0.00160.119740.0004
class_abstraction
Instantiating content class attribute0.00000.000860.0000
General
dbfile0.00390.2992330.0001
String conversion0.00000.000530.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/emphasize.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/emphasize.tplEdit templateOverride template
2content/datatype/view/ezxmltags/strong.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/strong.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 8

Time used to render debug report: 0.0002 secs