Project

General

Profile

Actions

Bug #73530

closed

EM fails checking dependencies and does a forbidden update of an required extension

Added by André Spindler about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2016-02-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Same behaviour on two different installations on two different servers.
One is 6.2.17, the other already 6.2.18. Both running with php 5.5.

Detailed explanation:
Install vidi 1.3.1, this is the latest extension version running with TYPO3 6.2. Installed, and it works.
Then install media. Version 3.7.2 is the latest version running with TYPO3 6.2. Installed, and it is broken as it doesn't work. But it's not media, it's vidi. as vidi is now version 2.0.1 - what???
Vidi 2.0.1 requires TYPO3 7.6.0-7.6.99. That's well defined in ext_emconf.php as it uses new API methods.

This means: when installing media, the newest version ov vidi is donwloaded and installed instead of the latest one which has compatibility settings for TYPO3 6.2.

Workaround:
The only way I've found to get vide/media running with 6.2 is to download and active vidi (1.3.1), then download media (3.7.2) as zip file and manually set it to "active" in PackageStates.php. I know, very ugly and dirty, but there seems to be no other solution.

Actions #1

Updated by André Spindler about 8 years ago

Additions:

1. In media 3.7.2 the requirement of vidi is defined as this:

'vidi' => '',

So there is no need for the newest vidi version.

2. This might be related to issue #67367, also an error when resolving dependencies. But this should befixed.

Actions #2

Updated by Nicole Cordes over 7 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Nicole Cordes

This problem should be fixed with patch https://review.typo3.org/50437/ which was included in TYPO3 6.2.28

Actions #3

Updated by André Spindler over 7 years ago

Ok.

Tested with TYPO3 6.2.28. This works now - great work!

Issue can be closed now.

Actions #4

Updated by Nicole Cordes over 7 years ago

  • Status changed from Needs Feedback to Resolved

Thanks for testing this!

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF