[TYPO3] level2 pages not working in firefox. ?

Asbjørn Morell atmorell at gmail.com
Mon Mar 12 22:32:32 CET 2007


doh I did not have http:// in my base url in my template:

before with the firefox problem: config.baseURL = 
stjernqvist.kunstvaerker.dk changed to config.baseURL = 
http://stjernqvist.kunstvaerker.dk

best regards.
Asbjørn Morell.

"Asbjørn Morell" <atmorell at gmail.com> wrote in message 
news:mailman.1.1173729847.3460.typo3-english at lists.netfielders.de...
> just a quick update. I can open sub pages in firefox if I start them from 
> typo3. It might be a realurl problem anyway: This is my configuration.
>
> <?php
>
> /**
> *
> * aeUrlTool default realurl configuration
> * based on realurl-configuration of news.typo3.org
> *  http://news.typo3.org/about/realurl-configuration/
> *
> */
>
> $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array (
>    '_DEFAULT' => array (
>        'init' => array (
>            'enableCHashCache' => '1',
>            'appendMissingSlash' => 'ifNotFile',
>            'enableUrlDecodeCache' => '1',
>            'enableUrlEncodeCache' => '1',
>        ),
>        'redirects' => array (
>        ),
>        'preVars' => array (
>            '0' => array (
>                'GETvar' => 'no_cache',
>                'valueMap' => array (
>                    'nc' => '1',
>                ),
>                'noMatch' => 'bypass'
>            ),
>            '1' => array (
>                'GETvar' => 'L',
>                'valueMap' => array (
>                    'de' => '0',
>                    'en' => '1',
>                ),
>                'noMatch' => 'bypass',
>            ),
>            '2' => array (
>                'GETvar' => 'lang',
>                'valueMap' => array (
>                    'de' => 'de',
>                    'en' => 'en',
>                ),
>                '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' => '2',
>        ),
>        'fixedPostVars' => array (
>        ),
>        'postVarSets' => array (
>            '_DEFAULT' => array (
>                'archive' => array (
>                    '0' => array (
>                        'GETvar' => 'tx_ttnews[year]',
>                    ),
>                    '1' => array (
>                        'GETvar' => 'tx_ttnews[month]',
>                        'valueMap' => array (
>                            'january' => '01',
>                            'february' => '02',
>                            'march' => '03',
>                            'april' => '04',
>                            'may' => '05',
>                            'june' => '06',
>                            'july' => '07',
>                            'august' => '08',
>                            'september' => '09',
>                            'october' => '10',
>                            'november' => '11',
>                            'december' => '12',
>                        ),
>                    ),
>                ),
>                'browse' => array (
>                    '0' => array (
>                        'GETvar' => 'tx_ttnews[pointer]',
>                    ),
>                ),
>                'select_category' => array (
>                    '0' => array (
>                        'GETvar' => 'tx_ttnews[cat]',
>                    ),
>                ),
>                'article' => array (
>                    '0' => 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' => '-',
>                            ),
>                        ),
>                    ),
>                    '1' => array (
>                        'GETvar' => 'tx_ttnews[swords]',
>                    ),
>                ),
>            ),
>        ),
>        'fileName' => array (
> //
> // if you don't want .html-URLs set the following to "false" (e.g. 
> 'defaultToHTMLsuffixOnPrev' => false,)
> // then you get http://www.yourdomain.com/imprint/ instead of 
> http://www.yourdomain.com/imprint.html
> //
>            'defaultToHTMLsuffixOnPrev' => true,
>            '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',
>                    ),
>                ),
>            ),
>        ),
>    ),
>
> );
>
> ?>
>
>
>
>
>
>
>
>
> "Asbjørn Morell" <atmorell at gmail.com> wrote in message 
> news:mailman.1.1173729060.31706.typo3-english at lists.netfielders.de...
>> Hi,
>>
>> When I try to access my typo3 homepage in firefox (2.0.2) I can't 
>> navigate to level 2. The first level displays fine, but if I try any of 
>> my sub pages firefox hangs for about 20 seconds - and then display the 
>> page without css. I tried to disable realurl but that did no do any 
>> difference. (same problem) I get this error in UrlTool:
>>
>> koerselsforbud/typo3temp/javascript_ebd9c81938.js  Segment "typo3temp" 
>> was not a keyword for a postVarSet as expected!  Mon 12 Mar 2007 19:46:15
>> koerselsforbud/fileadmin/templates/stjernqvist/stjernqvist.css  Segment 
>> "fileadmin" was not a keyword for a postVarSet as expected!  Mon 12 Mar 
>> 2007 19:46:15
>>
>> What really confuses me is that everything works perfect in IE.
>>
>> Any ideas?
>>
>>
>> http://stjernqvist.kunstvaerker.dk/
>>
>> Best regards.
>> Asbjørn Morell.
> 



More information about the TYPO3-english mailing list