terminal42 / contao-node

Manage content centrally as nodes and reuse them everywhere.
MIT License
29 stars 8 forks source link

Error: Column not found: 1054 Unknown column 'tags' in 'field list' #36

Closed design23 closed 2 years ago

design23 commented 2 years ago

While trying to save a new entry, this error appears:

An exception occurred while executing 'UPDATE tl_node SET tags=NULL WHERE id='1'': SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tags' in 'field list'

Contao 4.9.25 contao-node: Version 1.5.2

Tastaturberuf commented 2 years ago

Have you updated the database after install the bundle?

design23 commented 2 years ago

Yes. No changes at all.

Tastaturberuf commented 2 years ago

cleared the cache before update?

design23 commented 2 years ago

Yup.

design23 commented 2 years ago

Just recognized, that the top right button for the backend user profile doesn't work as soon as I enter the "Nodes" section. Interesting ;)

Tastaturberuf commented 2 years ago

i think another Extension causes the problem

design23 commented 2 years ago

Ok, gonna check it and give you feedback next week.

fritzmg commented 2 years ago

This is an error in Contao 4.9.25: https://github.com/contao/contao/pull/4067

Toflar commented 2 years ago

Closing then because it's not an issue in the extension :)