Uncaught TYPO3 Exception
#1437654409: No $tableName given (More information)

InvalidArgumentException thrown in file
/opt/typo3_src-master/typo3/sysext/backend/Classes/Form/FormDataCompiler.php in line 81.

10 TYPO3\CMS\Backend\Form\FormDataCompiler::compile(array)

/opt/typo3_src-master/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php:
00119:             $formDataCompilerInput['inlineChildChildUid'] = $childChildUid;
00120:         }
00121:         $childData = $formDataCompiler->compile($formDataCompilerInput);
00122: 
00123:         // Set language of new child record to the language of the parent record:

9 TYPO3\CMS\Backend\Controller\FormInlineAjaxController::createAction(TYPO3\CMS\Core\Http\ServerRequest, TYPO3\CMS\Core\Http\Response)
8 call_user_func_array(array, array)

/opt/typo3_src-master/typo3/sysext/backend/Classes/Http/RouteDispatcher.php:
00052:         $targetIdentifier = $route->getOption('target');
00053:         $target = $this->getCallableFromTarget($targetIdentifier);
00054:         return call_user_func_array($target, array($request, $response));
00055:     }
00056: 

7 TYPO3\CMS\Backend\Http\RouteDispatcher::dispatch(TYPO3\CMS\Core\Http\ServerRequest, TYPO3\CMS\Core\Http\Response)

/opt/typo3_src-master/typo3/sysext/backend/Classes/Http/AjaxRequestHandler.php:
00169:         /** @var RouteDispatcher $dispatcher */
00170:         $dispatcher = GeneralUtility::makeInstance(RouteDispatcher::class);
00171:         return $dispatcher->dispatch($request, $response);
00172:     }
00173: 

6 TYPO3\CMS\Backend\Http\AjaxRequestHandler::dispatch(TYPO3\CMS\Core\Http\ServerRequest)

/opt/typo3_src-master/typo3/sysext/backend/Classes/Http/AjaxRequestHandler.php:
00087:         try {
00088:             // Backend Routing - check if a valid route is there, and dispatch
00089:             return $this->dispatch($request);
00090:         } catch (ResourceNotFoundException $e) {
00091:             // no Route found, fallback to the traditional AJAX request

5 TYPO3\CMS\Backend\Http\AjaxRequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/opt/typo3_src-master/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)

/opt/typo3_src-master/typo3/sysext/backend/Classes/Http/Application.php:
00092:     public function run(callable $execute = null)
00093:     {
00094:         $this->bootstrap->handleRequest($this->request);
00095: 
00096:         if ($execute !== null) {

3 TYPO3\CMS\Backend\Http\Application::run()

/opt/typo3_src-master/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)

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