Uncaught TYPO3 Exception
#1313855173: The controller "YearRegister" 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
/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php in line 180.

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php:
00127:    $parameters = \TYPO3\CMS\Extbase\Utility\ArrayUtility::arrayMergeRecursiveOverrule($parameters, $files[$pluginNamespace]);
00128:   }
00129:   $controllerName = $this->resolveControllerName($parameters);
00130:   $actionName = $this->resolveActionName($controllerName, $parameters);
00131:   /** @var $request \TYPO3\CMS\Extbase\Mvc\Web\Request */

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00037:   */
00038:  public function handleRequest() {
00039:   $request = $this->requestBuilder->build();
00040:   /** @var $requestHashService \TYPO3\CMS\Extbase\Security\Channel\RequestHashService */
00041:   $requestHashService = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Security\\Channel\\RequestHashService');

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00193:   $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00194: 
00195:   $response = $requestHandler->handleRequest();
00196:   // If response is NULL after handling the request we need to stop
00197:   // This happens for instance, when a USER object was converted to a USER_INT

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00182:  public function run($content, $configuration) {
00183:   $this->initialize($configuration);
00184:   return $this->handleRequest();
00185:  }
00186: 

18 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
17 call_user_func_array(array, array)

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06662:       $content,
06663:       $conf
06664:      ));
06665:     } else {
06666:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:   }
00040:   $this->cObj->includeLibs($conf);
00041:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:   if ($this->cObj->doConvertToUserIntObject) {
00043:    $this->cObj->doConvertToUserIntObject = FALSE;

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "20")

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696:      $conf = $setup[$theKey . '.'];
00697:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698:     }
00699:    }

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

8 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "tt_content")

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732:     // Getting the cObject
00733:     $GLOBALS['TT']->incStackPointer();
00734:     $content .= $this->cObjGetSingle($name, $conf, $key);
00735:     $GLOBALS['TT']->decStackPointer();
00736:    } else {

6 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("<tt_content", NULL, "")

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00105:        $this->cObj->lastChanged($row['tstamp']);
00106:        $cObj->start($row, $conf['table']);
00107:        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00108:        $cobjValue .= $tmpValue;
00109:       }

5 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

4 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "10")

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696:      $conf = $setup[$theKey . '.'];
00697:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698:     }
00699:    }

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00213:   $GLOBALS['TT']->incStackPointer();
00214:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00215:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00216:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00217:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

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

/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/cms/tslib/index_ts.php:
00210:   // Content generation
00211:   if (!$TSFE->isINTincScript()) {
00212:    \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00213:    $TSFE->setAbsRefPrefix();
00214:   }

1 require("/home/www/simpl_src/typo3_src-6.2.26/typo3/sysext/cms/tslib/index_ts.php")

/home/www/simpl_src/typo3_src-6.2.26/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');