Project

General

Profile

Actions

Bug #38872

closed

4.7.2: Deleting t3ver_swapmode from pages table breaks TemplaVoila

Added by Florian Seirer over 12 years ago. Updated about 12 years ago.

Status:
Rejected
Priority:
Won't have this time
Assignee:
Category:
-
Target version:
-
Start date:
2012-07-11
Due date:
% Done:

100%

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

Description

Updating from 4.7.1 to 4.7.2 requires to delete the field "t3ver_swapmode" from the table "pages":

ALTER TABLE pages CHANGE t3ver_swapmode zzz_deleted_t3ver_swapmode tinyint(4) NOT NULL default '0';

But since this field is used by TemplaVoila to create new content elements, this is no longer possible!

Actions #1

Updated by Jonas Renggli over 12 years ago

  • Assignee set to Oliver Hader

Change has been introduced by http://forge.typo3.org/projects/typo3v4-core/repository/revisions/918ec93bf6e9229152422062bdfd15abc7c29d35

I always thought database scheme wouldn't changed from minor to minor version. Wouldn't it have been better to push this change only to 6.0 branch?

Actions #2

Updated by Oliver Hader over 12 years ago

  • Status changed from New to Rejected
  • Priority changed from Must have to Won't have this time
  • % Done changed from 0 to 100

The swapmode feature has been deprecated in TYPO3 4.5 and was finally removed. My change to purge that from the SQL files is just the consequence. Thus, the change needs to be applied in TemplaVoila, not in the Core - please create a bug report there.

Actions

Also available in: Atom PDF