Forms stop redirecting after a migration

Hi Community,



My Forms stop redirecting after a migration.



I fotoarte.mautic.net migrate to form self hosted http://orangemation.com/crm/fotoarteuy



I checked all forms, And Then I clicked the button to refresh any cached batch rebuild URLs in the form’s HTML



But still do not redirecting.



example:

http://orangemation.com/crm/fotoarteuy/form/9

give me

POST http://orangemation.com/crm/fotoarteuy/form/submit?formId=9 500 (Internal Server Error)



Anyone have any idea how I can fix it?

I check this file; app/logs/mautic_prod.php, this is the log.

[2016-06-29 18:36:35] mautic.ERROR: Uncaught PHP Exception SymfonyComponentHttpKernelExceptionAccessDeniedHttpException: “Unauthorized access to the requested URL: /crm/fotoarteuy/form/submit?formId=9” at /home/orangema/public_html/crm/fotoarteuy/app/bundles/CoreBundle/Controller/CommonController.php line 332 {“exception”:"[object] (Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException(code: 0): Unauthorized access to the requested URL: /crm/fotoarteuy/form/submit?formId=9 at /home/orangema/public_html/crm/fotoarteuy/app/bundles/CoreBundle/Controller/CommonController.php:332)"}

Hi guys!
I found the solution!.

In the migration of MYSQL, for some reason failure, and mautic_plugins and mautic_plugin_integration_settings tables were lost.

I created the tables manually and solved the problem.

I hope that it will help other users.

I just deleted the cache and rebuild the forms but I keep getting
POST http://orangemation.com/crm/fotoarteuy/form/submit?formId=9 500 (Internal Server Error)

Hi Community,

My Forms stop redirecting after a migration.

I fotoarte.mautic.net migrate to form self hosted http://orangemation.com/crm/fotoarteuy

I checked all forms, And Then I clicked the button to refresh any cached batch rebuild URLs in the form’s HTML

But still do not redirecting.

example:
http://orangemation.com/crm/fotoarteuy/form/9
give me
POST http://orangemation.com/crm/fotoarteuy/form/submit?formId=9 500 (Internal Server Error)

Anyone have any idea how I can fix it?