From ingmar at typo3.org Fri Feb 5 18:22:41 2010 From: ingmar at typo3.org (Ingmar Schlecht) Date: Fri, 05 Feb 2010 17:22:41 +0000 Subject: [TYPO3-windows] [TYPO3-typo3org] [Notice] Mailing List Address Change Message-ID: Dear mailinglist and newsgroup members, this is to remind you that the server name of the mailinglist and newsgroup server has been changed from lists.netfielders.de / news.netfielders.de to lists.typo3.org a time ago. Note that the old addresses will not be available for much longer. Therefore, if you are using the newsgroups (NNTP), then you need to change your subscriptions to the new address in case you are still using the old one; and if you are using the mailinglists, you just need to make sure that if you try to send emails to the mailinglists, they need to be addressed to lists.typo3.org. regards, Ingmar Ps.: Please respond to this email only in the typo3.teams.typo3org list. From jadamcraig at gmail.com Sat Feb 20 02:30:12 2010 From: jadamcraig at gmail.com (J. Adam Craig) Date: Fri, 19 Feb 2010 20:30:12 -0500 Subject: [TYPO3-windows] PHP Errors with 4.3 on IIS 7 Message-ID: Hello, I have just recently attempted to install TYPO3 4.3 on a Windows Server 2008 system, running PHP 5 through FascCGI in IIS 7. I have followed the instructions in the INSTALL.txt file down through the instruction to access the site root to be redirected to the 1,2,3 Install Tool. URL Rewrite has been configured in IIS 7, but I still receive a 500 server error when accessing the site root. Investigating the PHP error log, I find the following: [19-Feb-2010 20:25:01] PHP Warning: fopen(C:/inetpub/wwwroot/new/typo3conf/temp_CACHED_FE_psc9ed_ext_localconf.php) [function.fopen]: failed to open stream: Permission denied in C:\inetpub\wwwroot\new\t3lib\class.t3lib_div.php on line 2895 [19-Feb-2010 20:25:01] PHP Warning: fopen(C:/inetpub/wwwroot/new/typo3conf/temp_CACHED_FE_psc9ed_ext_tables.php) [function.fopen]: failed to open stream: Permission denied in C:\inetpub\wwwroot\new\t3lib\class.t3lib_div.php on line 2895 [19-Feb-2010 20:25:01] PHP Warning: require(C:/inetpub/wwwroot/new/typo3conf/temp_CACHED_FE_psc9ed_ext_localconf.php) [function.require]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\new\t3lib\config_default.php on line 555 [19-Feb-2010 20:25:01] PHP Fatal error: require() [function.require]: Failed opening required 'C:/inetpub/wwwroot/new/typo3conf/temp_CACHED_FE_psc9ed_ext_localconf.php' (include_path='.;c:\php\pear') in C:\inetpub\wwwroot\new\t3lib\config_default.php on line 555 Any assistance is greatly needed and appreciated. If I can provide further information, please let me know. Thanks! - Adam From phil at philippgampe.info Sat Feb 20 13:43:11 2010 From: phil at philippgampe.info (Philipp Gampe) Date: Sat, 20 Feb 2010 13:43:11 +0100 Subject: [TYPO3-windows] PHP Errors with 4.3 on IIS 7 References: Message-ID: Am 20.02.2010, 02:30 Uhr, schrieb J. Adam Craig : > Investigating the PHP error log, I find the following: > > [19-Feb-2010 20:25:01] PHP Warning: > fopen(C:/inetpub/wwwroot/new/typo3conf/temp_CACHED_FE_psc9ed_ext_localconf.php) > [function.fopen]: failed to open stream: > Permission denied in C:\inetpub\wwwroot\new\t3lib\class.t3lib_div.php on please check file permissions... the other errors seems to relate to not existing temp files which might be related to permissions to so please check: 1. file permissions - owner - group 2. file existents - all named files there? - are the created with proper permissions / owners (see above) -- Philipp Gampe http://www.philippgampe.info From jadamcraig at gmail.com Sat Feb 20 20:28:26 2010 From: jadamcraig at gmail.com (J. Adam Craig) Date: Sat, 20 Feb 2010 14:28:26 -0500 Subject: [TYPO3-windows] TYPO3 4.3 and HTTP Redirection in IIS7 Message-ID: Hello, I have recently managed to complete an installation of TYPO3 4.3 on IIS 7 with PHP running through FastCGI, and things are off to a good start. However, when accessing the TYPO3 Frontend from any machine except the native server, I receive a notice that "The service is unavailable." Searching through this list's archives reveals that the HTTP Redirection role (not to be confused with the Microsoft URL Rewrite Module) is what is causing the conflict. I thought first to simply remove that role from the system, yet when I attempt this I am informed that it is required for the Certificate Authority Web Enrollment under Active Directory Certificate Services, which I'm using. My question, then: Is there any way to remove HTTP Redirection's influence over my TYPO3 site, but not impact Certificate Authority Web Enrollment's dependency? I have verified that the checkbox to "Redirect requests to this destination" is unchecked in HTTP Redirect for the TYPO3 site, yet this appears to still be an issue. Any help is greatly appreciated, and please let me know if I can provide any further information. Thanks! - Adam From jadamcraig at gmail.com Sat Feb 20 20:35:36 2010 From: jadamcraig at gmail.com (J. Adam Craig) Date: Sat, 20 Feb 2010 14:35:36 -0500 Subject: [TYPO3-windows] PHP Errors with 4.3 on IIS 7 In-Reply-To: References: Message-ID: > so please check: > 1. file permissions > - owner > - group > 2. file existents > - all named files there? > - are the created with proper permissions / owners (see above) Thanks, Philipp! It turns out that I had previously assigned permissions and ownership to the "IIS_IUSRS" group, which had been sufficient for previous ASP.NET applications I had worked with. To resolve the issue, it looks like there are two options: 1. Assign permissions / ownership of required folders to "IUSR" system account instead, or 2. Add the "IUSR" system account as a member of "IIS_IUSRS" group. Make it be a great day! - Adam From jadamcraig at gmail.com Sun Feb 21 01:40:05 2010 From: jadamcraig at gmail.com (J. Adam Craig) Date: Sat, 20 Feb 2010 19:40:05 -0500 Subject: [TYPO3-windows] TYPO3 4.3 and HTTP Redirection in IIS7 In-Reply-To: References: Message-ID: Looks like I've managed to solve my own problem. The previous poster on this list with this issue claimed to have solved the problem by uninstalling HTTP Redirection. I tried this after transferring certificate services to another server, but it made no difference to the error. The solution has to do with IIS 7's Error Pages settings. I fixed the issue by 1. opening up inetmgr and opening the Error Pages setting for the TYPO3 site, 2. clicking "Edit feature settings..." under actions on the right-hand menu, then 3. choosing "Detailed Errors" Just fyi for others who may be facing similar problems. - Adam