[TYPO3-realty] Problem with the singleview - error: "Diese URL ist ungültig"

Jens Nitzsche - Comprendes.de jens at comprendes.de
Tue Jun 15 17:01:36 CEST 2010


Hello,
 
i have the problem, that no singleview of an object is shown. I get the
errormessage „Diese URL ist ungültig. Das in der Detailansicht zu zeigende
Objekt ist nicht verfügbar. Bitte kontaktieren Sie den Webmaster.“ The
listview and favorites works fine.
 
I installed realty 0.5.0, oelib 0.7.1, ameos_formidable 1.1.2 on my TYPO3
4.2.12. with realurl 1.2.1
 
This is the part of my pagetree:
________________________________________________________
 
Immobilien – pid 1439
    Immodetails – pid 1440
    Immobiliengalerie – pid 1441
    Merkzettel – pid 1442
    Immocontact – pid 1443
________________________________________________________
 
 
For all pages the cache ist setting „off“.
 
This ist my Setup configuration of the Extension-Template for the page
„Immobilien“:

________________________________________________________

plugin.tx_realty_pi1.singlePID = 1440
plugin.tx_realty_pi1.galleryPID = 1441
plugin.tx_realty_pi1.favoritesPID = 1442
plugin.tx_realty_pi1.contactPID = 1443

________________________________________________________

 

 

And this is my localconfig / realurl_config:

________________________________________________________

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(

 

 

// Immobilienverwaltung

 

'immobilien' => array(

                array(

                'GETvar' => 'tx_realty_pi1[showUid]',

                'lookUpTable' => array(

                'table' => 'tx_realty_objects',

                'id_field' => 'uid',

                'alias_field' => 'title',

                'addWhereClause' => ' AND NOT deleted',

                'useUniqueCache' => 1,

                'useUniqueCache_conf' => array(

                'strtolower' => 1,

                'spaceCharacter' => '-',

                ),

          ),

     ),

),

 

 

'init' => array(

            'useCHashCache' => '0',

                'enableCHashCache' => 1,

            'respectSimulateStaticURLs' => 'TRUE',

            'appendMissingSlash' => 'ifNotFile',

            'enableUrlDecodeCache' => '1',

            'enableUrlEncodeCache' => '1',

      ),

                                   

'preVars' => array(

                                 array(

                                         'GETvar' => 'no_cache',

                                              'valueMap' => array(

                                                         'no_cache' => 1,

                                                            'nc' => 1,

                                                                  ),

                                           'noMatch' => 'bypass',

                                            ),

                                 array(

                                        'GETvar' => 'L',

                                                'valueMap' => array(

                                                          'de' => '0',

                                                          'en' => '1',

 
),

                                                 'noMatch' => 'bypass',

                                        ),

), 

 

 

'pagePath' => array(

'type' => 'user',

'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',

'spaceCharacter' => '-',

'segTitleFieldList' => 'alias,tx_realurl_pathsegment,nav_title,title',

'languageGetVar' => 'L',

'expireDays' => 1,

'disablePathCache' => 1,

'rootpage_id' => 1,

), 

 

'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,

),

),

),

),

 

 

 

'postVarSets' => array(

            '_DEFAULT' => array(

 

                                         

 

                                     'browse' => array( 

                                                       array( 'GETvar' =>
'tx_ttnews[pointer]', 'valueMap' => array('weiter' => '1','weiter' =>
'2',)),),

 

 

                                      // news kategorien

 

                                      'kategorie' => array ( 

                                                      array( 'GETvar' =>
'tx_ttnews[cat]', 'lookUpTable' => array('table' => 'tt_news_cat',
'id_field' => 'uid', 'alias_field' => 'title', 'addWhereClause' => ' AND NOT
deleted', 'useUniqueCache' => 1, 'useUniqueCache_conf' => array(
'strtolower' => 1, 'spaceCharacter' => '-',    ),),),),

                                           

 

                                      // news artikel

 

                                      'datum' => array(

                                               array('GETvar' =>
'tx_ttnews[year]' , ),

                                              

                                              array('GETvar' =>
'tx_ttnews[month]' , ),

                                              array('GETvar' =>
'tx_ttnews[day]' , ),

                                              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' => '-',  ),),),),   

                                   

 

),),

);

 

 

 

 

?>

________________________________________________________

 

Anyone a hint where the error is? Thanks for any hint!

 

Greetings, Jens

 



More information about the TYPO3-project-realty mailing list