missing question mark after index.php error (windows)

Author Message

Stephan Staubli

Wednesday 08 March 2006 6:26:58 am

hy

on my windows installations of ezp i have the problem that all links are like

www.domain.tld/ezpublish/index.php/news/news

instead of

www.domain.tld/ezpublish/index.php?/news/news

the missing question mark "?" after index.php creates errors:

warning: Unknown(c:\var\www\html\virtualdomains\10\ezpwin1.net\documents\ezpublish\index.php\news\news): failed to open stream: No such file or directory in Unknown on line 0

Warning: (null)(): Failed opening 'c:\var\www\html\virtualdomains\10\ezpwin1.net\documents\ezpublish\index.php\news\news' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0

do you have any idee how i can fix this?

thanks for your help
s staubli

Łukasz Serwatka

Thursday 16 March 2006 11:21:34 pm

Stephan, do you use FastCGI server API? There was bug in eZ publish where CGI detection not worked with FastCGI. Try with latest eZ publish version, or better, install your PHP as apache module (recommend).

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Stephan Staubli

Thursday 23 March 2006 6:43:42 am

hy Lukasz

thanks for your answer.

on windows we dont use apache, we use IIS.
the error is the same when i use latest version of ez publish.

is IIS actually supported?? the page loads fine, so every thing seems to work, but all links are corrupt because of the missing questionmark "'?"

stephan

Łukasz Serwatka

Thursday 23 March 2006 7:05:00 am

IIS is not officialy supported but can you replace piece of code in file lib/ezutils/classes/ezsys.php line 841

$isCGI = ( substr( php_sapi_name(), 0, 3 ) == 'cgi' );

with

$isCGI = true;

Then clear all the cache and try again?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Björn Dieding@xrow.de

Thursday 23 March 2006 8:35:47 am

Hey,

eZ is working under IIS. just it is not wokring when php runs in any CGI mode.

Switch to SAPI mode, when you won't have problems.

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

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

Main resources:

Total runtime0.0161 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0066 588.3828151.2422
Module start 'layout' 0.00660.0026 739.625036.7109
Module start 'content' 0.00920.0054 776.335994.3438
Module end 'content' 0.01470.0014 870.679737.9922
Script end 0.0161  908.6719 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002415.0243140.0002
Check MTime0.00117.0015140.0001
Mysql Total
Database connection0.00116.798710.0011
Mysqli_queries0.003722.665330.0012
Looping result0.00000.075510.0000
Template Total0.00106.410.0010
Template load0.00084.793010.0008
Template processing0.00031.613510.0003
Override
Cache load0.00053.403110.0005
General
dbfile0.00148.597280.0002
String conversion0.00000.050340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs