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.
12 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: }
11 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodePostVarSets(4082, 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);
10 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("events/calendar/2008/en")
/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
9 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: }
8 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
7 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];
6 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:01115: $_params = ['pObj' => &$this];
01116: foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01117: GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01118: }
01119: }
5 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();
4 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: }
3 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) {
2 TYPO3\CMS\Frontend\Http\Application::run()
/usr/www/users/iufroi/iufro/index.php:00033: call_user_func(function () {
00034: $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00035: (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00036: });
00037:
1 {closure}()
/usr/www/users/iufroi/iufro/index.php:00034: $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00035: (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00036: });
00037:
00038: