DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Known problems

With solution

Language guessing and realurl

Language guessing does not always work when the language parameter is translated with old versions of realurl.

Solution: Update realurl to at least version 1.12.8

Extension cooluri

By default, cooluri handles 404 errors itself.

Solution:

Configure cooluri to use the default TYPO3 404 handling. Luckily it provides this option itself, you just have to uncomment it in CoolUriConf.xml:

<cooluri>
    <cache>
        <pagenotfound>
            <behavior type="userfunc">Bednarik\Cooluri\Integration\Cooluri->pageNotFound</behavior>
        </pagenotfound>
    </cache>
</cooluri>

Without solution

Language guessing and cooluri

With cooluri, the language guessing does not work at all.