KonstantinCodes / mautic-recaptcha

This Plugin brings reCAPTCHA integration to mautic.
GNU General Public License v3.0
50 stars 29 forks source link

PlugIn will not install #3

Closed incorak closed 6 years ago

incorak commented 6 years ago

Hello!

Running Mautic v2.12.1 with a fairly standard installation on a linux server the plugin will not show up: I unzipped the package and renamed the folder as mautic/plugins/MauticRecaptchaBundle - with the plugin data (e.g. MauticRecaptchaBundle.php) in that folder the plugin won't install, i.e. it will not show up in the plugin list after clicking install/upgrade. I did delete the cache and I do not use APC cache.

Is there anything else I have to consider: Obviously I am missing something, but the installation instructions are quite simple and straight-forward, so there must be something else to consider...

Thanks in advance for any advice.

Albrecht

KonstantinCodes commented 6 years ago

@incorak Thanks for the report. Can you please try the installation method via composer?

composer require koco/mautic-recaptcha-bundle

KonstantinCodes commented 6 years ago

closing due to no response. you might want to check the file ownership of the extracted files. depending on your server, it may be required that you change file ownership to www-data for example.