Error on opening site wizard

Author Message

Bjørn Olav Sagen

Wednesday 26 July 2006 1:27:56 am

Hi everyone :)

I just finished installing apache 1.3.35, php 4.4.2, mysql 5.0 and imagemagick last night.
After everything was up and running smoothly I ran the various sql-scripts provided with the ez installation and started on the manual configuration of ez as said in
http://ez.no/doc/ez_publish/technical_manual/3_8/installation/manual_installation/manual_installation_on_windows.

I've tried to configure it as multisite with the sites 'intranet' and 'intranet_admin', but when I try to start the wizard by accessing the index.php, I get following error:

[ Jul 26 2006 10:02:16 ] [127.0.0.1] Timing Point: Script start
[ Jul 26 2006 10:02:16 ] [127.0.0.1] eZDB::eZDB:
This class should not be instantiated

I'm a programmer myself and I can't quite see why any faulty configuration should lead to instantiating a class :)

Any hints here? I've had previous installations of ez publish. Might there be some other old configurationfiles lying around that hasen't been removed by the uninstallation routines?

I've configured the site.ini.append.php's as follows:

<b>intranet</b>

<?php /* #?ini charset="iso-8859-1"?

[SiteSettings]
SiteName=intranet
SiteURL=intranet.tellus-software.local
LoginPage=embedded

[SiteAccessSettings]
RequireUserLogin=false
ShowHiddenNodes=false

[DesignSettings]
SiteDesign=intranet

[ContentSettings]
TranslationList=
ViewCaching=disabled

[TemplateSettings]
TemplateCache=disabled
TemplateCompile=disabled
#ShowXHTMLCode=enabled
#Debug=enabled

[DebugSettings]
DebugOutput=enabled
Debug=inline
#DebugRedirection=enabled

[RegionalSettings]
SiteLanguageList[]
SiteLanguageList[]=eng-US
ShowUntranslatedObjects=disabled

*/ ?>

<b>intranet_admin</b>

<?php /* #?ini charset="iso-8859-1"?

[SiteSettings]
SiteName=intranet_admin
SiteURL=intranet_admin.tellus-software.local
LoginPage=custom

[SiteAccessSettings]
RequireUserLogin=true
ShowHiddenNodes=true

[DesignSettings]
SiteDesign=admin

[ContentSettings]
TranslationList=
CachedViewPreferences[full]=admin_navigation_content=0;admin_navigation_details=0;admin_navigation_languages=0;admin_navigation_locations=0;admin_navigation_relations=0;admin_navigation_roles=0;admin_navigation_policies=0;admin_navigation_content=0;admin_navigation_translations=0;admin_children_viewmode=list;admin_list_limit=1;admin_edit_show_locations=0;admin_leftmenu_width=10;admin_url_list_limit=10;admin_url_view_limit=10;admin_section_list_limit=1;admin_orderlist_sortfield=user_name;admin_orderlist_sortorder=desc;admin_search_stats_limit=1;admin_treemenu=1;admin_bookmarkmenu=1;admin_left_menu_width=13

[DebugSettings]
DebugOutput=disabled
Debug=inline

[RegionalSettings]
SiteLanguageList[]
SiteLanguageList[]=eng-US
ShowUntranslatedObjects=enabled

*/ ?>

<b>global override</b>

<?php /* #?ini charset="iso-8859-1"?

[DatabaseSettings]
DatabaseImplementation=ez
Server=localhost
User=ezuser
Password=ezpwd
Database=ez

[FileSettings]
VarDir=/var/intranet

[Session]
SessionNameHandler=Tellus

[SiteSettings]
DefaultAccess=intranet
SiteList[]
SiteList[]=intranet
SiteList[]=intranet_admin

[SiteAccessSettings]
CheckValidity=false
AvailableSiteAccessList[]
AvailableSiteAccessList[]=intranet
AvailableSiteAccessList[]=intranet_admin
MatchOrder=host

# Host matching
HostMatchMapItems[]=intranet.tellus-software.local;intranet
HostMatchMapItems[]=intranet_admin.tellus-software.local;intranet_admin

[InformationCollectionSettings]
EmailReceiver=bjorn@tellus-software.com

[MailSettings]
Transport=sendmail
AdminEmail=bjorn@tellus-software.com
EmailSender=info@tellus-software.com

[RegionalSettings]
Locale=eng-US
ContentObjectLocale=eng-US
TextTranslation=disabled

[DebugSettings]
DebugOutput=enabled

*/ ?>

I'd appreciate any help here.
Thanks in advance!

-Bjorn-

Apache 1.3.35
Php 4.4.2
MySQL 4.0.1
EZpub 3.8.2

Bjørn Olav Sagen

Wednesday 26 July 2006 1:53:03 am

Well what do you know.
I removed the siteconfigurations just to test and the wizard fired up... hehe
Though I got som other errors, it turns out that faulty configuration can lead to
instatiating a class ;)

Any hints on what was wrong with the site configs is still appreciated since I need to make it multisite.

-Bjørn-

Apache 1.3.35
Php 4.4.2
MySQL 4.0.1
EZpub 3.8.2

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