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!
http://typo3.org/extensions/repository/view/t3extblog
GNU General Public License v2.0
32 stars 18 forks source link

Call to undefined Method in TYPO3 10.4.4 #232

Closed PhilippKuhlmay closed 3 years ago

PhilippKuhlmay commented 3 years ago

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

PhilippKuhlmay commented 3 years ago

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.

fnagel commented 3 years ago

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