Uncaught TYPO3 Exception
Argument 1 passed to DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeSingleVariable() must be of the type array, string given, called in /usr/www/users/iufroi/iufro/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php on line 676

TypeError thrown in file
/usr/www/users/iufroi/iufro/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php in line 695.

13 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeSingleVariable("single", array, array, "")

/usr/www/users/iufroi/iufro/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00674:      if (is_array($postVarSetConfiguration)) {
00675:       foreach ($postVarSetConfiguration as $postVarConfiguration) {
00676:        $this->decodeSingleVariable($postVarConfiguration, $pathSegments, $requestVariables, $previousValue);
00677:       }
00678:      }

12 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodePostVarSets(7309, array)

/usr/www/users/iufroi/iufro/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00901:   }
00902:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodeFixedPostVars($pageId, $pathSegments));
00903:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePostVarSets($pageId, $pathSegments));
00904: 
00905:   $this->mergeWithExistingGetVars($requestVariables);

11 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("science/gfis/fr")

/usr/www/users/iufroi/iufro/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01362:   if (!$cacheEntry) {
01363:    $this->originalPath = $urlPath;
01364:    $cacheEntry = $this->doDecoding($urlPath);
01365:    // Note the newly created cache entry is not saved because it is unsafe!
01366:    // The user can supply any number of free form parameters and those

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

/usr/www/users/iufroi/iufro/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00155:     if ($this->speakingUri) {
00156:      $this->setLanguageFromQueryString();
00157:      $this->runDecoding();
00158:     }
00159:    }

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

/usr/www/users/iufroi/iufro/typo3_src-8.7.22/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03838:                     }
03839:                     // Call method:
03840:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
03841:                 } else {
03842:                     $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)

/usr/www/users/iufroi/iufro/typo3_src-8.7.22/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01114:             $_params = ['pObj' => &$this];
01115:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01116:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01117:             }
01118:         }

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

/usr/www/users/iufroi/iufro/typo3_src-8.7.22/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00135:                     ->loadExtTables();
00136:         }
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();

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

/usr/www/users/iufroi/iufro/typo3_src-8.7.22/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

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

/usr/www/users/iufroi/iufro/typo3_src-8.7.22/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

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

/usr/www/users/iufroi/iufro/typo3_src-8.7.22/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00020: call_user_func(function () {
00021:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00022:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00023: });

2 {closure}()

/usr/www/users/iufroi/iufro/typo3_src-8.7.22/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00022:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00023: });

1 require("/usr/www/users/iufroi/iufro/typo3_src-8.7.22/typo3sysext/frontend/Resources/Private/Php/frontend.php")

/usr/www/users/iufroi/iufro/index.php:
00001: <?php
00002: require __DIR__ . "/typo3/sysext/frontend/Resources/Private/Php/frontend.php";