[TYPO3-german] Real URL und MOC-Filmanager

Helmut Schumacher HelmutSchumacher at hotmail.com
Wed Oct 31 11:05:26 CET 2007


Hallo Liste !

nachfolgendes Problem.
Ich habe RealURL auf unserem System installiert.
Soweit so gut.
Jetzt habe ich festgestellt das der MOC-Filemanager nicht mehr funktioniert.
Jedesmal wenn ich den Manager aufrufe sehe ich Ihn zwar klicke ich dann aber 
auf ein File passiert nix.
Anbei meine RealURL.conf
Wo habe ich den Denkfehler ??

<?php
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
        'init' => array(
            'enableCHashCache' => 1,
            'appendMissingSlash' => 'ifNotFile',
            'enableUrlDecodeCache' => 1,
            'enableUrlEncodeCache' => 1,
             'respectSimulateStaticURLs' => 'TRUE',
            'postVarSet_failureMode'=>'redirect_goodUpperDir',
        ),
    'redirects_regex' => array (

    ),
    'preVars' => array(
                        array(
                                'GETvar' => 'no_cache',
                                'valueMap' => array(
                                    'no_cache' => 1,
                                ),
                                'noMatch' => 'bypass',
                        ),
                         array(
                             'GETvar' => 'L',
                             'valueMap' => array(
                                                'en' => '1',
                                        ),
                                'noMatch' => 'bypass',
                        ),
                ),
     'pagePath' => array(
            'type' => 'user',
            'userFunc' => 
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
            'spaceCharacter' => '-',
            'languageGetVar' => 'L',
            'expireDays' => 7,
            'rootpage_id' => 5,
            'excludePageIds' => 803,

        ),


      'postVarSets' => array(
            '_DEFAULT' => array(
                // news archive parameters
                'archive' => array(
                    array(
                        'GETvar' => 'tx_ttnews[year]' ,
                        ),
                    array(
                        'GETvar' => 'tx_ttnews[month]' ,
                            'valueMap' => array(
                            'jan' => '01',
                            'feb' => '02',
                            'mar' => '03',
                            'apr' => '04',
                            'may' => '05',
                            'jun' => '06',
                            'jul' => '07',
                            'aug' => '08',
                            'sep' => '09',
                            'oct' => '10',
                            'nov' => '11',
                            'dec' => '12',
                            )
                        ),
                    ),
                // news pagebrowser
                'browse' => array(
                    array(
                        'GETvar' => 'tx_ttnews[pointer]',
                        ),
                    ),
                // news categories
                'select_category' => array (
                    array(
                        'GETvar' => 'tx_ttnews[cat]',
                        ),
                    ),
                // news articles and searchwords
                'article' => array(
                    array(
                        'GETvar' => 'tx_ttnews[tt_news]',
                        'lookUpTable' => array(
                            'table' => 'tt_news',
                            'id_field' => 'uid',
                            'alias_field' => 'title',
                            'addWhereClause' => ' AND NOT deleted',
                            'useUniqueCache' => 1,
                            'useUniqueCache_conf' => array(
                                'strtolower' => 1,
                                'spaceCharacter' => '-',
                                ),
                            ),
                        ),
                    array(
                        'GETvar' => 'tx_ttnews[swords]',
                        ),
                    ),
                ),
            ),
    'fileName' => array(
            'defaultToHTMLsuffixOnPrev'=>1,
            'index' => array(
                'rss.xml' => array(
                    'keyValues' => array(
                        'type' => 100,
                    ),
                ),
                'rss091.xml' => array(
                    'keyValues' => array(
                        'type' => 101,
                    ),
                ),
                'rdf.xml' => array(
                    'keyValues' => array(
                        'type' => 102,
                    ),
                ),
                'atom.xml' => array(
                    'keyValues' => array(
                        'type' => 103,
                    ),
                ),
            ),
        ),
 );
 php?>


Die Problematik ist; es funzte vorher einwandfrei
Ich dachte auch daran in den Einstellungen  'excludePageIds' => 803,
die ID mit anzugeben die REAl URL unbeachtet lassen soll, funktioniert 
allerdings nicht.

Hiife
Danke 




More information about the TYPO3-german mailing list