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

Typo3 9.5.18 / t3extblog 5.1.0 : Error messages

annaemde opened this issue · comments

Hi,

I tried to install t3extblog 5.1.0 on several projects with T3 9.5.18 and I get the following error message in the Upgrade Wizard - Ajax error:

"Deprecated: Referencing the navigation component ID "typo3-pagetree" 
will be removed in TYPO3 v10.0.Use "TYPO3/CMS/Backend/PageTree/PageTreeElement" instead. 
Module key: web-T3extblogTxT3extblog in 
/kunden/201892_70794/rp-hosting/7476/8477/typo3cms/typo3_src-9.5.14/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php
 on line 874
{"success":true,"needsUpdate":false,"adds":[]}

Regards
Anna

Looks like an bad error reporting configuration to me. Deprecation notices should not cause fatal errors.

Thanks for the hint. After switching from "Debug" to "Live" I don't get these messages any longer, so I'll try to find a custom configuration where I do not get deprecation warnings in my development environment :-)

This should not happen with a fresh TYPO3 installation. Did you upgrade? Probably some old, legacy configuration for your error / log reporting.

Best would be to enable deprecation logs, but only for DEV environment and written to files.

Closing this here, as it's not really related to this extension.