[Typo3] Error: The page did not exist or was inaccessible. Reason: ID was outside the domain.

eimars errolmemail-ttnews at yahoo.ca
Sun Oct 2 22:13:35 CEST 2005


I have a typo3 3.8.0 installation with 7 domains in one page tree using 
EXTs RealURL and TT_news mainly but I am getting this Error: The page 
did not exist or was inaccessible. Reason: ID was outside the domain. 
Can anyone help me with this please?

Thank You
Errol Mars

/**
* Real Url config for tt_news
*
*/

$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 (
                     'dk' => '2',
                     'de' => '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' => '1',
         ),
         '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 (
             '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',
                     ),
                 ),
             ),
         ),
     ),

//************************************************************************************************
// MAIN site
     'www.firstsite.com' => 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 (
                     'dk' => '2',
                     'de' => '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' => '1',
         ),
         '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 (
             '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',
                     ),
                 ),
             ),
         ),
     ),


//************************************************************************************************
// SECOND site
     'www.secondsite.com' => 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 (
                     'dk' => '2',
                     'de' => '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' => '9',
         ),
         '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 (
             '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',
                     ),
                 ),
             ),
         ),
     ),



More information about the TYPO3-english mailing list