fnagel / t3extblog

A record based blog extension for TYPO3 CMS. Easy to use and packed with features (incl. comments, subscriptions for comments and posts, Wordpress like subscription manager, reasonable email sending in FE and BE, GDPR ready, BE modules, Dashboard widgets, RSS, Sitemap, ...). Flexible and powerful!

Home Page:http://typo3.org/extensions/repository/view/t3extblog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call to undefined Method in TYPO3 10.4.4

PhilippKuhlmay opened this issue · comments

With TYPO3 Version 10.4.4 and t3extblog 2.1.0 I got following Error when trying to access the backend:
Call to undefined method TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath()

See here: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.4/Deprecation-78193-ExtensionManagementUtilityextRelPath.html

I had "config": { "platform": { "php": "7.4" } }, in my composer.json, so it installed the wrong t3extblog version. With php 7.3 it installed the version 6.0.x. and it worked.

For reference: Version 2.1.x did not have TYPO3 constraints.