Actions
Bug #18331
closedwrong dependancy check with beta versions
Start date:
2008-02-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I want to install an extension which is allowed up to TYPO3 4.2. But unfortunately I get a wrong dependancy warning:
Dependency Error
The running TYPO3 version (4.2.0beta2a) is higher than allowed (4.2)
Ignore this version requirement
This is wrong. The 4.2.0 beta 2 must be lower than allowed 4.2.
(issue imported from #M7701)
Files
Updated by Franz Holzinger over 16 years ago
This bug is present also in TYPO3 4.2:
The running TYPO3 version (4.2.0) is higher than allowed (4.2)
Updated by Franz Holzinger almost 16 years ago
This bug is still present in TYPO3 4.3alpha-1
I must install the install tool to be able to use it. Then I get:
The running TYPO3 version (4.3.0alpha1) is lower than required (4.3.0)
Updated by Steffen Kamper almost 16 years ago
indeed this is annoying.
I attached a patch where- TYPO3_version contains correct version number (eg. 4.3.0)
- TYPO3_version_display is for display (eg "4.3.0 dev")
Actions