0

If i delete the cHash appendix every thing is OK.

TYPO3 7.6.11, news 5.2.0, realurl 2.1.4 with indexed search

Any hint is welcome.

1 Answers1

1

Add Below line in your "realurl_autoconf.php".

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['_DEFAULT'] = array(
    'init' => array(
         'enableCHashCache' => FALSE,
         ),
Vimal Usadadiya
  • 442
  • 2
  • 10