codefog / contao-news_categories

Extend the Contao news module with categories
MIT License
31 stars 25 forks source link

Compatibility with Contao 4.9 #254

Closed iosis101 closed 7 months ago

iosis101 commented 11 months ago

Is this expansion not at all compatible with 4.9? I get this error in the news editing section: An exception occurred while executing 'UPDATE tl_news SETcategories=NULL WHERE id='1224'': SQLSTATE[42S22]: Column not found: 1054 Unknown column 'categories' in 'field list'

The column categories is indeed not existent (anymore?) in the tl_news table.

I unfortunatly can't update to 4.13 because of other expansions...

Thanks in advance.

amenk commented 10 months ago

@iosis101 Did vendor/bin/contao-console contao:migrate run through without errors?

fritzmg commented 10 months ago

Is this expansion not at all compatible with 4.9? I get this error in the news editing section:

Looks like you did not update your database.