Project

General

Profile

Actions

Bug #48381

closed

after git pull db compare -> CREATE TABLE ( ( categories int(11) NOT NULL default '0' );

Added by Matthias Eberlein almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
Start date:
2013-05-19
Due date:
% Done:

100%

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

Description

Hello TYPO3 People,
after a git pull TYPO3_6-1 i get in INSTALL TOOL DB Compare this db table error.

ALTER TABLE be_users CHANGE userMods userMods text;
Current value: varchar(255) default NULL

CREATE TABLE ( ( categories int(11) NOT NULL default '0' );

then Compare get the db error

CREATE TABLE ( ( categories int(11) NOT NULL default '0' );
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( ( categories int(11) NOT NULL default '0' )' at line 1

I think that have somthing to do with this [BUGFIX] be_users.userMods is too small to hold all modules https://review.typo3.org/#/c/20885/

greetings
matthias


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #38972: Improve method makeCategorizable to be used everywhereClosedFabien Udriot2012-07-16

Actions
Has duplicate TYPO3 Core - Bug #48527: Database error after update to 6.1.1Closed2013-05-25

Actions
Actions

Also available in: Atom PDF