Actions
Bug #46115
closedImporting extensions from repository fails
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2013-03-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The category <=> category_number of an extension is not resolved correctly in \TYPO3\CMS\Extensionmanager\Domain\Model\Extension::getDefaultCategory()
.
Resulting is a mysql error, because the category string is not escaped (because it's expected to be an integer value):
Ex: "Unknown column 'plugin' in 'field list'"
I'll give it a try with gerrit now, if I fail I'll attach the patch here ;)
Cheers, Christian
Files
Actions