[TYPO3-windows] Frontend body is not rendered with templavoila on a specific IIS 5.0 installation
Johannes Schlatow
johannes.schlatow at googlemail.com
Fri Apr 17 13:47:29 CEST 2009
I started to migrate a typo3 installation from my development machine to
another webserver.
Both systems are running Windows 2000 Server with IIS 5.0, PHP 5.2.8 and
mySQL 5.1.32, XCache, ISAPIRewrite3 and typo3 4.2.6 with equivalent
configurations.
PHP is loaded as ISAPI module.
The developement machine is working, but on the real webserver I got this:
I install templavoila extension, create a simple template and include the
following lines in the template setup:
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page
Then the frontend stays white (the <body>-tag is empty, the <head> seems to
be correct).
I tried to load PHP as CGI, then the frontend is rendered correctly, but I
cannot login into backend or install tool.
Nevertheless I can login into install tool by typing the password into the
url.
Here is the debug information for ISAPI installation:
### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : kpmawe1:8080
TYPO3_HOST_ONLY : kpmawe1
TYPO3_PORT : 8080
PATH_INFO :
QUERY_STRING : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI : /typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER :
http://kpmawe1:8080/typo3/install/index.php?TYPO3_INSTALL[type]=config
TYPO3_REQUEST_HOST : http://kpmawe1:8080
TYPO3_REQUEST_URL :
http://kpmawe1:8080/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT: http://kpmawe1:8080/typo3/install/index.php
TYPO3_REQUEST_DIR : http://kpmawe1:8080/typo3/install/
TYPO3_SITE_URL : http://kpmawe1:8080/
TYPO3_SITE_SCRIPT : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL :
TYPO3_REV_PROXY :
SCRIPT_NAME : /typo3/install/index.php
TYPO3_DOCUMENT_ROOT : C:/Inetpub/2009
SCRIPT_FILENAME : C:/Inetpub/2009/typo3/install/index.php
REMOTE_ADDR : 10.48.96.43
REMOTE_HOST : 10.48.96.43
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
.NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)
HTTP_ACCEPT_LANGUAGE: de
CONST: PHP_OS : WINNT
CONST: TYPO3_OS : WIN
CONST: PATH_thisScri: C:/Inetpub/2009/typo3/install/index.php
CONST: php_sapi_name: isapi
OTHER: TYPO3_VERSION: 4.2.6
OTHER: PHP_VERSION : 5.2.8
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif() : 1
imagepng() : 1
imagejpeg() : 1
imagettftext() : 1
OTHER: IMAGE_TYPES : 15
OTHER: memory_limit : 128M
SERVER: SERVER_PORT : 8080
SERVER: SERVER_SOFTW: Microsoft-IIS/5.0
SERVER: GATEWAY_INTE:
SERVER: SCRIPT_NAME : /typo3/install/index.php
SERVER: PATH_TRANSLA: C:\Inetpub\2009
T3CV_GFX: image_proc: 1
T3CV_GFX: gdlib : 1
T3CV_GFX: gdlib_png : 0
T3CV_GFX: gdlib_2 : 0
T3CV_GFX: im : 1
T3CV_GFX: im_path : C:\Programme\ImageMagick-6.5.0-Q16/
T3CV_GFX: im_path_lz: C:\Programme\ImageMagick-6.5.0-Q16/
T3CV_GFX: im_version: im5
T3CV_GFX: im_negate_: 1
T3CV_GFX: im_imvMask: 0
T3CV_GFX: im_combine: composite
### DEBUG SYSTEM INFORMATION - END ###
More information about the TYPO3-windows
mailing list