Bug #23902
closedDependency error when installing extensions on alpha or beta version
100%
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)
Updated by Chris topher about 14 years ago
Having a look at #21952 this issue should have been solved there.
But seems like it wasn't or got broken again.
Updated by Chris topher about 14 years ago
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.
Updated by Alexander Opitz about 11 years ago
- 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)?
Updated by d.ros no-lastname-given almost 11 years ago
Yes. Someone in the IRC came up with this. on a 6.2b4 with 6.1.0-6.2.99 requirement
Updated by d.ros no-lastname-given almost 11 years ago
But with the newer versions it´s coming from #54521
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Needs Feedback to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27509
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27509
Updated by Gerrit Code Review almost 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27509
Updated by Jigal van Hemert almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e9f80cbddac48a99a9823db30f1e70f932473771.
Updated by joujou no-lastname-given almost 11 years ago
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.
Updated by Fabian Thommen almost 11 years ago
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?