terminal42 / contao-notification_center

The most popular notification configuration extension for the Contao Open Source CMS!
63 stars 38 forks source link

Mail Problem: The parcel could not be delivered... The \"\" transport does not exist #343

Closed ggradwohl closed 2 months ago

ggradwohl commented 2 months ago

From update Contao 4.13 to 5.3 SELECT * FROM tl_nc_gateway WHERE mailerTransport = ''; an update must be made after Update to work again: UPDATE tl_nc_gateway SET mailerTransport = NULL WHERE mailerTransport = ''; -

fritzmg commented 2 months ago

From update Contao 4.13 to 5.3

To be clear: this error happens when you update from NC 1.x to 2.x. It has nothing to do with Contao.

Toflar commented 2 months ago

Can you check if https://github.com/terminal42/contao-notification_center/pull/344 would fix the issue?