[TYPO3-calendar] Unable to install on Typo3 6.1.7

Christian Hernmarck linux at lists.hernmarck.ch
Sun Dec 15 16:00:37 CET 2013


Hi Oleg

Oleg schrieb am Sonntag 15 Dezember 2013 06:21 im Beitrag 
<mailman.1.1387084892.32246.typo3-project-calendar at lists.typo3.org>:

> Hello all,
> I'm trying to install 1.5.3 from repository on new  Typo3 6.1.7 and
> I'm getting the following message:
> 
> "Dependencies could not be resolved. Your TYPO3 version is higher
> than allowed. You can use TYPO3 versions 4.5.5 - 6.0.99"
> 
> Is there a way to override this message?

you may try to change the requirements in ext_emconf.php - but think 
about - there may be problems... (the author either didn't test it on 
6.1.x or he did and found errors...):


        'constraints' => array(
                'depends' => array(
                        'php' => '5.1.0-0.0.0',
                        'typo3' => '4.5.5-6.0.99',
                ),


change the line with 'typo3' to something like

                        'typo3' => '4.5.5-6.1.99',


and try again to install

Cheers
Christian



More information about the TYPO3-project-calendar mailing list