Mautic 4.0 500 error with Configuration page
-
My instance throws some 500 errors every time I submit/save the system settings/Configuration page
[2021-09-15 11:15:14] mautic.NOTICE: Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oauth2_clients ADD CONSTRAINT FK_CLIENT_ROLE FOREIGN KEY (role_id) REFERENCES roles (id)': SQLSTATE[HY000]: General error: 3780 Referencing column 'role_id' and referenced column 'id' in foreign key constraint 'FK_CLIENT_ROLE' are incompatible. (uncaught exception) at /app/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 128 while running console command `doctrine:migrations:migrate` [] []
[2021-09-15 11:15:14] mautic.WARNING: Command `doctrine:migrations:migrate` exited with status code 1 [] []
[2021-09-15 09:16:56] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\UnexpectedTypeException: "Expected argument of type "null or string", "boolean" given" at /app/code/vendor/symfony/form/Extension/Core/DataMapper/RadioListMapper.php line 49 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\UnexpectedTypeException(code: 0): Expected argument of type \"null or string\", \"boolean\" given at /app/code/vendor/symfony/form/Extension/Core/DataMapper/RadioListMapper.php:49)"} []
Need to test it with a fresh installation.
-
same problem with a fresh installation.
To reproduce: install the mautic app in version 4.0, open the dashboard with the default admin user, select configuration from the dropdown, click on save & close. Boom.
-
same problem with a fresh installation.
To reproduce: install the mautic app in version 4.0, open the dashboard with the default admin user, select configuration from the dropdown, click on save & close. Boom.
-
When I try to update I get this error:
The Mautic update could not complete successfully because of the following error: Could not extract the contents of the ZIP archive to the filesystem.
-
I found a couple of related issues in the upstream forum - https://forum.mautic.org/t/error-500-bei-formular-ohne-rendering-stil-speichern/20916 and https://forum.mautic.org/t/mautic-4-speichern-von-formularen-kommt-error-500/20901 . Also, https://forum.mautic.org/t/mautic-form-preview-form-submission-500-error/20623/3
-
The upstream issue is https://github.com/mautic/mautic/issues/10450 and https://github.com/mautic/mautic/issues/10453
-
When I try to update I get this error:
The Mautic update could not complete successfully because of the following error: Could not extract the contents of the ZIP archive to the filesystem.
@vladimir Updating from inside Mautic itself does not work because the file system for the core files is read-only. Only templates, plugins, and other editable configuration files are on a read/write partition. To update your Cloudron apps, go to the my.cloudron dashboard and check for updates for your apps. The default setting for apps is: auto-update.
-
Hi guys! How is going the development of Mautic 4 on cloudron? I think the update to 4.0.1 is out.
-
Hi guys! How is going the development of Mautic 4 on cloudron? I think the update to 4.0.1 is out.
-
@girish I just upgraded to Mautic 4.1 from an install that was working with version 3.3.4 (not a clean install, it has content).
Channels/Emails section is not working: https://prnt.sc/26j9ypp
And if I force to search the url /s/emails it gives me error 500: https://prnt.sc/26j9z9z
-
@girish I just upgraded to Mautic 4.1 from an install that was working with version 3.3.4 (not a clean install, it has content).
Channels/Emails section is not working: https://prnt.sc/26j9ypp
And if I force to search the url /s/emails it gives me error 500: https://prnt.sc/26j9z9z
-
@girish There is other problem with the Spanish translation with the update: https://prnt.sc/26jag0t
If I create a fresh install spanish translation looks fine.
I have no idea what to do to solve it, I have several installations working, I can't create them all from scratch.
-
@girish There is other problem with the Spanish translation with the update: https://prnt.sc/26jag0t
If I create a fresh install spanish translation looks fine.
I have no idea what to do to solve it, I have several installations working, I can't create them all from scratch.
-
@mdreira might be worth asking this upstream, maybe it's a theme issue that things are not getting translated?
@girish It looks like a problem that comes when updating, because if I create a new installation of mautic it looks correct: https://prnt.sc/26jixzv
Surely it will be necessary to delete some other folder from the new grapejs email builder, because that is where the translation problem comes from.
Not everything is translated into Spanish, but at least it doesn't look so weird.
-
@girish It looks like a problem that comes when updating, because if I create a new installation of mautic it looks correct: https://prnt.sc/26jixzv
Surely it will be necessary to delete some other folder from the new grapejs email builder, because that is where the translation problem comes from.
Not everything is translated into Spanish, but at least it doesn't look so weird.
@mdreira possibly, we need to clean something up in the themes. Unfortunately, mautic has no clear upgrade instructions to mautic 4 wrt themes afaict. The whole thing is a bit of a trial and learning from errors, which is why we pushed mautic 4 as a major upgrade (i.e it does not update the app automatically).
One idea is to take a backup, delete the grapejs theme entirely and restart the app. The app package copies the "latest" code from the release bundle when files are missing. Maybe that fixes the issue.