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

Exception caused by existing (but marked as missing) field t3ver_oid

tomhatzer opened this issue · comments

Hi Felix,

the following error occurs on Typo3 9.5.14 when t3extblog is at the last position of the packages array in the PackageStates.php file.
Did you get this error in the past too?

Screenshot_2020-03-02-TYPO3-Exception

The field exists in the database and the index is there too:
typo3_bug

When I change the position of the t3extblog package in the PackageStates.php file to somewhere near the top, the error disappears until I want to activate another Extension in the Extension Manager. While reordering, the t3extblog extension is again placed at the last position and causing the exception from above.

Steps to reproduce:

  • Log into typo3 Backend.
  • Open Extension Manager.
  • Activate an inactive extension while t3extblog is placed at last position in the PackageStates.php file.

Thanks and have a great start of the week!

Best wishes
Tom

Nevermind, I found the evil part. I had an extension for t3extblog in a custom package I created which was loading parts of t3extblog without having a dependency for it in the ext_emconf.php file.

After adding this code to my extensions ext_emconf.php the problem disappeared:
image

Good to hear you fixed your issue :-D

And thanks for reporting back what the solution was! Have a good one!