Project

General

Profile

Bug #104528 ยป exception.html

Sebastian Fischer, 2024-08-01 20:39

 
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>TYPO3 Exception</title>
<meta name="robots" content="noindex,nofollow"/>
<style>
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}

body {
margin: 0;
}

.exception-page {
background-color: #eaeaea;
color: #212121;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-weight: 400;
height: 100vh;
line-height: 1.5;
overflow-x: hidden;
overflow-y: scroll;
text-align: left;
top: 0;
}

.panel-collapse .exception-page {
height: 100%;
}

.exception-page a {
color: #ff8700;
text-decoration: underline;
}

.exception-page a:hover {
text-decoration: none;
}

.exception-page abbr[title] {
border-bottom: none;
cursor: help;
text-decoration: none;
}

.exception-page code, .exception-page kbd, .exception-page pre, .exception-page samp {
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
font-size: 1em;
}

.exception-page pre {
background-color: #ffffff;
overflow-x: auto;
border: 1px solid rgba(0,0,0,0.125);
}

.exception-page pre span {
display: block;
line-height: 1.3em;
}

.exception-page pre span:before {
display: inline-block;
content: attr(data-line);
border-right: 1px solid #b9b9b9;
margin-right: 0.5em;
padding-right: 0.5em;
background-color: #f4f4f4;
width: 4em;
text-align: right;
color: #515151;
}

.exception-page pre span.highlight {
background-color: #cce5ff;
}

