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 #1

Updated by Gerrit Code Review over 7 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50180

Actions #2

Updated by Gerrit Code Review over 7 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50180

Actions #3

Updated by Xavier Perseguers over 7 years ago

Suggested patch will display this error:

Actions #4

Updated by Gerrit Code Review over 7 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50180

Actions #5

Updated by Gerrit Code Review over 7 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50180

Actions #6

Updated by Xavier Perseguers over 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF