Installation on IIS with Virtual Directory

Author Message

Joel Finkel

Monday 12 May 2003 5:54:05 pm

Folks,

I have successfully installed eZ Publish on a Windows 2000 Server, which had already been running solid implemenations of mySql and PHP. Manually installing the system was not painful, and I appreciated the built-in checks that were provided.

I have created a Virtual Directory, EZtest, which is directly below my root directory: www.myhome.org/EZtest.

I copied all the files into this directory, created a new database, and executed the SQL script to load the demo data.

I edited "site.ini.append.php" to ensure that the database connectivity was correct. I also saw that:

SiteURL=www.myhome.org/EZtest/index.php/user

This was enough to make me go, "Hmmm."

When I load www.myhome.org/EZtest/index.php a very nice looking page appeared. But then there were PHP errors that were corrected when I added the path to the "lib" folder to the "include_path" variable in PHP.INI.

When I reloaded the page, it was even more beautiful, and there were no errors. However, every link on the page is in the form:

www.myhome.org/EZtest/index.php/demo/xxx

where xxx is some character string.

Clicking on such a link results in a page that gives this PHP-generated error message:

Warning: Unknown(N:\Websites\EZtest\index.php\demo\content\view\full\26\): failed to create stream: No such file or directory in Unknown on line 0

The directory is the physical path, by the way. In this particular case, xxx = "content\view\full\26\."

QUESTION: What is happening? Have I missed a step?

QUESTION: What is the solution or work-around?

Thanks in advance for all suggestions.

Joel Finkel

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 15:08:15
Script start
Timing: Jan 18 2025 15:08:15
Module start 'layout'
Timing: Jan 18 2025 15:08:15
Module start 'content'
Timing: Jan 18 2025 15:08:16
Module end 'content'
Timing: Jan 18 2025 15:08:16
Script end

Main resources:

Total runtime0.8426 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0045 589.2813152.6563
Module start 'layout' 0.00450.0030 741.937539.4922
Module start 'content' 0.00750.8338 781.4297406.6250
Module end 'content' 0.84140.0012 1,188.05478.1250
Script end 0.8426  1,196.1797 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3798160.0002
Check MTime0.00130.1515160.0001
Mysql Total
Database connection0.00060.071710.0006
Mysqli_queries0.801595.1164460.0174
Looping result0.00050.0570440.0000
Template Total0.814696.720.4073
Template load0.00200.241920.0010
Template processing0.812596.429620.4063
Template load and register function0.00020.024410.0002
states
state_id_array0.00070.087810.0007
state_identifier_array0.00140.161420.0007
Override
Cache load0.00170.2003220.0001
Sytem overhead
Fetch class attribute can translate value0.00050.057010.0005
Fetch class attribute name0.00060.070310.0006
XML
Image XML parsing0.00010.011810.0001
class_abstraction
Instantiating content class attribute0.00000.000510.0000
General
dbfile0.00110.1340100.0001
String conversion0.00000.001240.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
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 6
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs