[TYPO3-windows] Windows Server 2003 STD install issue -, Permission issues?
Darko Jr. Gonzalez
jkokino at gmail.com
Wed Sep 12 00:14:11 CEST 2007
Brian,
What I did, specifics to windows:
in php.ini:
upload_tmp_dir = "C:\documents and seetings\YOUR_USERNAME\Local
settings\temp\php\upload"
session.save_path = "C:\documents and seetings\YOUR_USERNAME\Local
settings\temp\php\session"
these two are critical.
next, IUSR_MACHINENAME permissions:
a. C:\inetpub\YOUR_SITE - READ PERMISSIONS (READ and EXECUTE, LIST
FOLDER CONTENTS, READ)
b. C:\inetpub\YOUR_SITE\fileadmin\ - EDIT PERMISSIONS propagated the
subfolders
c.
C:\inetpub\YOUR_SITE\typo3temp\
C:\inetpub\YOUR_SITE\uploads\
C:\inetpub\YOUR_SITE\typo3conf\
All three EDIT PERMISSION propagated to subfolders
d. C:\PHP\UPLOADTEMP or something like that it is - EDIT PERMISSIONS
e. C:\imagemagick4.2.9 - READ AND EXECUTE
f. C:\Windows\system32\cmdexe - READ AND EXECUTE
g. this is related to upload_tmp_dir and session.save_path; To
"C:\Documents and settings\YOUR_USERNAME\Local settings\Temp" I set ALL
permissions (including modify, exclduing FULL Control checkbox).
Hope this helps.
Darko
More information about the TYPO3-windows
mailing list