.exception-page .break-long-words {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

.exception-page .callout {
padding: 1.5rem;
background-color: #fff;
margin-bottom: 2em;
box-shadow: 0 2px 1px rgba(0,0,0,.15);
border-left: 3px solid #8c8c8c;
}

.exception-page .callout-title {
margin: 0;
}

.exception-page .callout-body p:last-child {
margin-bottom: 0;
}

.exception-page .container {
max-width: 1140px;
margin: 0 auto;
padding: 0 30px;
}

.panel-collapse .exception-page .container {
width: 100%;
}

.exception-page .exception-illustration {
width: 3em;
height: 3em;
float: left;
margin-right: 1rem;
}

.exception-page .exception-illustration svg {
width: 100%;
}

.exception-page .exception-illustration svg path {
fill: #ff8700;
}

.exception-page .exception-summary {
background: #000000;
color: #fff;
padding: 1.5rem 0;
margin-bottom: 2rem;
}

.exception-page .exception-summary h1 {
margin: 0;
}

.exception-page .text-body-secondary {
opacity: 0.5;
}

.exception-page .trace {
background-color: #fff;
margin-bottom: 2rem;
box-shadow: 0 2px 1px rgba(0,0,0,.15);
}

.exception-page .trace-arguments {
color: #8c8c8c;
}

.exception-page .trace-body {
}

.exception-page .trace-call {
margin-bottom: 1rem;
}

.exception-page .trace-class {
margin: 0;
}

.exception-page .trace-file pre {
margin-top: 1.5rem;
margin-bottom: 0;
}

.exception-page .trace-head {
color: #721c24;
background-color: #f8d7da;
padding: 1.5rem;
}

.exception-page .trace-file-path {
word-break: break-all;
}

.exception-page .trace-message {
margin-bottom: 0;
}

.exception-page .trace-step {
padding: 1.5rem;
border-bottom: 1px solid #b9b9b9;
}

.exception-page .trace-step > *:first-child {
margin-top: 0;
}

.exception-page .trace-step > *:last-child {
margin-bottom: 0;
}

.exception-page .trace-step:nth-child(even) {
background-color: #fafafa;
}

.exception-page .trace-step:last-child {
border-bottom: none;
}
</style>
</head>
<body>
<div class="exception-page">
<div class="exception-summary">
<div class="container">
<div class="exception-message-wrapper">
<div class="exception-illustration hidden-xs-down">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path d="M11.1 10.3c-.2 0-.3.1-.5.1C9 10.4 6.8 5 6.8 3.2c0-.7.2-.9.4-1.1-2 .2-4.2.9-4.9 1.8-.2.2-.3.6-.3 1 0 2.8 3 9.2 5.1 9.2 1 0 2.6-1.6 4-3.8m-1-8.4c1.9 0 3.9.3 3.9 1.4 0 2.2-1.4 4.9-2.1 4.9C10.6 8.3 9 4.7 9 2.9c0-.8.3-1 1.1-1"></path>
</svg>
</div>
<h1 class="exception-message break-long-words">Whoops, looks like something went wrong.</h1>
</div>
</div>
</div>
<div class="container">
<div class="trace">
<div class="trace-head">
<h3 class="trace-class">
<span class="text-body-secondary">(1/1)</span>
<span class="exception-title">Error</span>
</h3>
<p class="trace-message break-long-words">Named parameter $primary overwrites previous argument</p>
</div>
<div class="trace-body">
<div class="trace-step">
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Database/Schema/SchemaMigrator.php</strong>
line 323
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="319">$currentTableDefinition = $return[$tableName];
</span>
<span class="" data-line="320">$return[$tableName] = new Table(
</span>
<span class="" data-line="321">$tableName,
</span>
<span class="" data-line="322">$this-&gt;mergeColumns(...$currentTableDefinition-&gt;getColumns(), ...$table-&gt;getColumns()),
</span>
<span class="highlight" data-line="323">$this-&gt;mergeIndexes(...$currentTableDefinition-&gt;getIndexes(), ...$table-&gt;getIndexes()),
</span>
<span class="" data-line="324">[],
</span>
<span class="" data-line="325">array_merge($currentTableDefinition-&gt;getForeignKeys(), $table-&gt;getForeignKeys()),
</span>
<span class="" data-line="326">array_merge($currentTableDefinition-&gt;getOptions(), $table-&gt;getOptions())
</span>
<span class="" data-line="327">);
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Core\Database\Schema\SchemaMigrator</span>
<span class="trace-type">-></span>
<span class="trace-method">mergeTableDefinitions</span>
(
<span class="trace-arguments">
<em>array</em>
(<em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table), <em>object</em>
(Doctrine\DBAL\Schema\Table))
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Database/Schema/SchemaMigrator.php</strong>
line 217
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="213">protected function parseCreateTableStatements(array $statements): array
</span>
<span class="" data-line="214">{
</span>
<span class="" data-line="215">$tables = $this-&gt;prepareTablesFromStatements($statements);
</span>
<span class="" data-line="216">$tables = $this-&gt;ensureTableDefinitionForAllTCAManagedTables($tables);
</span>
<span class="highlight" data-line="217">$tables = $this-&gt;mergeTableDefinitions($tables);
</span>
<span class="" data-line="218">$tables = $this-&gt;enrichTablesFromDefaultTCASchema($tables);
</span>
<span class="" data-line="219">$tables = $this-&gt;ensureDefaultTCAFieldsAreOrdered($tables);
</span>
<span class="" data-line="220">return $tables;
</span>
<span class="" data-line="221">}
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Core\Database\Schema\SchemaMigrator</span>
<span class="trace-type">-></span>
<span class="trace-method">parseCreateTableStatements</span>
(
<span class="trace-arguments">
<em>array</em>
('CREATE TABLE be_sessions ( ses_id varchar(190) DEFAULT \'\' NOT NULL, ses_iplock varchar(39) DEFAULT \'\' NOT NULL, ses_userid int(11) unsigned DEFAULT \'0\' NOT NULL, ses_tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, ses_data longblob, PRIMARY KEY (ses_id), KEY ses_tstamp (ses_tstamp) );', 'CREATE TABLE be_users ( lang varchar(10) DEFAULT \'default\' NOT NULL, uc mediumblob, workspace_id int(11) DEFAULT \'0\' NOT NULL, mfa mediumblob, KEY username (username) );', 'CREATE TABLE be_groups( tables_select longtext );', 'CREATE TABLE pages ( perms_userid int(11) unsigned DEFAULT \'0\' NOT NULL, perms_groupid int(11) unsigned DEFAULT \'0\' NOT NULL, perms_user tinyint(4) unsigned DEFAULT \'0\' NOT NULL, perms_group tinyint(4) unsigned DEFAULT \'0\' NOT NULL, perms_everybody tinyint(4) unsigned DEFAULT \'0\' NOT NULL, SYS_LASTCHANGED int(10) unsigned DEFAULT \'0\' NOT NULL, shortcut int(10) unsigned DEFAULT \'0\' NOT NULL, content_from_pid int(10) unsigned DEFAULT \'0\' NOT NULL, mount_pid int(10) unsigned DEFAULT \'0\' NOT NULL, KEY determineSiteRoot (is_siteroot), KEY language_identifier (l10n_parent,sys_language_uid), KEY slug (slug(127)) );', 'CREATE TABLE sys_registry ( uid int(11) unsigned NOT NULL auto_increment, entry_namespace varchar(128) DEFAULT \'\' NOT NULL, entry_key varchar(128) DEFAULT \'\' NOT NULL, entry_value mediumblob, PRIMARY KEY (uid), UNIQUE KEY entry_identifier (entry_namespace,entry_key) );', 'CREATE TABLE sys_be_shortcuts ( uid int(11) unsigned NOT NULL auto_increment, userid int(11) unsigned DEFAULT \'0\' NOT NULL, route varchar(255) DEFAULT \'\' NOT NULL, arguments text, description varchar(255) DEFAULT \'\' NOT NULL, sorting int(11) DEFAULT \'0\' NOT NULL, sc_group tinyint(4) DEFAULT \'0\' NOT NULL, PRIMARY KEY (uid), KEY event (userid) );', 'CREATE TABLE sys_file_storage ( is_public tinyint(4) DEFAULT \'0\' NOT NULL, processingfolder tinytext );', 'CREATE TABLE sys_file ( last_indexed int(11) DEFAULT \'0\' NOT NULL, identifier text, identifier_hash char(40) DEFAULT \'\' NOT NULL, folder_hash char(40) DEFAULT \'\' NOT NULL, extension varchar(255) DEFAULT \'\' NOT NULL, name tinytext, sha1 char(40) DEFAULT \'\' NOT NULL, creation_date int(11) DEFAULT \'0\' NOT NULL, modification_date int(11) DEFAULT \'0\' NOT NULL, KEY sel01 (storage,identifier_hash), KEY folder (storage,folder_hash), KEY tstamp (tstamp), KEY lastindex (last_indexed), KEY sha1 (sha1) );', 'CREATE TABLE sys_file_metadata ( title tinytext, alternative text, KEY file (file), KEY fal_filelist (l10n_parent,sys_language_uid) );', 'CREATE TABLE sys_file_processedfile ( uid int(11) NOT NULL auto_increment, tstamp int(11) DEFAULT \'0\' NOT NULL, crdate int(11) DEFAULT \'0\' NOT NULL, storage int(11) DEFAULT \'0\' NOT NULL, original int(11) DEFAULT \'0\' NOT NULL, identifier varchar(512) DEFAULT \'\' NOT NULL, name tinytext, processing_url text, configuration blob, configurationsha1 char(40) DEFAULT \'\' NOT NULL, originalfilesha1 char(40) DEFAULT \'\' NOT NULL, task_type varchar(200) DEFAULT \'\' NOT NULL, checksum char(32) DEFAULT \'\' NOT NULL, width int(11) DEFAULT \'0\', height int(11) DEFAULT \'0\', PRIMARY KEY (uid), KEY combined_1 (original,task_type(100),configurationsha1), KEY identifier (storage,identifier(180)) );', 'CREATE TABLE sys_file_reference ( uid_local int(11) DEFAULT \'0\' NOT NULL, title tinytext, alternative text, KEY tablenames_fieldname (tablenames(32),fieldname(12)), KEY deleted (deleted), KEY uid_local (uid_local), KEY uid_foreign (uid_foreign), KEY combined_1 (l10n_parent, t3ver_oid, t3ver_wsid, t3ver_state, deleted) );', 'CREATE TABLE sys_file_collection ( title tinytext, type varchar(30) DEFAULT \'static\' NOT NULL, );', 'CREATE TABLE sys_history ( uid int(11) unsigned NOT NULL auto_increment, tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, actiontype tinyint(3) DEFAULT \'0\' NOT NULL, usertype varchar(2) DEFAULT \'BE\' NOT NULL, userid int(11) unsigned, originaluserid int(11) unsigned, recuid int(11) DEFAULT \'0\' NOT NULL, tablename varchar(255) DEFAULT \'\' NOT NULL, history_data mediumtext, workspace int(11) DEFAULT \'0\', correlation_id varchar(255) DEFAULT \'\' NOT NULL, PRIMARY KEY (uid), KEY recordident_1 (tablename(100),recuid), KEY recordident_2 (tablename(100),tstamp) ) ENGINE=InnoDB;', 'CREATE TABLE sys_lockedrecords ( uid int(11) unsigned NOT NULL auto_increment, userid int(11) unsigned DEFAULT \'0\' NOT NULL, tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, record_table varchar(255) DEFAULT \'\' NOT NULL, record_uid int(11) DEFAULT \'0\' NOT NULL, record_pid int(11) DEFAULT \'0\' NOT NULL, username varchar(50) DEFAULT \'\' NOT NULL, feuserid int(11) unsigned DEFAULT \'0\' NOT NULL, PRIMARY KEY (uid), KEY event (userid,tstamp) );', 'CREATE TABLE sys_refindex ( hash varchar(32) DEFAULT \'\' NOT NULL, tablename varchar(64) DEFAULT \'\' NOT NULL, recuid int unsigned DEFAULT 0 NOT NULL, field varchar(64) DEFAULT \'\' NOT NULL, hidden smallint unsigned DEFAULT 0 NOT NULL, starttime int unsigned DEFAULT 0 NOT NULL, endtime int unsigned DEFAULT 2147483647 NOT NULL, t3ver_state int unsigned DEFAULT 0 NOT NULL, flexpointer varchar(255) DEFAULT \'\' NOT NULL, softref_key varchar(30) DEFAULT \'\' NOT NULL, softref_id varchar(40) DEFAULT \'\' NOT NULL, sorting int DEFAULT 0 NOT NULL, workspace int unsigned DEFAULT 0 NOT NULL, ref_table varchar(64) DEFAULT \'\' NOT NULL, ref_uid int DEFAULT 0 NOT NULL, ref_field varchar(64) DEFAULT \'\' NOT NULL, ref_hidden smallint unsigned DEFAULT 0 NOT NULL, ref_starttime int unsigned DEFAULT 0 NOT NULL, ref_endtime int unsigned DEFAULT 2147483647 NOT NULL, ref_t3ver_state int unsigned DEFAULT 0 NOT NULL, ref_sorting int DEFAULT 0 NOT NULL, ref_string varchar(1024) DEFAULT \'\' NOT NULL, PRIMARY KEY (hash), KEY lookup_rec (tablename,recuid,field,workspace,ref_t3ver_state,ref_hidden,ref_starttime,ref_endtime), KEY lookup_ref (ref_table,ref_uid,tablename,workspace,t3ver_state,hidden,starttime,endtime), );', 'CREATE TABLE sys_log ( uid int(11) unsigned NOT NULL auto_increment, tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, userid int(11) unsigned DEFAULT \'0\' NOT NULL, action tinyint(4) unsigned DEFAULT \'0\' NOT NULL, recuid int(11) unsigned DEFAULT \'0\' NOT NULL, tablename varchar(255) DEFAULT \'\' NOT NULL, recpid int(11) DEFAULT \'0\' NOT NULL, error tinyint(4) unsigned DEFAULT \'0\' NOT NULL, details text, type tinyint(3) unsigned DEFAULT \'0\' NOT NULL, channel varchar(20) DEFAULT \'default\' NOT NULL, details_nr tinyint(3) DEFAULT \'0\' NOT NULL, IP varchar(39) DEFAULT \'\' NOT NULL, log_data text, event_pid int(11) DEFAULT \'-1\' NOT NULL, workspace int(11) DEFAULT \'0\' NOT NULL, NEWid varchar(30) DEFAULT \'\' NOT NULL, request_id varchar(13) DEFAULT \'\' NOT NULL, time_micro float DEFAULT \'0\' NOT NULL, component varchar(255) DEFAULT \'\' NOT NULL, level varchar(10) DEFAULT \'info\' NOT NULL, message text, data text, PRIMARY KEY (uid), KEY event (userid, event_pid), KEY recuidIdx (recuid), KEY user_auth (type, action, tstamp), KEY request (request_id), KEY combined_1 (tstamp, type, userid), KEY errorcount (tstamp, error), KEY index_channel (channel), KEY index_level (level) ) ENGINE=InnoDB;', 'CREATE TABLE sys_category ( items int(11) DEFAULT \'0\' NOT NULL, KEY category_parent (parent), KEY category_list (pid,deleted,sys_language_uid) );', 'CREATE TABLE `sys_messenger_messages` ( id int(11) unsigned NOT NULL auto_increment, body longtext NOT NULL, headers longtext NOT NULL, queue_name varchar(190) NOT NULL, created_at datetime NOT NULL, available_at datetime NOT NULL, delivered_at datetime DEFAULT NULL, PRIMARY KEY (id), KEY queue_name (queue_name), KEY available_at (available_at), KEY delivered_at (delivered_at) ) ENGINE=InnoDB;', 'CREATE TABLE sys_http_report ( uuid varchar(36) NOT NULL, status tinyint(1) unsigned DEFAULT \'0\' NOT NULL, created int(11) unsigned NOT NULL, changed int(11) unsigned NOT NULL, type varchar(32) NOT NULL, scope varchar(32) NOT NULL, request_time bigint(20) unsigned NOT NULL, meta mediumtext, details mediumtext, summary varchar(40) NOT NULL, PRIMARY KEY (uuid), KEY type_scope (type,scope), KEY created (created), KEY changed (changed), KEY request_time (request_time), KEY summary_created (summary,created), KEY all_conditions (type,status,scope,summary,request_time) ) ENGINE=InnoDB;', 'CREATE TABLE sys_csp_resolution ( summary varchar(40) NOT NULL, created int(11) unsigned NOT NULL, scope varchar(264) NOT NULL, mutation_identifier text, mutation_collection mediumtext, meta mediumtext, PRIMARY KEY (summary), KEY created (created), ) ENGINE=InnoDB;', 'CREATE TABLE fe_users ( tx_extbase_type varchar(255) DEFAULT \'0\' NOT NULL );', 'CREATE TABLE be_users ( password_reset_token varchar(100) DEFAULT \'\' NOT NULL );', 'CREATE TABLE tx_extensionmanager_domain_model_extension ( extension_key varchar(60) NOT NULL default \'\', remote varchar(100) NOT NULL default \'ter\', version varchar(15) NOT NULL default \'\', alldownloadcounter int(11) unsigned NOT NULL default \'0\', downloadcounter int(11) unsigned NOT NULL default \'0\', title varchar(150) NOT NULL default \'\', serialized_dependencies mediumtext, author_name varchar(255) NOT NULL default \'\', author_email varchar(255) NOT NULL default \'\', ownerusername varchar(50) NOT NULL default \'\', md5hash varchar(35) NOT NULL default \'\', authorcompany varchar(255) NOT NULL default \'\', integer_version int(11) NOT NULL default \'0\', lastreviewedversion int(3) NOT NULL default \'0\', documentation_link varchar(2048), distribution_image varchar(255), distribution_welcome_image varchar(255), KEY index_extrepo (extension_key,remote), KEY index_versionrepo (integer_version,remote,extension_key), KEY index_currentversions (current_version,review_state), UNIQUE versionextrepo (extension_key,version,remote) );', 'CREATE TABLE fe_sessions ( ses_id varchar(190) DEFAULT \'\' NOT NULL, ses_iplock varchar(39) DEFAULT \'\' NOT NULL, ses_userid int(11) unsigned DEFAULT \'0\' NOT NULL, ses_tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, ses_data mediumblob, ses_permanent tinyint(1) unsigned DEFAULT \'0\' NOT NULL, PRIMARY KEY (ses_id), KEY ses_tstamp (ses_tstamp) ) ENGINE=InnoDB;', 'CREATE TABLE fe_users ( uc blob, is_online int(10) unsigned DEFAULT \'0\' NOT NULL, mfa mediumblob, KEY parent (pid,username(100)), KEY username (username(100)), KEY is_online (is_online) );', 'CREATE TABLE sys_template ( KEY roottemplate (deleted,hidden,root) );', 'CREATE TABLE tt_content ( frame_class varchar(60) DEFAULT \'default\' NOT NULL, colPos int(11) unsigned DEFAULT \'0\' NOT NULL, table_caption varchar(255) DEFAULT NULL, KEY parent (pid,sorting), KEY t3ver_oid (t3ver_oid,t3ver_wsid), KEY language (l18n_parent,sys_language_uid) );', 'CREATE TABLE static_countries ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, cn_iso_2 varchar(2) DEFAULT \'\' NOT NULL, cn_iso_3 varchar(3) DEFAULT \'\' NOT NULL, cn_iso_nr int(11) DEFAULT \'0\' NOT NULL, cn_parent_territory_uid int(11) DEFAULT \'0\' NOT NULL, cn_parent_tr_iso_nr int(11) DEFAULT \'0\' NOT NULL, cn_official_name_local varchar(128) DEFAULT \'\' NOT NULL, cn_official_name_en varchar(128) DEFAULT \'\' NOT NULL, cn_capital varchar(45) DEFAULT \'\' NOT NULL, cn_tldomain varchar(2) DEFAULT \'\' NOT NULL, cn_currency_uid int(11) DEFAULT \'0\' NOT NULL, cn_currency_iso_3 varchar(3) DEFAULT \'\' NOT NULL, cn_currency_iso_nr int(11) DEFAULT \'0\' NOT NULL, cn_phone int(11) DEFAULT \'0\' NOT NULL, cn_eu_member smallint(6) DEFAULT \'0\' NOT NULL, cn_uno_member smallint(6) DEFAULT \'0\' NOT NULL, cn_address_format smallint(6) DEFAULT \'0\' NOT NULL, cn_zone_flag smallint(6) DEFAULT \'0\' NOT NULL, cn_short_local varchar(70) DEFAULT \'\' NOT NULL, cn_short_en varchar(50) DEFAULT \'\' NOT NULL, cn_country_zones int(11) DEFAULT \'0\' NOT NULL, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_country_zones ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, zn_country_iso_2 varchar(2) DEFAULT \'\' NOT NULL, zn_country_iso_3 varchar(3) DEFAULT \'\' NOT NULL, zn_country_iso_nr int(11) DEFAULT \'0\' NOT NULL, zn_code varchar(45) DEFAULT \'\' NOT NULL, zn_name_local varchar(128) DEFAULT \'\' NOT NULL, zn_name_en varchar(50) DEFAULT \'\' NOT NULL, zn_country_uid int(11) DEFAULT \'0\' NOT NULL, zn_country_table tinytext, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_currencies ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, cu_iso_3 varchar(3) DEFAULT \'\' NOT NULL, cu_iso_nr int(11) DEFAULT \'0\' NOT NULL, cu_name_en varchar(50) DEFAULT \'\' NOT NULL, cu_symbol_left varchar(12) DEFAULT \'\' NOT NULL, cu_symbol_right varchar(12) DEFAULT \'\' NOT NULL, cu_thousands_point varchar(1) DEFAULT \'\' NOT NULL, cu_decimal_point varchar(1) DEFAULT \'\' NOT NULL, cu_decimal_digits smallint(6) DEFAULT \'0\' NOT NULL, cu_sub_name_en varchar(20) DEFAULT \'\' NOT NULL, cu_sub_divisor int(11) DEFAULT \'1\' NOT NULL, cu_sub_symbol_left varchar(12) DEFAULT \'\' NOT NULL, cu_sub_symbol_right varchar(12) DEFAULT \'\' NOT NULL, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_languages ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, lg_iso_2 varchar(2) DEFAULT \'\' NOT NULL, lg_name_local varchar(99) DEFAULT \'\' NOT NULL, lg_name_en varchar(50) DEFAULT \'\' NOT NULL, lg_typo3 varchar(2) DEFAULT \'\' NOT NULL, lg_country_iso_2 varchar(2) DEFAULT \'\' NOT NULL, lg_collate_locale varchar(5) DEFAULT \'\' NOT NULL, lg_sacred smallint(6) DEFAULT \'0\' NOT NULL, lg_constructed smallint(6) DEFAULT \'0\' NOT NULL, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_territories ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, tr_iso_nr int(11) DEFAULT \'0\' NOT NULL, tr_parent_territory_uid int(11) DEFAULT \'0\' NOT NULL, tr_parent_iso_nr int(11) DEFAULT \'0\' NOT NULL, tr_name_en varchar(50) DEFAULT \'\' NOT NULL, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_countries ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', cn_iso_2 varchar(2) NOT NULL default \'\', cn_iso_3 varchar(3) NOT NULL default \'\', cn_iso_nr int NOT NULL default \'0\', cn_parent_territory_uid int NOT NULL default \'0\', cn_parent_tr_iso_nr int NOT NULL default \'0\', cn_official_name_local varchar(128) NOT NULL default \'\', cn_official_name_en varchar(128) NOT NULL default \'\', cn_capital varchar(45) NOT NULL default \'\', cn_tldomain varchar(2) NOT NULL default \'\', cn_currency_uid int NOT NULL default \'0\', cn_currency_iso_3 varchar(3) NOT NULL default \'\', cn_currency_iso_nr int NOT NULL default \'0\', cn_phone int NOT NULL default \'0\', cn_eu_member smallint NOT NULL default \'0\', cn_uno_member smallint NOT NULL default \'0\', cn_address_format smallint NOT NULL default \'0\', cn_zone_flag smallint NOT NULL default \'0\', cn_short_local varchar(70) NOT NULL default \'\', cn_short_en varchar(50) NOT NULL default \'\', cn_country_zones int NOT NULL default \'0\', PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_country_zones ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', zn_country_iso_2 varchar(2) NOT NULL default \'\', zn_country_iso_3 varchar(3) NOT NULL default \'\', zn_country_iso_nr int NOT NULL default \'0\', zn_code varchar(45) NOT NULL default \'\', zn_name_local varchar(128) NOT NULL default \'\', zn_name_en varchar(50) NOT NULL default \'\', zn_country_uid int NOT NULL default \'0\', zn_country_table tinytext, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_currencies ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', cu_iso_3 varchar(3) NOT NULL default \'\', cu_iso_nr int NOT NULL default \'0\', cu_name_en varchar(50) NOT NULL default \'\', cu_symbol_left varchar(12) NOT NULL default \'\', cu_symbol_right varchar(12) NOT NULL default \'\', cu_thousands_point varchar(1) NOT NULL default \'\', cu_decimal_point varchar(1) NOT NULL default \'\', cu_decimal_digits smallint NOT NULL default \'0\', cu_sub_name_en varchar(20) NOT NULL default \'\', cu_sub_divisor int NOT NULL default \'1\', cu_sub_symbol_left varchar(12) NOT NULL default \'\', cu_sub_symbol_right varchar(12) NOT NULL default \'\', PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_languages ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', lg_iso_2 varchar(2) NOT NULL default \'\', lg_name_local varchar(99) NOT NULL default \'\', lg_name_en varchar(50) NOT NULL default \'\', lg_typo3 varchar(2) NOT NULL default \'\', lg_country_iso_2 varchar(2) NOT NULL default \'\', lg_collate_locale varchar(5) NOT NULL default \'\', lg_sacred smallint NOT NULL default \'0\', lg_constructed smallint NOT NULL default \'0\', PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_territories ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', tr_iso_nr int NOT NULL default \'0\', tr_parent_territory_uid int NOT NULL default \'0\', tr_parent_iso_nr int NOT NULL default \'0\', tr_name_en varchar(50) NOT NULL default \'\', PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE fe_users ( activated_on int(11) unsigned DEFAULT \'0\' NOT NULL, pseudonym varchar(50) DEFAULT \'\', gender int(11) unsigned DEFAULT \'0\' NOT NULL, date_of_birth int(11) DEFAULT \'0\' NOT NULL, language char(2) DEFAULT \'\' NOT NULL, zone varchar(45) DEFAULT \'\' NOT NULL, static_info_country char(3) DEFAULT \'\' NOT NULL, timezone float DEFAULT \'0\' NOT NULL, daylight tinyint(4) unsigned DEFAULT \'0\' NOT NULL, mobilephone varchar(20) DEFAULT \'\' NOT NULL, gtc tinyint(4) unsigned DEFAULT \'0\' NOT NULL, privacy tinyint(4) unsigned DEFAULT \'0\' NOT NULL, status int(11) unsigned DEFAULT \'0\' NOT NULL, by_invitation tinyint(4) unsigned DEFAULT \'0\' NOT NULL, comments text, module_sys_dmail_newsletter tinyint(3) unsigned DEFAULT \'0\' NOT NULL, module_sys_dmail_html tinyint(3) unsigned DEFAULT \'0\' NOT NULL, module_sys_dmail_category text, email_new varchar(254) DEFAULT \'\' NOT NULL, invitation_email varchar(254) DEFAULT \'\' NOT NULL );', 'CREATE TABLE fe_groups ( felogin_redirectPid tinytext );', 'CREATE TABLE tx_storefinder_domain_model_location ( name varchar(255) DEFAULT \'\' NOT NULL, storeid varchar(60) DEFAULT \'\' NOT NULL, address varchar(255) DEFAULT \'\' NOT NULL, additionaladdress varchar(255) DEFAULT \'\' NOT NULL, person varchar(255) DEFAULT \'\' NOT NULL, city varchar(255) DEFAULT \'\' NOT NULL, zipcode varchar(10) DEFAULT \'\' NOT NULL, state varchar(3) DEFAULT \'\' NOT NULL, country varchar(3) DEFAULT \'\' NOT NULL, products varchar(255) DEFAULT \'\' NOT NULL, phone varchar(20) DEFAULT \'\' NOT NULL, mobile varchar(20) DEFAULT \'\' NOT NULL, fax varchar(20) DEFAULT \'\' NOT NULL, hours text, email varchar(255) DEFAULT \'\' NOT NULL, url varchar(2048) DEFAULT \'\' NOT NULL, notes text, attributes int(11) unsigned DEFAULT \'0\' NOT NULL, categories int(11) unsigned DEFAULT \'0\' NOT NULL, content_elements int(11) unsigned DEFAULT \'0\' NOT NULL, related int(11) unsigned DEFAULT \'0\' NOT NULL, image int(11) unsigned DEFAULT \'0\' NOT NULL, media int(11) unsigned DEFAULT \'0\' NOT NULL, layer int(11) unsigned DEFAULT \'0\' NOT NULL, icon int(11) unsigned DEFAULT \'0\' NOT NULL, map int(11) unsigned DEFAULT \'0\' NOT NULL, latitude double(11,7) DEFAULT \'0.0000000\' NOT NULL, longitude double(11,7) DEFAULT \'0.0000000\' NOT NULL, center int(4) DEFAULT \'0\' NOT NULL, geocode int(4) DEFAULT \'0\' NOT NULL, import_id int(11) DEFAULT \'0\' NOT NULL, KEY import_id (import_id) );', 'CREATE TABLE tx_storefinder_domain_model_attribute ( icon varchar(255) DEFAULT \'\' NOT NULL, name varchar(255) DEFAULT \'\' NOT NULL, description text, css_class varchar(255) DEFAULT \'\' NOT NULL, import_id int(11) DEFAULT \'0\' NOT NULL, KEY import_id (import_id) );', 'CREATE TABLE tx_storefinder_location_attribute_mm ( uid_local int(11) DEFAULT \'0\' NOT NULL, uid_foreign int(11) DEFAULT \'0\' NOT NULL, sorting int(11) unsigned DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, tablenames varchar(255) DEFAULT \'\' NOT NULL, fieldname varchar(255) DEFAULT \'\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE tx_storefinder_location_location_mm ( uid_local int(11) DEFAULT \'0\' NOT NULL, uid_foreign int(11) DEFAULT \'0\' NOT NULL, sorting int(11) DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, tablenames varchar(255) DEFAULT \'\' NOT NULL, fieldname varchar(255) DEFAULT \'\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE sys_category ( children int(11) unsigned DEFAULT \'0\' NOT NULL, import_id varchar(100) DEFAULT \'\' NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_book ( number tinytext NOT NULL, title tinytext NOT NULL, path_segment varchar(2048), subtitle tinytext NOT NULL, author tinytext NOT NULL, isbn tinytext NOT NULL, series int(11) unsigned DEFAULT \'0\' NOT NULL, category int(11) unsigned DEFAULT \'0\' NOT NULL, description text NOT NULL, extras int(11) unsigned DEFAULT \'0\' NOT NULL, cover int(11) unsigned DEFAULT \'0\' NOT NULL, cover_large int(11) unsigned DEFAULT \'0\' NOT NULL, sample_pdf int(11) unsigned DEFAULT \'0\' NOT NULL, year varchar(4) DEFAULT \'\' NOT NULL, location1 int(11) unsigned DEFAULT \'0\' NOT NULL, location2 int(11) unsigned DEFAULT \'0\' NOT NULL, location3 int(11) unsigned DEFAULT \'0\' NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_book_author_mm ( uid_local int(11) unsigned DEFAULT \'0\' NOT NULL, uid_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, sorting int(11) unsigned DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE tx_sfbooks_domain_model_author ( lastname tinytext NOT NULL, firstname tinytext NOT NULL, path_segment varchar(2048), description text NOT NULL, books tinytext NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_book_series_mm ( uid_local int(11) unsigned DEFAULT \'0\' NOT NULL, uid_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, sorting int(11) unsigned DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE tx_sfbooks_domain_model_series ( title tinytext NOT NULL, path_segment varchar(2048), info text NOT NULL, description text NOT NULL, books tinytext NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_book_category_mm ( uid_local int(11) unsigned DEFAULT \'0\' NOT NULL, uid_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, sorting int(11) unsigned DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE tx_sfbooks_domain_model_category ( title tinytext NOT NULL, path_segment varchar(2048), parent int(11) unsigned DEFAULT \'0\' NOT NULL, children int(11) unsigned DEFAULT \'0\' NOT NULL, description text NOT NULL, books tinytext NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_extras ( parent int(11) DEFAULT \'0\' NOT NULL, type int(11) DEFAULT \'0\' NOT NULL, label int(11) unsigned DEFAULT \'0\' NOT NULL, content text NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_extraslabels ( label tinytext NOT NULL );', 'CREATE TABLE cache_hash ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_hash_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;', 'CREATE TABLE cache_pages ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_pages_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;', 'CREATE TABLE cache_rootline ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_rootline_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;', 'CREATE TABLE cache_store_finder_coordinate_cache ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_store_finder_coordinate_cache_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;', 'CREATE TABLE cache_store_finder_middleware_cache ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_store_finder_middleware_cache_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;')
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Database/Schema/SchemaMigrator.php</strong>
line 149
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="145">* @throws StatementException
</span>
<span class="" data-line="146">*/
</span>
<span class="" data-line="147">public function install(array $statements, bool $createOnly = false): array
</span>
<span class="" data-line="148">{
</span>
<span class="highlight" data-line="149">$tables = $this-&gt;parseCreateTableStatements($statements);
</span>
<span class="" data-line="150">$result = [];
</span>
<span class="" data-line="151">foreach ($this-&gt;connectionPool-&gt;getConnectionNames() as $connectionName) {
</span>
<span class="" data-line="152">$connection = $this-&gt;connectionPool-&gt;getConnectionByName($connectionName);
</span>
<span class="" data-line="153">$connectionMigrator = ConnectionMigrator::create($connectionName, $connection, $tables);
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Core\Database\Schema\SchemaMigrator</span>
<span class="trace-type">-></span>
<span class="trace-method">install</span>
(
<span class="trace-arguments">
<em>array</em>
('CREATE TABLE be_sessions ( ses_id varchar(190) DEFAULT \'\' NOT NULL, ses_iplock varchar(39) DEFAULT \'\' NOT NULL, ses_userid int(11) unsigned DEFAULT \'0\' NOT NULL, ses_tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, ses_data longblob, PRIMARY KEY (ses_id), KEY ses_tstamp (ses_tstamp) );', 'CREATE TABLE be_users ( lang varchar(10) DEFAULT \'default\' NOT NULL, uc mediumblob, workspace_id int(11) DEFAULT \'0\' NOT NULL, mfa mediumblob, KEY username (username) );', 'CREATE TABLE be_groups( tables_select longtext );', 'CREATE TABLE pages ( perms_userid int(11) unsigned DEFAULT \'0\' NOT NULL, perms_groupid int(11) unsigned DEFAULT \'0\' NOT NULL, perms_user tinyint(4) unsigned DEFAULT \'0\' NOT NULL, perms_group tinyint(4) unsigned DEFAULT \'0\' NOT NULL, perms_everybody tinyint(4) unsigned DEFAULT \'0\' NOT NULL, SYS_LASTCHANGED int(10) unsigned DEFAULT \'0\' NOT NULL, shortcut int(10) unsigned DEFAULT \'0\' NOT NULL, content_from_pid int(10) unsigned DEFAULT \'0\' NOT NULL, mount_pid int(10) unsigned DEFAULT \'0\' NOT NULL, KEY determineSiteRoot (is_siteroot), KEY language_identifier (l10n_parent,sys_language_uid), KEY slug (slug(127)) );', 'CREATE TABLE sys_registry ( uid int(11) unsigned NOT NULL auto_increment, entry_namespace varchar(128) DEFAULT \'\' NOT NULL, entry_key varchar(128) DEFAULT \'\' NOT NULL, entry_value mediumblob, PRIMARY KEY (uid), UNIQUE KEY entry_identifier (entry_namespace,entry_key) );', 'CREATE TABLE sys_be_shortcuts ( uid int(11) unsigned NOT NULL auto_increment, userid int(11) unsigned DEFAULT \'0\' NOT NULL, route varchar(255) DEFAULT \'\' NOT NULL, arguments text, description varchar(255) DEFAULT \'\' NOT NULL, sorting int(11) DEFAULT \'0\' NOT NULL, sc_group tinyint(4) DEFAULT \'0\' NOT NULL, PRIMARY KEY (uid), KEY event (userid) );', 'CREATE TABLE sys_file_storage ( is_public tinyint(4) DEFAULT \'0\' NOT NULL, processingfolder tinytext );', 'CREATE TABLE sys_file ( last_indexed int(11) DEFAULT \'0\' NOT NULL, identifier text, identifier_hash char(40) DEFAULT \'\' NOT NULL, folder_hash char(40) DEFAULT \'\' NOT NULL, extension varchar(255) DEFAULT \'\' NOT NULL, name tinytext, sha1 char(40) DEFAULT \'\' NOT NULL, creation_date int(11) DEFAULT \'0\' NOT NULL, modification_date int(11) DEFAULT \'0\' NOT NULL, KEY sel01 (storage,identifier_hash), KEY folder (storage,folder_hash), KEY tstamp (tstamp), KEY lastindex (last_indexed), KEY sha1 (sha1) );', 'CREATE TABLE sys_file_metadata ( title tinytext, alternative text, KEY file (file), KEY fal_filelist (l10n_parent,sys_language_uid) );', 'CREATE TABLE sys_file_processedfile ( uid int(11) NOT NULL auto_increment, tstamp int(11) DEFAULT \'0\' NOT NULL, crdate int(11) DEFAULT \'0\' NOT NULL, storage int(11) DEFAULT \'0\' NOT NULL, original int(11) DEFAULT \'0\' NOT NULL, identifier varchar(512) DEFAULT \'\' NOT NULL, name tinytext, processing_url text, configuration blob, configurationsha1 char(40) DEFAULT \'\' NOT NULL, originalfilesha1 char(40) DEFAULT \'\' NOT NULL, task_type varchar(200) DEFAULT \'\' NOT NULL, checksum char(32) DEFAULT \'\' NOT NULL, width int(11) DEFAULT \'0\', height int(11) DEFAULT \'0\', PRIMARY KEY (uid), KEY combined_1 (original,task_type(100),configurationsha1), KEY identifier (storage,identifier(180)) );', 'CREATE TABLE sys_file_reference ( uid_local int(11) DEFAULT \'0\' NOT NULL, title tinytext, alternative text, KEY tablenames_fieldname (tablenames(32),fieldname(12)), KEY deleted (deleted), KEY uid_local (uid_local), KEY uid_foreign (uid_foreign), KEY combined_1 (l10n_parent, t3ver_oid, t3ver_wsid, t3ver_state, deleted) );', 'CREATE TABLE sys_file_collection ( title tinytext, type varchar(30) DEFAULT \'static\' NOT NULL, );', 'CREATE TABLE sys_history ( uid int(11) unsigned NOT NULL auto_increment, tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, actiontype tinyint(3) DEFAULT \'0\' NOT NULL, usertype varchar(2) DEFAULT \'BE\' NOT NULL, userid int(11) unsigned, originaluserid int(11) unsigned, recuid int(11) DEFAULT \'0\' NOT NULL, tablename varchar(255) DEFAULT \'\' NOT NULL, history_data mediumtext, workspace int(11) DEFAULT \'0\', correlation_id varchar(255) DEFAULT \'\' NOT NULL, PRIMARY KEY (uid), KEY recordident_1 (tablename(100),recuid), KEY recordident_2 (tablename(100),tstamp) ) ENGINE=InnoDB;', 'CREATE TABLE sys_lockedrecords ( uid int(11) unsigned NOT NULL auto_increment, userid int(11) unsigned DEFAULT \'0\' NOT NULL, tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, record_table varchar(255) DEFAULT \'\' NOT NULL, record_uid int(11) DEFAULT \'0\' NOT NULL, record_pid int(11) DEFAULT \'0\' NOT NULL, username varchar(50) DEFAULT \'\' NOT NULL, feuserid int(11) unsigned DEFAULT \'0\' NOT NULL, PRIMARY KEY (uid), KEY event (userid,tstamp) );', 'CREATE TABLE sys_refindex ( hash varchar(32) DEFAULT \'\' NOT NULL, tablename varchar(64) DEFAULT \'\' NOT NULL, recuid int unsigned DEFAULT 0 NOT NULL, field varchar(64) DEFAULT \'\' NOT NULL, hidden smallint unsigned DEFAULT 0 NOT NULL, starttime int unsigned DEFAULT 0 NOT NULL, endtime int unsigned DEFAULT 2147483647 NOT NULL, t3ver_state int unsigned DEFAULT 0 NOT NULL, flexpointer varchar(255) DEFAULT \'\' NOT NULL, softref_key varchar(30) DEFAULT \'\' NOT NULL, softref_id varchar(40) DEFAULT \'\' NOT NULL, sorting int DEFAULT 0 NOT NULL, workspace int unsigned DEFAULT 0 NOT NULL, ref_table varchar(64) DEFAULT \'\' NOT NULL, ref_uid int DEFAULT 0 NOT NULL, ref_field varchar(64) DEFAULT \'\' NOT NULL, ref_hidden smallint unsigned DEFAULT 0 NOT NULL, ref_starttime int unsigned DEFAULT 0 NOT NULL, ref_endtime int unsigned DEFAULT 2147483647 NOT NULL, ref_t3ver_state int unsigned DEFAULT 0 NOT NULL, ref_sorting int DEFAULT 0 NOT NULL, ref_string varchar(1024) DEFAULT \'\' NOT NULL, PRIMARY KEY (hash), KEY lookup_rec (tablename,recuid,field,workspace,ref_t3ver_state,ref_hidden,ref_starttime,ref_endtime), KEY lookup_ref (ref_table,ref_uid,tablename,workspace,t3ver_state,hidden,starttime,endtime), );', 'CREATE TABLE sys_log ( uid int(11) unsigned NOT NULL auto_increment, tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, userid int(11) unsigned DEFAULT \'0\' NOT NULL, action tinyint(4) unsigned DEFAULT \'0\' NOT NULL, recuid int(11) unsigned DEFAULT \'0\' NOT NULL, tablename varchar(255) DEFAULT \'\' NOT NULL, recpid int(11) DEFAULT \'0\' NOT NULL, error tinyint(4) unsigned DEFAULT \'0\' NOT NULL, details text, type tinyint(3) unsigned DEFAULT \'0\' NOT NULL, channel varchar(20) DEFAULT \'default\' NOT NULL, details_nr tinyint(3) DEFAULT \'0\' NOT NULL, IP varchar(39) DEFAULT \'\' NOT NULL, log_data text, event_pid int(11) DEFAULT \'-1\' NOT NULL, workspace int(11) DEFAULT \'0\' NOT NULL, NEWid varchar(30) DEFAULT \'\' NOT NULL, request_id varchar(13) DEFAULT \'\' NOT NULL, time_micro float DEFAULT \'0\' NOT NULL, component varchar(255) DEFAULT \'\' NOT NULL, level varchar(10) DEFAULT \'info\' NOT NULL, message text, data text, PRIMARY KEY (uid), KEY event (userid, event_pid), KEY recuidIdx (recuid), KEY user_auth (type, action, tstamp), KEY request (request_id), KEY combined_1 (tstamp, type, userid), KEY errorcount (tstamp, error), KEY index_channel (channel), KEY index_level (level) ) ENGINE=InnoDB;', 'CREATE TABLE sys_category ( items int(11) DEFAULT \'0\' NOT NULL, KEY category_parent (parent), KEY category_list (pid,deleted,sys_language_uid) );', 'CREATE TABLE `sys_messenger_messages` ( id int(11) unsigned NOT NULL auto_increment, body longtext NOT NULL, headers longtext NOT NULL, queue_name varchar(190) NOT NULL, created_at datetime NOT NULL, available_at datetime NOT NULL, delivered_at datetime DEFAULT NULL, PRIMARY KEY (id), KEY queue_name (queue_name), KEY available_at (available_at), KEY delivered_at (delivered_at) ) ENGINE=InnoDB;', 'CREATE TABLE sys_http_report ( uuid varchar(36) NOT NULL, status tinyint(1) unsigned DEFAULT \'0\' NOT NULL, created int(11) unsigned NOT NULL, changed int(11) unsigned NOT NULL, type varchar(32) NOT NULL, scope varchar(32) NOT NULL, request_time bigint(20) unsigned NOT NULL, meta mediumtext, details mediumtext, summary varchar(40) NOT NULL, PRIMARY KEY (uuid), KEY type_scope (type,scope), KEY created (created), KEY changed (changed), KEY request_time (request_time), KEY summary_created (summary,created), KEY all_conditions (type,status,scope,summary,request_time) ) ENGINE=InnoDB;', 'CREATE TABLE sys_csp_resolution ( summary varchar(40) NOT NULL, created int(11) unsigned NOT NULL, scope varchar(264) NOT NULL, mutation_identifier text, mutation_collection mediumtext, meta mediumtext, PRIMARY KEY (summary), KEY created (created), ) ENGINE=InnoDB;', 'CREATE TABLE fe_users ( tx_extbase_type varchar(255) DEFAULT \'0\' NOT NULL );', 'CREATE TABLE be_users ( password_reset_token varchar(100) DEFAULT \'\' NOT NULL );', 'CREATE TABLE tx_extensionmanager_domain_model_extension ( extension_key varchar(60) NOT NULL default \'\', remote varchar(100) NOT NULL default \'ter\', version varchar(15) NOT NULL default \'\', alldownloadcounter int(11) unsigned NOT NULL default \'0\', downloadcounter int(11) unsigned NOT NULL default \'0\', title varchar(150) NOT NULL default \'\', serialized_dependencies mediumtext, author_name varchar(255) NOT NULL default \'\', author_email varchar(255) NOT NULL default \'\', ownerusername varchar(50) NOT NULL default \'\', md5hash varchar(35) NOT NULL default \'\', authorcompany varchar(255) NOT NULL default \'\', integer_version int(11) NOT NULL default \'0\', lastreviewedversion int(3) NOT NULL default \'0\', documentation_link varchar(2048), distribution_image varchar(255), distribution_welcome_image varchar(255), KEY index_extrepo (extension_key,remote), KEY index_versionrepo (integer_version,remote,extension_key), KEY index_currentversions (current_version,review_state), UNIQUE versionextrepo (extension_key,version,remote) );', 'CREATE TABLE fe_sessions ( ses_id varchar(190) DEFAULT \'\' NOT NULL, ses_iplock varchar(39) DEFAULT \'\' NOT NULL, ses_userid int(11) unsigned DEFAULT \'0\' NOT NULL, ses_tstamp int(11) unsigned DEFAULT \'0\' NOT NULL, ses_data mediumblob, ses_permanent tinyint(1) unsigned DEFAULT \'0\' NOT NULL, PRIMARY KEY (ses_id), KEY ses_tstamp (ses_tstamp) ) ENGINE=InnoDB;', 'CREATE TABLE fe_users ( uc blob, is_online int(10) unsigned DEFAULT \'0\' NOT NULL, mfa mediumblob, KEY parent (pid,username(100)), KEY username (username(100)), KEY is_online (is_online) );', 'CREATE TABLE sys_template ( KEY roottemplate (deleted,hidden,root) );', 'CREATE TABLE tt_content ( frame_class varchar(60) DEFAULT \'default\' NOT NULL, colPos int(11) unsigned DEFAULT \'0\' NOT NULL, table_caption varchar(255) DEFAULT NULL, KEY parent (pid,sorting), KEY t3ver_oid (t3ver_oid,t3ver_wsid), KEY language (l18n_parent,sys_language_uid) );', 'CREATE TABLE static_countries ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, cn_iso_2 varchar(2) DEFAULT \'\' NOT NULL, cn_iso_3 varchar(3) DEFAULT \'\' NOT NULL, cn_iso_nr int(11) DEFAULT \'0\' NOT NULL, cn_parent_territory_uid int(11) DEFAULT \'0\' NOT NULL, cn_parent_tr_iso_nr int(11) DEFAULT \'0\' NOT NULL, cn_official_name_local varchar(128) DEFAULT \'\' NOT NULL, cn_official_name_en varchar(128) DEFAULT \'\' NOT NULL, cn_capital varchar(45) DEFAULT \'\' NOT NULL, cn_tldomain varchar(2) DEFAULT \'\' NOT NULL, cn_currency_uid int(11) DEFAULT \'0\' NOT NULL, cn_currency_iso_3 varchar(3) DEFAULT \'\' NOT NULL, cn_currency_iso_nr int(11) DEFAULT \'0\' NOT NULL, cn_phone int(11) DEFAULT \'0\' NOT NULL, cn_eu_member smallint(6) DEFAULT \'0\' NOT NULL, cn_uno_member smallint(6) DEFAULT \'0\' NOT NULL, cn_address_format smallint(6) DEFAULT \'0\' NOT NULL, cn_zone_flag smallint(6) DEFAULT \'0\' NOT NULL, cn_short_local varchar(70) DEFAULT \'\' NOT NULL, cn_short_en varchar(50) DEFAULT \'\' NOT NULL, cn_country_zones int(11) DEFAULT \'0\' NOT NULL, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_country_zones ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, zn_country_iso_2 varchar(2) DEFAULT \'\' NOT NULL, zn_country_iso_3 varchar(3) DEFAULT \'\' NOT NULL, zn_country_iso_nr int(11) DEFAULT \'0\' NOT NULL, zn_code varchar(45) DEFAULT \'\' NOT NULL, zn_name_local varchar(128) DEFAULT \'\' NOT NULL, zn_name_en varchar(50) DEFAULT \'\' NOT NULL, zn_country_uid int(11) DEFAULT \'0\' NOT NULL, zn_country_table tinytext, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_currencies ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, cu_iso_3 varchar(3) DEFAULT \'\' NOT NULL, cu_iso_nr int(11) DEFAULT \'0\' NOT NULL, cu_name_en varchar(50) DEFAULT \'\' NOT NULL, cu_symbol_left varchar(12) DEFAULT \'\' NOT NULL, cu_symbol_right varchar(12) DEFAULT \'\' NOT NULL, cu_thousands_point varchar(1) DEFAULT \'\' NOT NULL, cu_decimal_point varchar(1) DEFAULT \'\' NOT NULL, cu_decimal_digits smallint(6) DEFAULT \'0\' NOT NULL, cu_sub_name_en varchar(20) DEFAULT \'\' NOT NULL, cu_sub_divisor int(11) DEFAULT \'1\' NOT NULL, cu_sub_symbol_left varchar(12) DEFAULT \'\' NOT NULL, cu_sub_symbol_right varchar(12) DEFAULT \'\' NOT NULL, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_languages ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, lg_iso_2 varchar(2) DEFAULT \'\' NOT NULL, lg_name_local varchar(99) DEFAULT \'\' NOT NULL, lg_name_en varchar(50) DEFAULT \'\' NOT NULL, lg_typo3 varchar(2) DEFAULT \'\' NOT NULL, lg_country_iso_2 varchar(2) DEFAULT \'\' NOT NULL, lg_collate_locale varchar(5) DEFAULT \'\' NOT NULL, lg_sacred smallint(6) DEFAULT \'0\' NOT NULL, lg_constructed smallint(6) DEFAULT \'0\' NOT NULL, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_territories ( uid int(11) UNSIGNED NOT NULL auto_increment, pid int(11) UNSIGNED DEFAULT \'0\' NOT NULL, deleted smallint(6) UNSIGNED DEFAULT \'0\' NOT NULL, tr_iso_nr int(11) DEFAULT \'0\' NOT NULL, tr_parent_territory_uid int(11) DEFAULT \'0\' NOT NULL, tr_parent_iso_nr int(11) DEFAULT \'0\' NOT NULL, tr_name_en varchar(50) DEFAULT \'\' NOT NULL, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_countries ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', cn_iso_2 varchar(2) NOT NULL default \'\', cn_iso_3 varchar(3) NOT NULL default \'\', cn_iso_nr int NOT NULL default \'0\', cn_parent_territory_uid int NOT NULL default \'0\', cn_parent_tr_iso_nr int NOT NULL default \'0\', cn_official_name_local varchar(128) NOT NULL default \'\', cn_official_name_en varchar(128) NOT NULL default \'\', cn_capital varchar(45) NOT NULL default \'\', cn_tldomain varchar(2) NOT NULL default \'\', cn_currency_uid int NOT NULL default \'0\', cn_currency_iso_3 varchar(3) NOT NULL default \'\', cn_currency_iso_nr int NOT NULL default \'0\', cn_phone int NOT NULL default \'0\', cn_eu_member smallint NOT NULL default \'0\', cn_uno_member smallint NOT NULL default \'0\', cn_address_format smallint NOT NULL default \'0\', cn_zone_flag smallint NOT NULL default \'0\', cn_short_local varchar(70) NOT NULL default \'\', cn_short_en varchar(50) NOT NULL default \'\', cn_country_zones int NOT NULL default \'0\', PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_country_zones ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', zn_country_iso_2 varchar(2) NOT NULL default \'\', zn_country_iso_3 varchar(3) NOT NULL default \'\', zn_country_iso_nr int NOT NULL default \'0\', zn_code varchar(45) NOT NULL default \'\', zn_name_local varchar(128) NOT NULL default \'\', zn_name_en varchar(50) NOT NULL default \'\', zn_country_uid int NOT NULL default \'0\', zn_country_table tinytext, PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_currencies ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', cu_iso_3 varchar(3) NOT NULL default \'\', cu_iso_nr int NOT NULL default \'0\', cu_name_en varchar(50) NOT NULL default \'\', cu_symbol_left varchar(12) NOT NULL default \'\', cu_symbol_right varchar(12) NOT NULL default \'\', cu_thousands_point varchar(1) NOT NULL default \'\', cu_decimal_point varchar(1) NOT NULL default \'\', cu_decimal_digits smallint NOT NULL default \'0\', cu_sub_name_en varchar(20) NOT NULL default \'\', cu_sub_divisor int NOT NULL default \'1\', cu_sub_symbol_left varchar(12) NOT NULL default \'\', cu_sub_symbol_right varchar(12) NOT NULL default \'\', PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_languages ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', lg_iso_2 varchar(2) NOT NULL default \'\', lg_name_local varchar(99) NOT NULL default \'\', lg_name_en varchar(50) NOT NULL default \'\', lg_typo3 varchar(2) NOT NULL default \'\', lg_country_iso_2 varchar(2) NOT NULL default \'\', lg_collate_locale varchar(5) NOT NULL default \'\', lg_sacred smallint NOT NULL default \'0\', lg_constructed smallint NOT NULL default \'0\', PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE static_territories ( uid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default \'0\', deleted smallint unsigned NOT NULL default \'0\', tr_iso_nr int NOT NULL default \'0\', tr_parent_territory_uid int NOT NULL default \'0\', tr_parent_iso_nr int NOT NULL default \'0\', tr_name_en varchar(50) NOT NULL default \'\', PRIMARY KEY (uid), KEY parent (pid,deleted) );', 'CREATE TABLE fe_users ( activated_on int(11) unsigned DEFAULT \'0\' NOT NULL, pseudonym varchar(50) DEFAULT \'\', gender int(11) unsigned DEFAULT \'0\' NOT NULL, date_of_birth int(11) DEFAULT \'0\' NOT NULL, language char(2) DEFAULT \'\' NOT NULL, zone varchar(45) DEFAULT \'\' NOT NULL, static_info_country char(3) DEFAULT \'\' NOT NULL, timezone float DEFAULT \'0\' NOT NULL, daylight tinyint(4) unsigned DEFAULT \'0\' NOT NULL, mobilephone varchar(20) DEFAULT \'\' NOT NULL, gtc tinyint(4) unsigned DEFAULT \'0\' NOT NULL, privacy tinyint(4) unsigned DEFAULT \'0\' NOT NULL, status int(11) unsigned DEFAULT \'0\' NOT NULL, by_invitation tinyint(4) unsigned DEFAULT \'0\' NOT NULL, comments text, module_sys_dmail_newsletter tinyint(3) unsigned DEFAULT \'0\' NOT NULL, module_sys_dmail_html tinyint(3) unsigned DEFAULT \'0\' NOT NULL, module_sys_dmail_category text, email_new varchar(254) DEFAULT \'\' NOT NULL, invitation_email varchar(254) DEFAULT \'\' NOT NULL );', 'CREATE TABLE fe_groups ( felogin_redirectPid tinytext );', 'CREATE TABLE tx_storefinder_domain_model_location ( name varchar(255) DEFAULT \'\' NOT NULL, storeid varchar(60) DEFAULT \'\' NOT NULL, address varchar(255) DEFAULT \'\' NOT NULL, additionaladdress varchar(255) DEFAULT \'\' NOT NULL, person varchar(255) DEFAULT \'\' NOT NULL, city varchar(255) DEFAULT \'\' NOT NULL, zipcode varchar(10) DEFAULT \'\' NOT NULL, state varchar(3) DEFAULT \'\' NOT NULL, country varchar(3) DEFAULT \'\' NOT NULL, products varchar(255) DEFAULT \'\' NOT NULL, phone varchar(20) DEFAULT \'\' NOT NULL, mobile varchar(20) DEFAULT \'\' NOT NULL, fax varchar(20) DEFAULT \'\' NOT NULL, hours text, email varchar(255) DEFAULT \'\' NOT NULL, url varchar(2048) DEFAULT \'\' NOT NULL, notes text, attributes int(11) unsigned DEFAULT \'0\' NOT NULL, categories int(11) unsigned DEFAULT \'0\' NOT NULL, content_elements int(11) unsigned DEFAULT \'0\' NOT NULL, related int(11) unsigned DEFAULT \'0\' NOT NULL, image int(11) unsigned DEFAULT \'0\' NOT NULL, media int(11) unsigned DEFAULT \'0\' NOT NULL, layer int(11) unsigned DEFAULT \'0\' NOT NULL, icon int(11) unsigned DEFAULT \'0\' NOT NULL, map int(11) unsigned DEFAULT \'0\' NOT NULL, latitude double(11,7) DEFAULT \'0.0000000\' NOT NULL, longitude double(11,7) DEFAULT \'0.0000000\' NOT NULL, center int(4) DEFAULT \'0\' NOT NULL, geocode int(4) DEFAULT \'0\' NOT NULL, import_id int(11) DEFAULT \'0\' NOT NULL, KEY import_id (import_id) );', 'CREATE TABLE tx_storefinder_domain_model_attribute ( icon varchar(255) DEFAULT \'\' NOT NULL, name varchar(255) DEFAULT \'\' NOT NULL, description text, css_class varchar(255) DEFAULT \'\' NOT NULL, import_id int(11) DEFAULT \'0\' NOT NULL, KEY import_id (import_id) );', 'CREATE TABLE tx_storefinder_location_attribute_mm ( uid_local int(11) DEFAULT \'0\' NOT NULL, uid_foreign int(11) DEFAULT \'0\' NOT NULL, sorting int(11) unsigned DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, tablenames varchar(255) DEFAULT \'\' NOT NULL, fieldname varchar(255) DEFAULT \'\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE tx_storefinder_location_location_mm ( uid_local int(11) DEFAULT \'0\' NOT NULL, uid_foreign int(11) DEFAULT \'0\' NOT NULL, sorting int(11) DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, tablenames varchar(255) DEFAULT \'\' NOT NULL, fieldname varchar(255) DEFAULT \'\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE sys_category ( children int(11) unsigned DEFAULT \'0\' NOT NULL, import_id varchar(100) DEFAULT \'\' NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_book ( number tinytext NOT NULL, title tinytext NOT NULL, path_segment varchar(2048), subtitle tinytext NOT NULL, author tinytext NOT NULL, isbn tinytext NOT NULL, series int(11) unsigned DEFAULT \'0\' NOT NULL, category int(11) unsigned DEFAULT \'0\' NOT NULL, description text NOT NULL, extras int(11) unsigned DEFAULT \'0\' NOT NULL, cover int(11) unsigned DEFAULT \'0\' NOT NULL, cover_large int(11) unsigned DEFAULT \'0\' NOT NULL, sample_pdf int(11) unsigned DEFAULT \'0\' NOT NULL, year varchar(4) DEFAULT \'\' NOT NULL, location1 int(11) unsigned DEFAULT \'0\' NOT NULL, location2 int(11) unsigned DEFAULT \'0\' NOT NULL, location3 int(11) unsigned DEFAULT \'0\' NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_book_author_mm ( uid_local int(11) unsigned DEFAULT \'0\' NOT NULL, uid_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, sorting int(11) unsigned DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE tx_sfbooks_domain_model_author ( lastname tinytext NOT NULL, firstname tinytext NOT NULL, path_segment varchar(2048), description text NOT NULL, books tinytext NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_book_series_mm ( uid_local int(11) unsigned DEFAULT \'0\' NOT NULL, uid_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, sorting int(11) unsigned DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE tx_sfbooks_domain_model_series ( title tinytext NOT NULL, path_segment varchar(2048), info text NOT NULL, description text NOT NULL, books tinytext NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_book_category_mm ( uid_local int(11) unsigned DEFAULT \'0\' NOT NULL, uid_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, sorting int(11) unsigned DEFAULT \'0\' NOT NULL, sorting_foreign int(11) unsigned DEFAULT \'0\' NOT NULL, KEY uid_local (uid_local), KEY uid_foreign (uid_foreign) );', 'CREATE TABLE tx_sfbooks_domain_model_category ( title tinytext NOT NULL, path_segment varchar(2048), parent int(11) unsigned DEFAULT \'0\' NOT NULL, children int(11) unsigned DEFAULT \'0\' NOT NULL, description text NOT NULL, books tinytext NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_extras ( parent int(11) DEFAULT \'0\' NOT NULL, type int(11) DEFAULT \'0\' NOT NULL, label int(11) unsigned DEFAULT \'0\' NOT NULL, content text NOT NULL );', 'CREATE TABLE tx_sfbooks_domain_model_extraslabels ( label tinytext NOT NULL );', 'CREATE TABLE cache_hash ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_hash_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;', 'CREATE TABLE cache_pages ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_pages_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;', 'CREATE TABLE cache_rootline ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_rootline_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;', 'CREATE TABLE cache_store_finder_coordinate_cache ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_store_finder_coordinate_cache_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;', 'CREATE TABLE cache_store_finder_middleware_cache ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, expires int(11) unsigned DEFAULT \'0\' NOT NULL, content longblob, PRIMARY KEY (id), KEY cache_id (identifier(180),expires) ) ENGINE=InnoDB;', 'CREATE TABLE cache_store_finder_middleware_cache_tags ( id int(11) unsigned NOT NULL auto_increment, identifier varchar(250) DEFAULT \'\' NOT NULL, tag varchar(250) DEFAULT \'\' NOT NULL, PRIMARY KEY (id), KEY cache_id (identifier(191)), KEY cache_tag (tag(191)) ) ENGINE=InnoDB;')
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-install/Classes/Service/SetupDatabaseService.php</strong>
line 525
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="521"></span>
<span class="" data-line="522">$sqlReader = $container-&gt;get(SqlReader::class);
</span>
<span class="" data-line="523">$sqlCode = $sqlReader-&gt;getTablesDefinitionString(true);
</span>
<span class="" data-line="524">$createTableStatements = $sqlReader-&gt;getCreateTableStatementArray($sqlCode);
</span>
<span class="highlight" data-line="525">$results = $this-&gt;schemaMigrator-&gt;install($createTableStatements);
</span>
<span class="" data-line="526"></span>
<span class="" data-line="527">// Only keep statements with error messages
</span>
<span class="" data-line="528">$results = array_filter($results);
</span>
<span class="" data-line="529">if (count($results) === 0) {
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Install\Service\SetupDatabaseService</span>
<span class="trace-type">-></span>
<span class="trace-method">importDatabaseData</span>
(<span class="trace-arguments"></span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-install/Classes/Controller/InstallerController.php</strong>
line 559
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="555">if (!empty($postValues['sitename'])) {
</span>
<span class="" data-line="556">$this-&gt;setupService-&gt;setSiteName($postValues['sitename']);
</span>
<span class="" data-line="557">}
</span>
<span class="" data-line="558">try {
</span>
<span class="highlight" data-line="559">$messages = $this-&gt;setupDatabaseService-&gt;importDatabaseData();
</span>
<span class="" data-line="560">if (!empty($messages)) {
</span>
<span class="" data-line="561">return new JsonResponse([
</span>
<span class="" data-line="562">'success' =&gt;false,
</span>
<span class="" data-line="563">'status' =&gt;$messages,
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Install\Controller\InstallerController</span>
<span class="trace-type">-></span>
<span class="trace-method">executeDatabaseDataAction</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-install/Classes/Middleware/Installer.php</strong>
line 110
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="106">1505687700
</span>
<span class="" data-line="107">);
</span>
<span class="" data-line="108">}
</span>
<span class="" data-line="109"></span>
<span class="highlight" data-line="110">$response = $controller-&gt;$action($request);
</span>
<span class="" data-line="111"></span>
<span class="" data-line="112">if ($actionName === 'executeDefaultConfiguration') {
</span>
<span class="" data-line="113">// Executing last step cleans session
</span>
<span class="" data-line="114">$this-&gt;sessionService-&gt;destroySession($request);
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Install\Middleware\Installer</span>
<span class="trace-type">-></span>
<span class="trace-method">process</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest), <em>object</em>
(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$98)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php</strong>
line 162
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="158"></span>
<span class="" data-line="159">if (!$middleware instanceof MiddlewareInterface) {
</span>
<span class="" data-line="160">throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
</span>
<span class="" data-line="161">}
</span>
<span class="highlight" data-line="162">return $middleware-&gt;process($request, $this-&gt;next);
</span>
<span class="" data-line="163">}
</span>
<span class="" data-line="164">};
</span>
<span class="" data-line="165">}
</span>
<span class="" data-line="166">}
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$98</span>
<span class="trace-type">-></span>
<span class="trace-method">handle</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-install/Classes/Middleware/Maintenance.php</strong>
line 84
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="80">*/
</span>
<span class="" data-line="81">public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
</span>
<span class="" data-line="82">{
</span>
<span class="" data-line="83">if (!$this-&gt;canHandleRequest()) {
</span>
<span class="highlight" data-line="84">return $handler-&gt;handle($request);
</span>
<span class="" data-line="85">}
</span>
<span class="" data-line="86"></span>
<span class="" data-line="87">if (($GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword'] ?? '') === '') {
</span>
<span class="" data-line="88">return new HtmlResponse('$GLOBALS[\'TYPO3_CONF_VARS\'][\'BE\'][\'installToolPassword\'] must not be empty.', 500);
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Install\Middleware\Maintenance</span>
<span class="trace-type">-></span>
<span class="trace-method">process</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest), <em>object</em>
(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$98)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php</strong>
line 111
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="107">}
</span>
<span class="" data-line="108"></span>
<span class="" data-line="109">public function handle(ServerRequestInterface $request): ResponseInterface
</span>
<span class="" data-line="110">{
</span>
<span class="highlight" data-line="111">return $this-&gt;middleware-&gt;process($request, $this-&gt;next);
</span>
<span class="" data-line="112">}
</span>
<span class="" data-line="113">};
</span>
<span class="" data-line="114">}
</span>
<span class="" data-line="115"></span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:93$97</span>
<span class="trace-type">-></span>
<span class="trace-method">handle</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php</strong>
line 44
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="40">$normalizedParams = $request-&gt;getAttribute('normalizedParams', null);
</span>
<span class="" data-line="41">if ($normalizedParams === null) {
</span>
<span class="" data-line="42">$request = $request-&gt;withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
</span>
<span class="" data-line="43">}
</span>
<span class="highlight" data-line="44">return $handler-&gt;handle($request);
</span>
<span class="" data-line="45">}
</span>
<span class="" data-line="46">}
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute</span>
<span class="trace-type">-></span>
<span class="trace-method">process</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest), <em>object</em>
(Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:93$97)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php</strong>
line 162
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="158"></span>
<span class="" data-line="159">if (!$middleware instanceof MiddlewareInterface) {
</span>
<span class="" data-line="160">throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
</span>
<span class="" data-line="161">}
</span>
<span class="highlight" data-line="162">return $middleware-&gt;process($request, $this-&gt;next);
</span>
<span class="" data-line="163">}
</span>
<span class="" data-line="164">};
</span>
<span class="" data-line="165">}
</span>
<span class="" data-line="166">}
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">Psr\Http\Server\RequestHandlerInterface@anonymous/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$98</span>
<span class="trace-type">-></span>
<span class="trace-method">handle</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php</strong>
line 70
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="66">* Invoke the middleware stack
</span>
<span class="" data-line="67">*/
</span>
<span class="" data-line="68">public function handle(ServerRequestInterface $request): ResponseInterface
</span>
<span class="" data-line="69">{
</span>
<span class="highlight" data-line="70">return $this-&gt;tip-&gt;handle($request);
</span>
<span class="" data-line="71">}
</span>
<span class="" data-line="72"></span>
<span class="" data-line="73">/**
</span>
<span class="" data-line="74">* Seed the middleware stack with the inner request handler
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Core\Http\MiddlewareDispatcher</span>
<span class="trace-type">-></span>
<span class="trace-method">handle</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php</strong>
line 80
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="76"></span>
<span class="" data-line="77">public function handle(ServerRequestInterface $request): ResponseInterface
</span>
<span class="" data-line="78">{
</span>
<span class="" data-line="79">try {
</span>
<span class="highlight" data-line="80">$response = $this-&gt;requestHandler-&gt;handle($request);
</span>
<span class="" data-line="81">} catch (ImmediateResponseException $exception) {
</span>
<span class="" data-line="82">$response = $exception-&gt;getResponse();
</span>
<span class="" data-line="83">}
</span>
<span class="" data-line="84">return $response;
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Core\Http\AbstractApplication</span>
<span class="trace-type">-></span>
<span class="trace-method">handle</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-install/Classes/Http/Application.php</strong>
line 46
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="42">public function handle(ServerRequestInterface $request): ResponseInterface
</span>
<span class="" data-line="43">{
</span>
<span class="" data-line="44">$this-&gt;initializeContext();
</span>
<span class="" data-line="45">$request = $request-&gt;withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_INSTALL);
</span>
<span class="highlight" data-line="46">return parent::handle($request)
</span>
<span class="" data-line="47">-&gt;withHeader('X-Frame-Options', 'SAMEORIGIN');
</span>
<span class="" data-line="48">}
</span>
<span class="" data-line="49"></span>
<span class="" data-line="50">/**
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Install\Http\Application</span>
<span class="trace-type">-></span>
<span class="trace-method">handle</span>
(
<span class="trace-arguments">
<em>object</em>
(TYPO3\CMS\Core\Http\ServerRequest)
</span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php</strong>
line 92
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="88">* Set up the application and shut it down afterwards
</span>
<span class="" data-line="89">*/
</span>
<span class="" data-line="90">final public function run()
</span>
<span class="" data-line="91">{
</span>
<span class="highlight" data-line="92">$response = $this-&gt;handle(ServerRequestFactory::fromGlobals());
</span>
<span class="" data-line="93">$this-&gt;sendResponse($response);
</span>
<span class="" data-line="94">}
</span>
<span class="" data-line="95">}
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class">TYPO3\CMS\Core\Http\AbstractApplication</span>
<span class="trace-type">-></span>
<span class="trace-method">run</span>
(<span class="trace-arguments"></span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/public/typo3/install.php</strong>
line 19
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="15"></span>
<span class="" data-line="16">call_user_func(static function () {
</span>
<span class="" data-line="17">$classLoader = require dirname(dirname(__DIR__)).'/vendor/autoload.php';
</span>
<span class="" data-line="18">\TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(1);
</span>
<span class="highlight" data-line="19">\TYPO3\CMS\Core\Core\Bootstrap::init($classLoader, true)-&gt;get(\TYPO3\CMS\Install\Http\Application::class)-&gt;run();
</span>
<span class="" data-line="20">});
</span>
</pre>
</div>
</div>
</div>
<div class="trace-step">
<div class="trace-call">
at <span class="trace-class"></span>
<span class="trace-type"></span>
<span class="trace-method">{closure}</span>
(<span class="trace-arguments"></span>
)
</div>
<div class="trace-file">
<div class="trace-file-head">
<span class="block trace-file-path">
in <strong>/var/www/html/public/typo3/install.php</strong>
line 20
</span>
</div>
<div class="trace-file-content">
<pre>
<span class="" data-line="16">call_user_func(static function () {
</span>
<span class="" data-line="17">$classLoader = require dirname(dirname(__DIR__)).'/vendor/autoload.php';
</span>
<span class="" data-line="18">\TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(1);
</span>
<span class="" data-line="19">\TYPO3\CMS\Core\Core\Bootstrap::init($classLoader, true)-&gt;get(\TYPO3\CMS\Install\Http\Application::class)-&gt;run();
</span>
<span class="highlight" data-line="20">});
</span>
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
    (1-1/1)