TheDMSGroup / mautic-contact-client

Create custom integrations without writing code, like having your own Zapier.
GNU General Public License v3.0
95 stars 33 forks source link

Does not save any input #248

Open martinstr opened 4 years ago

martinstr commented 4 years ago

When we try to enter a URL in Send tab and then hit save it does not save the input. No error in the log.

Tried on both Mautic 2.15.3 & 2.16.0 image

heathdutton commented 4 years ago

Do you have JS errors in your console? Try clicking out of the field before hitting apply.

martinstr commented 4 years ago

Yes, I have tested clicking out of the field before hitting apply Nope, sorry don't have any JS erros.

martinstr commented 4 years ago

Ok so I found out now that if you click on code tab and then enter the url there and click apply then it saves it. image image

MajesteitBart commented 4 years ago

Same problem here, it saves it in the workaround you described, but its not sending any requests. Testing it with beeceptor. When I save it, it gives a 500 error. Seems like it has problems using composer, because of the dependency of dropbox/dropbox-sdk. That repo doenst exist anymore, and it stopped my complete install.

gcoli6 commented 4 years ago

+1 same problem here. Mautic 2.16.2 | PHP 7.3.18

geraldobenedito commented 4 years ago

Anyone else could fix the error 500 at version 2.16.x ? image

geraldobenedito commented 4 years ago

@MajesteitBart I'm facing this error at log file:

[2020-09-30 18:15:53] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Mustache_Engine" from the global namespace. Did you forget a "use" statement?" at /var/www/html/plugins/MauticContactClientBundle/Helper/TokenHelper.php line 220 {"exception":"[object] (Symfony\Component\Debug\Exception\ClassNotFoundException(code: 0): Attempted to load class \"Mustache_Engine\" from the global namespace.\nDid you forget a \"use\" statement? at /var/www/html/plugins/MauticContactClientBundle/Helper/TokenHelper.php:220)"} []

insetic commented 3 years ago

Hi, Anyone could resolve this issue? mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Mustache_Engine" from the global namespace. Did you forget a "use" statement?" at ...