Uncaught TYPO3 Exception
#1313855173: The controller "product" is not allowed by this plugin. Please check for TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php. (More information)

TYPO3\CMS\Extbase\Mvc\Exception\InvalidControllerNameException thrown in file
/homepages/33/d598506822/htdocs/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php in line 215.

20 TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder::resolveControllerName(array)

/homepages/33/d598506822/htdocs/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php:
00161:             $parameters = \TYPO3\CMS\Extbase\Utility\ArrayUtility::arrayMergeRecursiveOverrule($parameters, $files[$pluginNamespace]);
00162:         }
00163:         $controllerName = $this->resolveControllerName($parameters);
00164:         $actionName = $this->resolveActionName($controllerName, $parameters);
00165:         /** @var $request \TYPO3\CMS\Extbase\Mvc\Web\Request */

19 TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder::build()

/homepages/33/d598506822/htdocs/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00053:     public function handleRequest()
00054:     {
00055:         $request = $this->requestBuilder->build();
00056:         if ($this->extensionService->isActionCacheable(null, null, $request->getControllerName(), $request->getControllerActionName())) {
00057:             $request->setIsCached(true);

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

/homepages/33/d598506822/htdocs/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00204:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00205: 
00206:         $response = $requestHandler->handleRequest();
00207:         // If response is NULL after handling the request we need to stop
00208:         // This happens for instance, when a USER object was converted to a USER_INT

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

/homepages/33/d598506822/htdocs/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00191:     {
00192:         $this->initialize($configuration);
00193:         return $this->handleRequest();
00194:     }
00195: 

16 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
15 call_user_func_array(array, array)

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07309:                         $content,
07310:                         $conf
07311:                     ]);
07312:                 } else {
07313:                     $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

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

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00038:         }
00039:         $this->cObj->includeLibs($conf);
00040:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00041:         if ($this->cObj->doConvertToUserIntObject) {
00042:             $this->cObj->doConvertToUserIntObject = false;

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

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

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

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "subparts.T3_PRODUKTDETAILS")

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php:
00128:                     $this->cObj->data[$this->cObj->currentValKey] = $GLOBALS['TSFE']->register['SUBPART_' . $theKey];
00129:                     // Get subpart cObject and substitute it!
00130:                     $subpartArray[$PRE . $theKey . $POST] = $this->cObj->cObjGetSingle($theValue['name'], $theValue['conf'], 'subparts.' . $theKey);
00131:                 }
00132:                 // Reset current to empty

10 TYPO3\CMS\Frontend\ContentObject\TemplateContentObject::render(array)

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\TemplateContentObject, array)

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("TEMPLATE", array, "10")

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00803:             if ((int)$theKey && strpos($theKey, '.') === false) {
00804:                 $conf = $setup[$theKey . '.'];
00805:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00806:             }
00807:         }

7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00208:         $timeTracker->incStackPointer();
00209:         $timeTracker->push($tsfe->sPre, 'PAGE');
00210:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00211:         if ($tsfe->pSetup['wrap']) {
00212:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

6 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/homepages/33/d598506822/htdocs/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00214:                 // Content generation
00215:                 if (!$this->controller->isINTincScript()) {
00216:                     PageGenerator::renderContent();
00217:                     $this->controller->setAbsRefPrefix();
00218:                 }

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

/homepages/33/d598506822/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)

/homepages/33/d598506822/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()

/homepages/33/d598506822/htdocs/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: });

2 {closure}()
1 call_user_func(Closure)

/homepages/33/d598506822/htdocs/index.php:
00034:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00035:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00036: });