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

Mustache.php error #244

Closed OmerGafny closed 4 years ago

OmerGafny commented 4 years ago

Hi guys, tried your contact source plugin and really liked it, so i thought i give this one a shot as well. I was able to install it, but for some reason im always getting the error below that prevents it from working: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Mustache_Engine" from the global namespace. Did you forget a "use" statement?"

heathdutton commented 4 years ago

You need composer install, or to composer require the mustache engine.

OmerGafny commented 4 years ago

Hi Heath should i run the command in a specific path of the plugin?

heathdutton commented 4 years ago

https://github.com/TheDMSGroup/mautic-contact-client#installation--usage

The proper way to install this plugin is via composer at the root of your mautic installation (where the composer.json file is).

OmerGafny commented 4 years ago

Thanks, ill try it