Project

General

Profile

Actions

Bug #34246

closed

tx_coreupdates_migrateworkspaces tries to upgrade non existing tables

Added by Tolleiv Nietsch about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Target version:
Start date:
2012-02-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In case a table has TCA configuration but wasn't created (yet) the tx_coreupdates_migrateworkspaces wizard still tired to find workspace records on this tables.

TODO: check whether table really exists before it's used within the wizard.

require(r/typo3/init.php),r/typo3/install/index.php#147 // tx_install->init#347 // tx_install->updateWizard#509 // tx_install->updateWizard_parts#6415 // Tx_Install_Updates_Base->shouldRenderWizard#6456 // tx_coreupdates_migrateworkspaces->checkForUpdate#157 // tx_coreupdates_migrateworkspaces->isDraftWorkspaceUsed#86 // tx_coreupdates_migrateworkspaces->hasElementsOnWorkspace#207 // t3lib_DB->exec_SELECTcountRows#415 // t3lib_DB->exec_SELECTquery#337 // t3lib_DB->debug#191

Actions

Also available in: Atom PDF