Actions
Bug #66357
closedInstall Tool is stuck into databaseData step
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2015-04-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
How to reproduce¶
- Grab a remote database dump containing a view different from local DB user (e.g., whose definer is "root@%" whereas locally you'll have "typo3_localsite").
- Restore the dump into your local database
- Go to install tool (
/typo3/install
)
You are now stuck on step "Create user and import base data" because \TYPO3\CMS\Core\Database\DatabaseConnection::admin_get_tables() is unable to fetch tables due to this VIEW which you are not allowed to access (and which has nothing to do with any TYPO3 requirements).
Possible solution¶
Make \TYPO3\CMS\Install\Controller\Action\Step\DatabaseData::needsExecution() have a more targeted condition.
Actions