Skip to content

Reset Password throws error: Uncaught TYPO3 Exception Cannot unset string offsets

from info@web-hosting-uk.com

Uncaught TYPO3 Exception Cannot unset string offsets

Error thrown in file /home/my/ci/releases/7/html/typo3conf/ext/femanager/Classes/DataProcessor/CleanUserGroup.php in line 18.

21 In2code\Femanager\DataProcessor\CleanUserGroup::process(array)

/home/my/ci/releases/7/html/typo3conf/ext/femanager/Classes/DataProcessor/DataProcessorRunner.php: 00091: ); 00092: $dataProcessor->initializeDataProcessor(); 00093: $arguments = $dataProcessor->process($arguments); 00094: } else { 00095: throw new \UnexpectedValueException('Finisher does not implement ' . $this->interface, 1516373829946);

20 In2code\Femanager\DataProcessor\DataProcessorRunner::callClasses(array, array, TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer, TYPO3\CMS\Extbase\Mvc\Controller\Arguments)

/home/my/ci/releases/7/html/typo3conf/ext/femanager/Classes/Controller/AbstractController.php: 00381: $this->settings, 00382: $this->contentObject, 00383: $this->arguments 00384: ); 00385: $this->request->setArguments($this->pluginVariables);

19 In2code\Femanager\Controller\AbstractController::initializeAction()

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php: 00163: $this->initializeActionMethodValidators(); 00164: $this->mvcPropertyMappingConfigurationService->initializePropertyMappingConfigurationFromRequest($request, $this->arguments); 00165: $this->initializeAction(); 00166: actionInitializationMethodName = 'initialize' . ucfirst(this->actionMethodName); 00167: if (method_exists($this, $actionInitializationMethodName)) {

18 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php: 00083: $controller = $this->resolveController($request); 00084: try { 00085: $controller->processRequest($request, $response); 00086: } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) { 00087: }

17 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php: 00089: /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */ 00090: $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class); 00091: $this->dispatcher->dispatch($request, $response); 00092: return $response; 00093: }

16 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/extbase/Classes/Core/Bootstrap.php: 00197: $requestHandler = $requestHandlerResolver->resolveRequestHandler(); 00198: 00199: $response = $requestHandler->handleRequest(); 00200: // If response is NULL after handling the request we need to stop 00201: // This happens for instance, when a USER object was converted to a USER_INT

15 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/extbase/Classes/Core/Bootstrap.php: 00184: { 00185: $this->initialize($configuration); 00186: return $this->handleRequest(); 00187: } 00188:

14 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array) 13 call_user_func_array(array, array)

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php: 06335: ], [ 06336: $content, 06337: $conf 06338: ]); 06339: } else {

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "")

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php: 00039: $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER); 00040: } 00041: $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, ''); 00042: if ($this->cObj->doConvertToUserIntObject) { 00043: $this->cObj->doConvertToUserIntObject = false;

11 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php: 00818: // Render content 00819: try { 00820: $content .= $contentObject->render($configuration); 00821: } catch (ContentRenderingException $exception) { 00822: // Content rendering Exceptions indicate a critical problem which should not be

10 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\UserContentObject, array)

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php: 00734: $contentObject = $this->getContentObject($name); 00735: if ($contentObject) { 00736: $content .= $this->render($contentObject, $conf); 00737: } else { 00738: // Call hook functions for extra processing

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array)

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php: 03523: break; 03524: case 'FUNC': 03525: $incContent = $INTiS_cObj->cObjGetSingle('USER', INTiS_config[INTiS_key]['conf']); 03526: break; 03527: case 'POSTUSERFUNC':

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php: 03485: do { 03486: $INTiS_config = $this->config['INTincScript']; 03487: $this->INTincScript_process($INTiS_config); 03488: // Check if there were new items added to INTincScript during the previous execution: 03489: INTiS_config = array_diff_assoc(this->config['INTincScript'], $INTiS_config);

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php: 03452: } 03453: 03454: $this->recursivelyReplaceIntPlaceholdersInContent(); 03455: $this->getTimeTracker()->push('Substitute header section'); 03456: $this->INTincScript_loadJSCode();

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

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Classes/Http/RequestHandler.php: 00223: if ($this->controller->isINTincScript()) { 00224: $this->timeTracker->push('Non-cached objects', ''); 00225: $this->controller->INTincScript(); 00226: $this->timeTracker->pull(); 00227: }

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

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/core/Classes/Core/Bootstrap.php: 00313: 00314: // Execute the command which returns a Response object or NULL 00315: $this->response = $requestHandler->handleRequest($request); 00316: return $this; 00317: }

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

/home/my/ci/releases/7/vendor/typo3/cms/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()

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Resources/Private/Php/frontend.php: 00021: call_user_func(function () { 00022: $classLoader = require DIR . '/../../../../../../vendor/autoload.php'; 00023: (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run(); 00024: });

2 {closure}()

/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Resources/Private/Php/frontend.php: 00022: $classLoader = require DIR . '/../../../../../../vendor/autoload.php'; 00023: (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run(); 00024: });

1 require("/home/my/ci/releases/7/vendor/typo3/cms/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/home/my/ci/releases/7/vendor/typo3/cms/index.php: 00001: <?php 00002: 00003: require DIR . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';