[TYPO3-german] #1294585070: No module "web_layout" could be found

Marc Reiter info at reitec.de
Mon Oct 12 16:59:41 CEST 2015


Hallo,

nach einem Update von 7.0 auf 7.4 (inzwischen 7.5) bekomme ich folgende Fehlermeldung im Backend wenn ich eine Page auswähle:

Uncaught TYPO3 Exception
#1294585070: No module "web_layout" could be found. (More information)

TYPO3\CMS\Core\Exception thrown in file
/www/htdocs/w012e412/123.mydomain.de/typo3/sysext/backend/Classes/Http/BackendModuleRequestHandler.php in line 94.

5 TYPO3\CMS\Backend\Http\BackendModuleRequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)
/www/htdocs/w012e412/123.mydomain.de/typo3/sysext/core/Classes/Core/Bootstrap.php:

00286: 
00287:   // Execute the command which returns a Response object or NULL
00288:   $this->response = $requestHandler->handleRequest($request);
00289:   return $this;
00290:  }


4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)
/www/htdocs/w012e412/123.mydomain.de/typo3/sysext/backend/Classes/Http/Application.php:

00090:   */
00091:  public function run(callable $execute = NULL) {
00092:   $this->bootstrap->handleRequest($this->request);
00093: 
00094:   if ($execute !== NULL) {

3 TYPO3\CMS\Backend\Http\Application::run()
/www/htdocs/w012e412/123.mydomain.de/typo3/index.php:

00018: call_user_func(function() {
00019:  $classLoader = require __DIR__ . '/../vendor/autoload.php';
00020:  (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run();
00021: });


2 {closure}()
1 call_user_func(Closure)
/www/htdocs/w012e412/123.mydomain.detypo3/index.php:

00019:  $classLoader = require __DIR__ . '/../vendor/autoload.php';
00020:  (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run();
00021: });

Hoffentlich weiß jemand Rat - ich habe nämlich keinen Schimmer was das sein könnte.

--Marc


More information about the TYPO3-german mailing list