|
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<title>TYPO3 Exception</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<style type="text/css">
|
|
.ExceptionProperty {
|
|
color: #101010;
|
|
}
|
|
pre {
|
|
margin: 0;
|
|
font-size: 11px;
|
|
color: #515151;
|
|
background-color: #D0D0D0;
|
|
padding-left: 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="
|
|
position: absolute;
|
|
left: 10px;
|
|
background-color: #B9B9B9;
|
|
outline: 1px solid #515151;
|
|
color: #515151;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
margin: 10px;
|
|
padding: 0;
|
|
">
|
|
<div style="width: 100%; background-color: #515151; color: white; padding: 2px; margin: 0 0 6px 0;">Uncaught TYPO3 Exception</div>
|
|
<div style="width: 100%; padding: 2px; margin: 0 0 6px 0;">
|
|
<strong style="color: #BE0027;">#1446996319: Configuration retrieved from FlexForm is incomplete or not of type "inline".</strong> (<a href="https://typo3.org/go/exception/CMS/debug/1446996319" target="_blank">More information</a>)<br />
|
|
<br />
|
|
<span class="ExceptionProperty">UnexpectedValueException</span> thrown in file<br />
|
|
<span class="ExceptionProperty">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php</span> in line
|
|
<span class="ExceptionProperty">811</span>.<br />
|
|
<br />
|
|
<pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">10</span> TYPO3\CMS\Backend\Controller\FormInlineAjaxController<span style="color:white;">::</span>getParentConfigFromFlexForm<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="data-13-tt_content-673-pi_flexform---data---textbox---lDEF---media---vDEF-sys_file_reference">data-13-tt_content-673-pi_flexform---data---textbox---lDEF---media---vDEF-sys_file_reference</span>")</span></pre><br /><span style="font-size:10px;">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php:</span><br /><pre>00102:
|
|
00103: if ($parentConfig['type'] === 'flex') {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00104: $parentConfig = $this->getParentConfigFromFlexForm($parentConfig, $domObjectId);
|
|
</pre><pre>00105: }
|
|
00106: $childTableName = $parentConfig['foreign_table'];
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">9</span> TYPO3\CMS\Backend\Controller\FormInlineAjaxController<span style="color:white;">::</span>createAction<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\ServerRequest</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\Response</em></span>)</span></pre><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">8</span> call_user_func_array<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/sysext/backend/Classes/Http/RouteDispatcher.php:</span><br /><pre>00052: $targetIdentifier = $route->getOption('target');
|
|
00053: $target = $this->getCallableFromTarget($targetIdentifier);
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00054: return call_user_func_array($target, array($request, $response));
|
|
</pre><pre>00055: }
|
|
00056:
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">7</span> TYPO3\CMS\Backend\Http\RouteDispatcher<span style="color:white;">::</span>dispatch<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\ServerRequest</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\Response</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/sysext/backend/Classes/Http/AjaxRequestHandler.php:</span><br /><pre>00169: /** @var RouteDispatcher $dispatcher */
|
|
00170: $dispatcher = GeneralUtility::makeInstance(RouteDispatcher::class);
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00171: return $dispatcher->dispatch($request, $response);
|
|
</pre><pre>00172: }
|
|
00173:
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">6</span> TYPO3\CMS\Backend\Http\AjaxRequestHandler<span style="color:white;">::</span>dispatch<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\ServerRequest</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/sysext/backend/Classes/Http/AjaxRequestHandler.php:</span><br /><pre>00087: try {
|
|
00088: // Backend Routing - check if a valid route is there, and dispatch
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00089: return $this->dispatch($request);
|
|
</pre><pre>00090: } catch (ResourceNotFoundException $e) {
|
|
00091: // no Route found, fallback to the traditional AJAX request
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">5</span> TYPO3\CMS\Backend\Http\AjaxRequestHandler<span style="color:white;">::</span>handleRequest<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\ServerRequest</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/sysext/core/Classes/Core/Bootstrap.php:</span><br /><pre>00300:
|
|
00301: // Execute the command which returns a Response object or NULL
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00302: $this->response = $requestHandler->handleRequest($request);
|
|
</pre><pre>00303: return $this;
|
|
00304: }
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">4</span> TYPO3\CMS\Core\Core\Bootstrap<span style="color:white;">::</span>handleRequest<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\ServerRequest</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/sysext/backend/Classes/Http/Application.php:</span><br /><pre>00092: public function run(callable $execute = null)
|
|
00093: {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00094: $this->bootstrap->handleRequest($this->request);
|
|
</pre><pre>00095:
|
|
00096: if ($execute !== null) {
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">3</span> TYPO3\CMS\Backend\Http\Application<span style="color:white;">::</span>run<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/index.php:</span><br /><pre>00018: call_user_func(function () {
|
|
00019: $classLoader = require __DIR__ . '/../vendor/autoload.php';
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00020: (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run();
|
|
</pre><pre>00021: });
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">2</span> {closure}<span style="color:white;">()</span></pre><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">1</span> call_user_func<span style="color:white;">(<span style="color:#FF8700;"><em>Closure</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/home/corth/public/project.env.de/typo3_src-7.6.0/typo3/index.php:</span><br /><pre>00019: $classLoader = require __DIR__ . '/../vendor/autoload.php';
|
|
00020: (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run();
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00021: });
|
|
</pre><pre></pre><br />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|