codefog/contao-news_categories

Error on creating/editing a News

omuellersch opened this issue · 6 comments

When creating or editing a news I get an error when saving the entry. With or without a selected news-category:

"An exception occurred while executing 'UPDATE tl_news SET categories=NULL WHERE id='50'': SQLSTATE[42S22]: Column not found: 1054 Unknown column 'categories' in 'field list'"

There is no entry in the var/logs file.
I cleared the cache, updated all extensions, updated the database.
No change.

Before, i was able to assign categories to the news.

Contao 4.9.25, codefog/contao-news_categories 3.4.16, PHP 7.4

Duplicate of #207

Thank you for that hint. Is there a solution or do i have to downgrade to 4.9.24?

Yes, you either need to downgrade or apply this patch.

Thanks! Will the patch be in the 4.9.26 included?

As it has already been merged: yes.

Thank you @fritzmg for clarifying this!