Project

General

Profile

Actions

Bug #78235

closed

Install tool may crash if ext_tables.sql cannot be parsed

Added by Xavier Perseguers over 7 years ago. Updated over 5 years ago.

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

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I have this statement in one of my extensions' ext_tables.sql:

CREATE TABLE tx_csloauth2_oauth_access_tokens (
  access_token varchar(40) NOT NULL,
  client_id varchar(80) NOT NULL,
  user_id varchar(255),
  expires timestamp NOT NULL,
  scope varchar(2000),

  CONSTRAINT access_token_pk PRIMARY KEY (access_token)
) ENGINE=InnoDB;

This crashes the install tool when comparing the database structure.


Files

error.png (62.9 KB) error.png Xavier Perseguers, 2016-10-11 09:59

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #78529: Exception thrown in Install Tool > Upgrade WizardClosedFrank Nägler2016-11-01

Actions
Actions

Also available in: Atom PDF