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

TypeError in inline content elements

garfieldius opened this issue · comments

The method \FelixNagel\T3extblog\Domain\Model\Content::getBodytext ist typed as "string", but the database field tt_content:bodytext can be null. If this is the case, PHP will throw a TypeError. This method is also used in \FelixNagel\T3extblog\Domain\Model\Post::getPreview, so the exception can appear in both frontend and the BE module. Editing posts via the List module is not affected.

Again, thanks for your contribution!