Actions
Bug #21324
closedEM tries to read from tables of not installed extensions
Start date:
2009-10-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you click on an extension that isn't installed and go to the backup/delete view, EM tries to read th table data, which leads to SQL errors.
Solution: don't do this if extension isn't installed
(issue imported from #M12299)
Files
Updated by Martin Holtz about 15 years ago
uploaded test extension, which just does nothing else than providing a table
Updated by Martin Holtz about 15 years ago
wondered why i cannot reproduce that - setting [SYS][sqlDebug] = 1 helps:)
Updated by Martin Holtz about 15 years ago
i just added another patch (i renamed it to _v3 - its the same as i posted to the corelist as _v2)
that patch gives the possibility to download sql-dumps from extensions which are not active
Actions