[TYPO3-english] IIS 8 rewrite rules

Jean-Pierre Defeyter jean-pierre at defeyter.net
Mon Aug 26 11:06:42 CEST 2013


Now i have following Errors on frontend
installtool is now reachable



#1: PHP Runtime Notice: Non-static method tx_templavoila_div::convertVersionNumberToInteger() should not be called statically, assuming $this from incompatible context in D:\www\rsbeautiful.be\www\typo3conf\temp_CACHED_FE_ps565b_ext_tables.php line 1213 (More information)

t3lib_error_Exception thrown in file
D:\www\rsbeautiful.be\www\t3lib\error\class.t3lib_error_errorhandler.php in line 105.

5 t3lib_error_ErrorHandler::handleError(2048, "Non-static method tx_templavoila_div::convertVersi…atically, assuming $this from incompatible context", "D:\www\rsbeautiful.be\www\typo3conf\temp_CACHED_FE_ps565b_ext_tables.php", 1213, array)

D:\www\rsbeautiful.be\www\typo3conf\temp_CACHED_FE_ps565b_ext_tables.php:
01211: 
01212: 
01213: if(tx_templavoila_div::convertVersionNumberToInteger(TYPO3_version) >= 4005000) {
01214: 
01215:   $TCA['tt_content']['types'][$_EXTKEY . '_pi1']['showitem'] =

4 include("D:\www\rsbeautiful.be\www\typo3conf\temp_CACHED_FE_ps565b_ext_tables.php")

D:\www\rsbeautiful.be\www\typo3\sysext\cms\tslib\class.tslib_fe.php:
02218:     // Extension additions
02219:    if ($GLOBALS['TYPO3_LOADED_EXT']['_CACHEFILE'] && file_exists(PATH_typo3conf . $GLOBALS['TYPO3_LOADED_EXT']['_CACHEFILE'] . '_ext_tables.php')) {
02220:     include(PATH_typo3conf.$GLOBALS['TYPO3_LOADED_EXT']['_CACHEFILE'].'_ext_tables.php');
02221:    } else {
02222:     include(PATH_t3lib.'stddb/load_ext_tables.php');

3 tslib_fe::includeTCA(0)

D:\www\rsbeautiful.be\www\typo3\sysext\cms\tslib\class.tslib_fe.php:
02169:     // If no result, create it:
02170:    if (!is_array($GLOBALS['TCA'])) {
02171:     $this->includeTCA(0);
02172:     $newTc = Array();
02173:     $this->TCAcachedExtras = array(); // Collects other information

2 tslib_fe::getCompressedTCarray()

D:\www\rsbeautiful.be\www\typo3\sysext\cms\tslib\index_ts.php:
00300: // After this, we should now have a valid $TCA, though minimized
00301: // *******************************************
00302: $TSFE->getCompressedTCarray();
00303: 
00304: 

1 require("D:\www\rsbeautiful.be\www\typo3\sysext\cms\tslib\index_ts.php")

D:\www\rsbeautiful.be\www\index.php:
00077: // ******************
00078: 
00079: require (PATH_tslib.'index_ts.php');
00080: 
00081: ?>

Op 26-aug-2013, om 10:42 heeft d.ros het volgende geschreven:

> Mostly blank pages indicate a 500 Webserver error. Enable all error logs (Webserver, php) and consult them.
> 
> Cheers
> 
> David
> 
> Am 26.08.2013 10:38, schrieb Jean-Pierre Defeyter:
>> Hi list,
>> 
>> After Upgrading windows server from 2003 to 2012 my site  i'snt reachable
>> 
>> Al pageges are compatly blank ( frontend en backend/install)
>> 
>> Is think this is a rewrite problem
>> 
>> See below my web.config file
>> 
>> Anyone an idee what is wrong
>> 
>> My typo3 version is 4.6
>> 
>> 
>> <?xml version="1.0" encoding="UTF-8"?>
>> <configuration>
>>     <system.webServer>
>>         <rewrite>
>>            <rules>
>>                <clear />
>>                <rule name="T3 Static Files Dirs" stopProcessing="true">
>>                    <match url="^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)$" />
>>                </rule>
>>                <rule name="T3 Static Files Dirs (Child requests)" stopProcessing="true">
>>                    <match url="^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/.*$" />
>>                </rule>
>>                <rule name="Rewrite Rule Condition">
>>                    <match url="(.*)" />
>>                    <action type="Rewrite" url="index.php" />
>>                    <conditions>
>>                        <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
>>                        <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
>>                    </conditions>
>>                </rule>
>>            </rules>
>>        </rewrite>
>>     </system.webServer>
>> </configuration>
>> 
>> 
>> 
>> Jean-Pierre
>> 
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 



More information about the TYPO3-english mailing list