Project

General

Profile

Actions

Bug #22415

closed

Install tool wants to remove static_template table, while import feature wants to create it

Added by Jigal van Hemert about 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-04-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The COMPARE feature wants to remove the static_template table, while the IMPORT feature suggests to create it (along with the other static tables)

Install tool, step "2: Database Analyzer", COMPARE suggests:
ALTER TABLE static_template RENAME zzz_deleted_static_template;
(and later : DROP TABLE zzz_deleted_static_template; )

IMPORT suggests:
Import SQL dump:
Select tables to import
This is an overview of the CREATE TABLE definitions in the SQL file. Select which tables you want to dump to the database. Any table you choose dump to the database is dropped from the database first, so you'll lose all data in existing tables.
static_template Rows: 61
static_tsconfig_help Rows: 117 Table exists!
static_territories Rows: 27 Table exists!
static_countries Rows: 242 Table exists!
static_country_zones Rows: 489 Table exists!
static_currencies Rows: 163 Table exists!
static_languages Rows: 187 Table exists!

It's in 4.4-dev revision 7270 (Sat. April 10, 2010)
(issue imported from #M14055)

Actions #1

Updated by Gregor Hermens almost 14 years ago

Just remove the file typo3/sysext/cms/ext_tables_static+adt.sql. It's job is now done by typo3/sysext/statictemplates/ext_tables_static+adt.sql, but only if statictemplates is installed.

Actions #2

Updated by Xavier Perseguers almost 14 years ago

Committed to trunk, rev. 7471

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF