Bug #23902
closed
Dependency error when installing extensions on alpha or beta version
Added by Ben van 't Ende about 14 years ago.
Updated about 6 years ago.
Description
When you install an extension in an alpha or beta version you always get an error like below:
=========================
Dependency Error
The running TYPO3 version (4.5.0alpha3) is lower than required (4.5.0).
[ ] Ignore this version requirement
=========================
Checking the ignore box makes it work, but the error message should not be there.
(issue imported from #M16203)
Having a look at #21952 this issue should have been solved there.
But seems like it wasn't or got broken again.
The reason for this not working correctly is in typo3/sysext/em/mod1/class.em_index.php:
There checkDependencies() checks for TYPO3_version containing "-alphaX", "-betaX" or "-RCX" and replaces this with "0".
This is wrong, because in alpha, beta and RC releases TYPO3_version is set to something like "4.5.0alphaX". So the replacing won't take place.
The fix is to check for TYPO3_version containing something like "alphaX" (always without the "-" at the beginning) and to remove that without replacing it with anything.
- Status changed from New to Needs Feedback
- Target version deleted (
0)
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Yes. Someone in the IRC came up with this. on a 6.2b4 with 6.1.0-6.2.99 requirement
But with the newer versions it´s coming from #54521
Yes, thats another issue.
- Status changed from Needs Feedback to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
I still have the problem : Your TYPO3 version is lower than necessary. You need at least TYPO3 version 6.2.0
I have Typo3 6.2 beta 5.
Same here, deinstalling "lowlevel" and reinstalling it, gives this error. I have Typo3 6.2 beta 5.
Typo3 6.2 beta 5 still contains this error.
But as I understand, this will be fixed in 6.2 beta 6. or 6.2 final?
- Status changed from Resolved to Closed
Also available in: Atom
PDF