Hallo Leute,

seit dem Update von Realurl 1.x auf 2 kriege ich den Fehler:

#1453732574: RealURL was not able to find the root page id for the
domain "xxx"

Wir haben eine Multi-Language / Multi-Domain Konfiguration, die bisher
problemlos funktioniert hat.

Im Root-Template gibt es eine Weiche für baseURL in der Form:

  config.pageURL=http://www.dom.de/

  [globalString = ENV:HTTP_HOST=www.dom.fr]
  config.pageURL=http://www.dom.fr/

  [globalString = ENV:HTTP_HOST=www.dom.it]
  config.pageURL=http://www.dom.it/

  [global]

Das Pendant in der Realurlconf:

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DOMAINS'] = array(
        'encode' => array(
                array(
                        'GETvar' => 'L',
                        'value' => '0',
                        'useConfiguration' => '_DEFAULT',
                        'urlPrepend' => 'http://www.dom.de'
                ),
                array(
                        'GETvar' => 'L',
                        'value' => '1',
                        'useConfiguration' => '_DEFAULT',
                        'urlPrepend' => 'http://www.dom.fr'
                ),
                array(
                        'GETvar' => 'L',
                        'value' => '2',
                        'useConfiguration' => '_DEFAULT',
                        'urlPrepend' => 'www.dom.it'
                ),
        ),
        'decode' => array(
                '/^(www\.)?dom\.de$/' => array(
                        'GETvars' => array(
                                'L' => '0',
                        ),
                        'useConfiguration' => '_DEFAULT'
                ),
                '/^(www\.)?dom\.fr$/' => array(
                        'GETvars' => array(
                                'L' => '1',
                        ),
                        'useConfiguration' => '_DEFAULT'
                ),
                '/^(www\.)?domi\.it$/' => array(
                        'GETvars' => array(
                                'L' => '2',
                        ),
                        'useConfiguration' => '_DEFAULT'
                ),
        ),
);

Ich habe schon alles mögliche ausprobiert, Caches gelöscht, usw.
Hat jemand eine Idee, woran das liegen könnte? Kann man evlt. RealURL
die root PID fest vorgeben?

Grüsse,
Till

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an