Actions
Bug #58490
closedEM: install extension with dependency available on system fails on composer manifest
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2014-05-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Situation:
1. Installed extension vidi
2. Imported extension media
3. Tried to activte extension media, but it failed with the Fatal Error:
PHP Fatal error: Uncaught exception 'TYPO3\CMS\Core\Package\Exception' with message 'Version number in composer manifest of package "vidi" is missing or invalid' in /var/www/typo3-testing.de/vhosts/master/htdocs/TYPO3.CMS/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php:238#012 Stack trace:#012#0 /var/www/typo3-testing.de/vhosts/master/htdocs/TYPO3.CMS/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php(375): TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getExtensionVersion('vidi')#012#1 /var/www/typo3-testing.de/vhosts/master/htdocs/TYPO3.CMS/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php(251): TYPO3\CMS\Extensionmanager\Utility\DependencyUtility->isLoadedVersionCompatible(Object(TYPO3\CMS\Extensionmanager\Domain\Model\Dependency))#012#2 /var/www/typo3-testing.de/vhosts/master/htdocs/TYPO3.CMS/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php(135): TYPO3\CMS\Extensionmanager\Utility\DependencyUtility->checkExtensionDependency(Object(TYPO3\CMS\Extensionmanager\Dom in /var/www/typo3-testing.de/vhosts/master/htdocs/TYPO3.CMS/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php on line 238
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
Taken into account in #63909.
The issues are not linked on purpose, so the refactoring ticket does not get bloated with relations.
Actions