Bug #38442

Fatal error when performing a core:migrate

Added by Peter Beernink about 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-06-27
Priority:Must have Due date:
Assigned To:Christian Müller % Done:

100%

Category:Core
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version: Complexity:
Has patch:No Affected Flow version:FLOW3 1.1.0 rc 1

Description

When performing a core migrate using 1.1rc1 a fatal error is given:
PHP Fatal error: Class 'TYPO3\FLOW3\Core\Migrations\Version201206271128' not found in /......./Packages/Framework/TYPO3.FLOW3/Scripts/Migrations/Manager.php on line 179

It turns out that Packages/Framework/TYPO3.FLOW3/Migrations/Code/Version201206271128.php contains a different classname.
Changing the classname solves the issue and migration will succeed.

Associated revisions

Revision e175c522
Added by Adrian Föder about 3 years ago

[BUGFIX] Correct a code migration's class name

A code migration class name didn't match its file name,
this patch corrects this.

Change-Id: I53aae7c64f4588cb429208b084c2f3f396f5dd1d
Releases: 1.1
Fixes: #38442

History

#1 Updated by Gerrit Code Review about 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/12418

#2 Updated by Christian Müller about 3 years ago

  • Project changed from TYPO3 Flow Base Distribution to TYPO3.Flow

#3 Updated by Karsten Dambekalns about 3 years ago

  • Assigned To set to Christian Müller
  • Has patch set to No

#4 Updated by Karsten Dambekalns about 3 years ago

  • Category set to Core

#5 Updated by Karsten Dambekalns about 3 years ago

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

Also available in: Atom PDF