Actions
Bug #67066
closedImportant Actions -> Clear all caches fails with DBAL
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
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
Clearing all cache from the Install Tool fails on master. Installation is configured with DBAL and PostgreSQL 9.4.
After a while this error gets shown:
mysqli::real_connect(): MySQL server has gone away in /Users/mjonuschat/Documents/Development/TYPO3/Sites/postgresql/typo3_src-master/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php line 3041
Somewhere in the install tool the wrong driver gets selected. Compare Database and other DB related stuff works, not a generic configuration problem.
Actions