|
<?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;">#1: PHP Catchable Fatal Error: Argument 3 passed to TYPO3\CMS\Backend\Form\Wizard\SuggestWizard::overrideFieldNameAndConfigurationForFlexform() must be of the type array, boolean given, called in /var/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/typo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php on line 163 and defined in /var/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/typo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php line 273</strong> (<a href="https://typo3.org/go/exception/CMS/debug/1" target="_blank">More information</a>)<br />
|
|
<br />
|
|
<span class="ExceptionProperty">TYPO3\CMS\Core\Error\Exception</span> thrown in file<br />
|
|
<span class="ExceptionProperty">/var/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/typo3/sysext/core/Classes/Error/ErrorHandler.php</span> in line
|
|
<span class="ExceptionProperty">111</span>.<br />
|
|
<br />
|
|
<pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">11</span> TYPO3\CMS\Core\Error\ErrorHandler<span style="color:white;">::</span>handleError<span style="color:white;">(<span style="color:#FF8700;">4096</span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="Argument 3 passed to TYPO3\CMS\Backend\Form\Wizard\SuggestWizard::overrideFieldNameAndConfigurationForFlexform() must be of the type array, boolean given, called in /var/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/typo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php on line 163 and defined">Argument 3 passed to TYPO3\CMS\Backend\Form\Wizard<span style="color:white;">…</span>m/Wizard/SuggestWizard.php on line 163 and defined</span>"<span style="color:white;">,</span> "<span style="color:#FF8700;" title="/var/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/typo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php">/var/customers/webs/webmail/prev/uzinutz.scw.marke<span style="color:white;">…</span>sext/backend/Classes/Form/Wizard/SuggestWizard.php</span>"<span style="color:white;">,</span> <span style="color:#FF8700;">273</span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/typo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php:</span><br /><pre>00271: * @param array|NULL &$fieldConfig
|
|
00272: */
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00273: protected function overrideFieldNameAndConfigurationForFlexform($table, &$field, array $row, &$fieldConfig)
|
|
</pre><pre>00274: {
|
|
00275: // check if field is a flexform reference
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">10</span> TYPO3\CMS\Backend\Form\Wizard\SuggestWizard<span style="color:white;">::</span>overrideFieldNameAndConfigurationForFlexform<span style="color:white;">(<span style="color:#FF8700;"><em>NULL</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>NULL</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>boolean</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>NULL</em></span>)</span></pre><br /><span style="font-size:10px;">/var/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/typo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php:</span><br /><pre>00161: $TSconfig = BackendUtility::getPagesTSconfig($pageId);
|
|
00162: $fieldConfig = $GLOBALS['TCA'][$table]['columns'][$field]['config'];
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00163: $this->overrideFieldNameAndConfigurationForFlexform($table, $field, $row, $fieldConfig);
|
|
</pre><pre>00164:
|
|
00165: $wizardConfig = $fieldConfig['wizards']['suggest'];
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">9</span> TYPO3\CMS\Backend\Form\Wizard\SuggestWizard<span style="color:white;">::</span>searchAction<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/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/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, [$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/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/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/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/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/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/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/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/typo3/sysext/backend/Classes/Http/Application.php:</span><br /><pre>00092: }
|
|
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/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/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/customers/webs/webmail/prev/uzinutz.scw.marketing/typo3_src-7.6.11/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>
|
|
|