[Typo3-windows] typo3 on iis 5.1, temp folder??

op ossipetz at myrealbox.com
Sat Aug 2 15:29:26 CEST 2003


greetings

after running typo3 on sambar web server i have to switch to iis. i took
most parts from the wamp package (image magick, php, gd). after a bit a mess
with the delegate.mkt (solution found in the news archive) the pdf reading
part works too!

the last thing: i get php error messages when temporary files should be
written:
> [02-Aug-2003 14:43:08] PHP Warning:  imagegif: unable to open temporary
file in
> D:\intranet\typo3\typo3\t3lib\class.t3lib_install.php on line 2023
>

on that position there is just an imagecreate call:
$im = @imagecreate (300, 50);
and on line 2023: imagegif ($im);

this happens when i call the 'basic configuration' page. mainly that
freetype gif is missing (FreeType Quick-test (as GIF)). but freetype is
present (phpinfo-proved)

i guess there is no write permission on the temp folder (at least from my
point of view). so i added the usr_machinename user to all temp folders i
could find (and also to cmd.exe!).

but that php-error doesnt disapper :-(


now where has that **** iis-server its temp-folder?? env. vars like TEMP or
TMP seem to be ignored...
and what user creates the temp-files??

HEEEELP :-)

thanks!
op



### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST           : localhost
TYPO3_HOST_ONLY     : localhost
TYPO3_PORT          :
PATH_INFO           :
QUERY_STRING        : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI         : /typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER        :
http://localhost/typo3/install/index.php?TYPO3_INSTALL[type]=config
TYPO3_REQUEST_HOST  : http://localhost
TYPO3_REQUEST_URL   :
http://localhost/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT: http://localhost/typo3/install/index.php
TYPO3_REQUEST_DIR   : http://localhost/typo3/install/
TYPO3_SITE_URL      : http://localhost/
SCRIPT_NAME         : /typo3/install/index.php
TYPO3_DOCUMENT_ROOT : D:/intranet/typo3
SCRIPT_FILENAME     : D:/intranet/typo3/typo3/install/index.php
REMOTE_ADDR         : 127.0.0.1
REMOTE_HOST         : 127.0.0.1
HTTP_USER_AGENT     : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; DT)
HTTP_ACCEPT_LANGUAGE: de-ch
CONST: PHP_OS       : WINNT
CONST: TYPO3_OS     : WIN
CONST: PATH_thisScri: D:/intranet/typo3/typo3/install/index.php
CONST: php_sapi_name: isapi
OTHER: TYPO3_VERSION: 3.5.0
OTHER: PHP_VERSION  : 4.1.2
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif()          : 1
imagepng()          : 1
imagejpeg()         : 1
imagettftext()      : 1
OTHER: IMAGE_TYPES  : 14
OTHER: memory_limit : 32M
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Microsoft-IIS/5.1
SERVER: GATEWAY_INTE:
SERVER: SCRIPT_NAME : /typo3/install/index.php
SERVER: PATH_TRANSLA: D:\\intranet\\typo3\\typo3\\install\\index.php
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:\ImageMagick\
T3CV_GFX: im_path_lz: c:\ImageMagick\
T3CV_GFX: im_version: 0
T3CV_GFX: im_negate_: 0
T3CV_GFX: im_imvMask: 0
T3CV_GFX: im_combine: combine
### DEBUG SYSTEM INFORMATION - END ###





More information about the TYPO3-windows mailing list