array(4 items)
   caller => "TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTquery" (60 chars)
   ERROR => "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,
      COERCIBLE) for operation '='" (104 chars)
   lastBuiltQuery => "SELECT * FROM tx_realurl_pathcache WHERE rootpage_id=1 AND pagepath='dateien
      _db/2017_06_06_fr_pipe_seal_tec___syst�mes_d\'�tanch�it�_int�rieur
      s_pour_tuyaux_relin' ORDER BY expire LIMIT 1" (196 chars)
   debug_backtrace => "call_user_func#34 // {closure}# // TYPO3\CMS\Frontend\Http\Application->run#
      33 // TYPO3\CMS\Core\Core\Bootstrap->handleRequest#78 // TYPO3\CMS\Frontend\
      Http\RequestHandler->handleRequest#302 // TYPO3\CMS\Frontend\Controller\Typo
      ScriptFrontendController->checkAlternativeIdMethods#138 // TYPO3\CMS\Core\Ut
      ility\GeneralUtility::callUserFunction#1177 // call_user_func_array#4347 // 
      DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl# // DmitryDulepov\Realur
      l\Decoder\UrlDecoder->runDecoding#139 // DmitryDulepov\Realurl\Decoder\UrlDe
      coder->doDecoding#1223 // DmitryDulepov\Realurl\Decoder\UrlDecoder->decodePa
      th#789 // DmitryDulepov\Realurl\Decoder\UrlDecoder->searchPathInCache#401 //
       DmitryDulepov\Realurl\Cache\DatabaseCache->getPathFromCacheByPagePath#1363 
      // TYPO3\CMS\Core\Database\DatabaseConnection->exec_SELECTgetSingleRow#250 /
      / TYPO3\CMS\Core\Database\DatabaseConnection->exec_SELECTquery#416 // TYPO3\
      CMS\Core\Database\DatabaseConnection->debug#314" (959 chars)

array(4 items)
   caller => "TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTquery" (60 chars)
   ERROR => "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,
      COERCIBLE) for operation '='" (104 chars)
   lastBuiltQuery => "SELECT uid FROM pages WHERE tx_realurl_pathoverride=1 AND tx_realurl_pathseg
      ment='dateien_db/2017_06_06_fr_pipe_seal_tec___syst�mes_d\'�tanch�itï¿
      ½_int�rieurs_pour_tuyaux_relin' AND pages.deleted=0 AND pages.t3ver_state<
      =0 AND pages.pid<>-1 AND pages.starttime<=1711693500 AND (pages.endtime=0 OR
       pages.endtime>1711693500) ORDER BY sorting" (347 chars)
   debug_backtrace => "call_user_func#34 // {closure}# // TYPO3\CMS\Frontend\Http\Application->run#
      33 // TYPO3\CMS\Core\Core\Bootstrap->handleRequest#78 // TYPO3\CMS\Frontend\
      Http\RequestHandler->handleRequest#302 // TYPO3\CMS\Frontend\Controller\Typo
      ScriptFrontendController->checkAlternativeIdMethods#138 // TYPO3\CMS\Core\Ut
      ility\GeneralUtility::callUserFunction#1177 // call_user_func_array#4347 // 
      DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl# // DmitryDulepov\Realur
      l\Decoder\UrlDecoder->runDecoding#139 // DmitryDulepov\Realurl\Decoder\UrlDe
      coder->doDecoding#1223 // DmitryDulepov\Realurl\Decoder\UrlDecoder->decodePa
      th#789 // DmitryDulepov\Realurl\Decoder\UrlDecoder->decodePathByOverride#414
       // DmitryDulepov\Realurl\Decoder\UrlDecoder->searchPagesByPathOverride#515 
      // DmitryDulepov\Realurl\Decoder\UrlDecoder->searchForPathOverrideInPages#13
      41 // TYPO3\CMS\Core\Database\DatabaseConnection->exec_SELECTgetRows#1247 //
       TYPO3\CMS\Core\Database\DatabaseConnection->exec_SELECTquery#377 // TYPO3\C
      MS\Core\Database\DatabaseConnection->debug#314" (1034 chars)

TYPO3 Exception
Uncaught TYPO3 Exception
#1: PHP Warning: Invalid argument supplied for foreach() in /opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php line 1248 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/opt/rh/httpd24/root/var/www/html/htdocs/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.

16 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "Invalid argument supplied for foreach()", "/opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php", 1248, array)

/opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01246:     '', 'sorting'
01247:   );
01248:   foreach ($rows as $row) {
01249:    if ($this->getRootPageIdForPage((int)$row['uid']) === $this->rootPageId) {
01250:     // Found it!

15 DmitryDulepov\Realurl\Decoder\UrlDecoder::searchForPathOverrideInPages("dateien_db/2017_06_06_fr_pipe_seal_tec___syst�me_d'�tanch�it�_int�rieurs_pour_tuyaux_relin")

/opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01339:   }
01340:   if (!$result) {
01341:    $result = $this->searchForPathOverrideInPages($path);
01342:   }
01343: 

14 DmitryDulepov\Realurl\Decoder\UrlDecoder::searchPagesByPathOverride(array)

/opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00513: 
00514:   while (!empty($possibleSegments) && !$result) {
00515:    $result = $this->searchPagesByPathOverride($possibleSegments);
00516:    if (!$result) {
00517:     array_pop($possibleSegments);

13 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodePathByOverride(array)

/opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00412: 
00413:   if (is_null($result)) {
00414:    $result = $this->decodePathByOverride($remainingPathSegments);
00415:    if (!is_null($result)) {
00416:     $currentPid = $result->getPageId();

12 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodePath(array)

/opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00787:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->getVarsFromDomainConfiguration());
00788:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePreVars($pathSegments));
00789:   $pageId = $this->decodePath($pathSegments);
00790:   if ($this->mountPointVariable !== '') {
00791:    $requestVariables['MP'] = $this->mountPointVariable;

11 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("dateien_db/2017_06_06_fr_pipe_seal_tec___syst%EF%BDit%EF%BF%BD_int%EF%BF%BDrieurs_pour_tuyaux_relin/")

/opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01221:   if (!$cacheEntry) {
01222:    $this->originalPath = $urlParts['path'];
01223:    $cacheEntry = $this->doDecoding($urlParts['path']);
01224:   }
01225:   $this->setRequestVariables($cacheEntry);

10 DmitryDulepov\Realurl\Decoder\UrlDecoder::runDecoding()

/opt/rh/httpd24/root/var/www/html/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00137:     if ($this->speakingUri) {
00138:      $this->setLanguageFromQueryString();
00139:      $this->runDecoding();
00140:     }
00141:    }

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
8 call_user_func_array(array, array)

/opt/rh/httpd24/root/var/www/html/htdocs/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04345:                     }
04346:                     // Call method:
04347:                     $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04348:                 } else {
04349:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

7 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/opt/rh/httpd24/root/var/www/html/htdocs/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01175:             $_params = array('pObj' => &$this);
01176:             foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01177:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01178:             }
01179:         }

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::checkAlternativeIdMethods()

/opt/rh/httpd24/root/var/www/html/htdocs/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00136:             $this->bootstrap->loadCachedTca();
00137:         }
00138:         $this->controller->checkAlternativeIdMethods();
00139:         $this->controller->clear_preview();
00140:         $this->controller->determineId();

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/opt/rh/httpd24/root/var/www/html/htdocs/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/opt/rh/httpd24/root/var/www/html/htdocs/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/opt/rh/httpd24/root/var/www/html/htdocs/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()
1 call_user_func(Closure)

/opt/rh/httpd24/root/var/www/html/htdocs/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });