Actions
Bug #67067
closeddbal admin_get_tables() returns information in wrong format
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-05-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The return value form admin_get_tables() is expected to be an array with tablenames as key and arrays with status information as value but the returned value is an array with tablenames as key and value.
A PHP Warning is being raised in the install tool when clearing all caches:
Illegal string offset 'Name' in .../typo3_src-master/typo3/sysext/install/Classes/Service/ClearCacheService.php line 65
As a result the cache tables also keep their content
Actions