2017-02-14 6 views
0

RealURL gibt diesen Fehler.RealURL-Fehler: Falscher "L" -Parameterwert

Meine Website hat nur eine Sprache, und ich habe keine Website-Sprache in Root-Seite hinzugefügt.

Ich versuchte mit config.linkVars = L und config.linkVars = L(0-5) im Setup ohne Wirkung.

enter image description here

RealURL Config ist automatisch generiert:

<?php 
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array(
    '_DEFAULT' => array(
     'init' => array(
      'appendMissingSlash' => 'ifNotFile,redirect', 
      'emptyUrlReturnValue' => '/' 
     ), 
     'pagePath' => array(
      'rootpage_id' => '1' 
     ), 
     'fileName' => array(
      'defaultToHTMLsuffixOnPrev' => 0, 
      'acceptHTMLsuffix' => 1, 
      'index' => array(
       'print' => array(
        'keyValues' => array(
         'type' => 98 
        ) 
       ) 
      ) 
     ), 
     'postVarSets' => array(
      '_DEFAULT' => array(
       'news' => array(
        0 => array(
         'GETvar' => 'tx_news_pi1[news]', 
         'lookUpTable' => array(
          'table' => 'tx_news_domain_model_news', 
          'id_field' => 'uid', 
          'alias_field' => 'title', 
          'useUniqueCache' => 1, 
          'useUniqueCache_conf' => array(
           'strtolower' => 1, 
           'spaceCharacter' => '-' 
          ) 
         ) 
        ) 
       ) 
      ) 
     ) 
    ) 
); 

Antwort

2

Ich denke, das ist ein RealURL 2.1.7 Problem. Ich Downgrade auf RealURL 2.1.5 und dann funktioniert es.

EDIT: Nun fügen i page.theme.language.languageValue = 0 meiner Vorlage Konstanten