[TYPO3-english] Problem with fixedPostVars after upgrading RealURL from 1.9 to 1.10

Lina Wolf liste at linawolf.de
Mon Oct 25 10:00:57 CEST 2010


Hello List,

After Updating RealURL from 1.9.x to 1.10.0 on TYPO3 4.4.4 I experience 
a problem with the generation of tt_news single view links using 
fixedPostVars.

My Configuration looks like this:

[..]
'fixedPostVars' => array(
             $newsSinglePid => 'news',
       'news' => array(
         array(
           'GETvar' => 'tx_ttnews[tt_news]',
           'lookUpTable' => array(
             'table' => 'tt_news',
             'id_field' => 'uid',
             'alias_field' => 'tx_lonewsseo_alias',
             'addWhereClause' => ' AND NOT deleted',
             'useUniqueCache' => 1,
             'useUniqueCache_conf' => array(
               'strtolower' => 1,
               'spaceCharacter' => '-',
             ),
             'languageGetVar' => 'L',
             'languageExceptionUids' => '',
             'languageField' => 'sys_language_uid',
             'transOrigPointerField' => 'l18n_parent',
             'autoUpdate' => 1,
             'expireDays' => 180,
           ),
         ),
       ),
[..]


$TYPO3_CONF_VARS['EXTCONF']['realurl']['my-domain.de']['fixedPostVars']['115'] 
= 'news';

Link Generation works again after downgrading to 1.9.x. I believe it is 
not related to this bug: http://bugs.typo3.org/view.php?id=15240&nbn=4 
As I never had double slashes in the URL...

Did anyone else experience this? For now I just stay below version 1.10.0

LG Lina

-- 
Liebe Grüße Lina Wolf



More information about the TYPO3-english mailing list