lukasbableck / contao-podcast-feed-bundle

Adds podcast data to the XML feed generated by Contao.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

podcastSummery needs default value #3

Closed samuelheer closed 2 months ago

samuelheer commented 2 months ago

Describe the bug In some environments 'text' fields needs default value set, otherwise you get an error when creating a new news.

Unknown

Please add 'default' => '', to the podcastSummary field definition.

lukasbableck commented 2 months ago

I'm not able to reproduce this, can you add more information to the database version and Contao version? Contao 5.3 and 5.4 with MariaDB 10.11.6 does not seem to have that problem.

I have changed the column definition to text NULL in dev-main, can you check if this also fixes the issue?

samuelheer commented 2 months ago

The environment which produced the error was: MySQL 8.0/ InnoDB / utf8mb4_unicode, Contao 5.3.13.

Your change fixed the problem. 👍

lukasbableck commented 2 months ago

Ok, probably specific to MySQL then. I have released the fix as 1.2.1.