Actions
Bug #16743
closedEM does not let me install cal
Start date:
2006-11-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1beta1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The installation of cal always fails.
Cal has the requirement
Dependency Error
The running TYPO3 version (4.1beta1a) is higher than allowed (4.0.99).
However the ignore function does not work. It always leads me back to the suggestions. And vice versa ---> unfinite loop.
(issue imported from #M4566)
Updated by Michael Stucki almost 18 years ago
Hi Franz,
try changing $typo_version in t3lib/config_default.php from "4.1beta1" to "4.1-beta1". Does that help? In this case, sorry for this little mistake.
Updated by Franz Holzinger almost 18 years ago
This works, thanks.
formerly
$TYPO_VERSION = '4.1beta1a'; // deprecated: use the constants defined below
changed to
$TYPO_VERSION = '4.1-beta1'; // deprecated: use the constants defined below
Actions