Project

General

Profile

Actions

Bug #78266

closed

Installing 8.0.1 - 8.3.1 with composer end-up with error

Added by Timo Hund over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
Start date:
2016-10-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In my ci system i have the following problem.

When i install TYPO3 with composer:

e.g.:

composer require --dev --prefer-source typo3/cms="8.0.1"

since yesterday i have the following problem:

PHP Fatal error: Class TYPO3\CMS\Fluid\Core\Cache\FluidTemplateCache contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface::getCacheWarmer) in /home/travis/build/ext-solr/.Build/vendor/typo3/cms/typo3/sysext/fluid/Classes/Core/Cache/FluidTemplateCache.php on line 27

For me it looks like, that the composer dependency e.g. in 8.0.1 or 8.3.1 allows also the install of fluid 1.1.0 (which afaik should only be used since 8.4):

"typo3fluid/fluid": "^1.0.7", which is ">=1.0.7 <2.0.0"

Actions #1

Updated by Wouter Wolters over 7 years ago

  • Status changed from New to Closed

This was resolved yesterday by Claus Due. Please try again :-)

Actions #2

Updated by Timo Hund over 7 years ago

Can confirm that it's fixed thx

Actions

Also available in: Atom PDF