Project

General

Profile

Actions

Bug #59085

closed

installing/uninstalling an extension fires unwanted database alteration

Added by Riccardo De Contardi almost 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2014-05-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Every time I update the database (e.g. installing an extension or when I want to remove the fields added by the aforementioned extension after having uninstalled it), if I go to install tool and fire the database analyzer it always says:

select/deselect all

ALTER TABLE cf_extbase_datamapfactory_datamap RENAME zzz_deleted_cf_extbase_datamapfactory_datamap;
Records in table: 2

ALTER TABLE cf_extbase_datamapfactory_datamap_tags RENAME zzz_deleted_cf_extbase_datamapfactory_datamap_tags;

maybe related to #54848?

Actions #1

Updated by Philipp Gampe almost 10 years ago

  • Status changed from New to Needs Feedback
How does your environment look like?
  • DB server version
  • DB strict mode?
  • PHP 5.5 is correct?

I am a bit surprised that this happens only to those two tables and not all the other caching framework tables.

Actions #2

Updated by Riccardo De Contardi almost 10 years ago

I use MAMP 2.2 on a MACbook pro

MySQL DB Version: 5.5.33

I found these values with phpmyadmin in the variables:
innodb autoinc lock mode = 1
innodb strict mode = OFF
slave exec mode = strict
sql mode = empty

PHP Version: 5.5.3

Actions #3

Updated by Alexander Opitz over 9 years ago

Hi, can you check logfiles for sql errors? Or can you switch into developer mode, normaly sql errors should then be shown.

Actions #4

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from next-patchlevel to 7.4 (Backend)
Actions #5

Updated by Riccardo De Contardi about 9 years ago

  • Status changed from Needs Feedback to Closed

I am unable to reproduce it with the latest version 6.2.12, so I close this for now. thanks.

Actions

Also available in: Atom PDF