codefog/contao-news_categories

Compatibility with Contao 4.9.25

webworker-ecco opened this issue · 2 comments

When saving a news item without selecting a category, the error message appears:

Your selection contains invalid page IDs!

When saving a news with category/s set, the error message appears:

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

A similar error occurred with Rocksolid:

https://community.contao.org/de/showthread.php?82420-Update-auf-4-9-25-erzeugt-Problem-mit-Rocksolid-Elements

This is an error in Contao 4.9.25: contao/contao#4067

Thank you @fritzmg for clarifying this.