missing question mark after index.php error (windows)

missing question mark after index.php error (windows)

Wednesday 08 March 2006 6:26:58 am - 4 replies

Author Message

Ł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/

You must be logged in to post messages in this topic!

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