You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to install the plugin it errors out after trying to clear the cache
To Reproduce
Steps to reproduce the behavior:
After adding the plugin to the plugin directory in MAutic as per the instructions - uploading and creating the plugin folder
run the cache clear
Plugin does not appear in the plugin folder
Expected behavior
Should clear the cache and be ready to install from the plugins
Screenshots
PHP Fatal error: Declaration of MauticPlugin\MauticAuth0Bundle\Integration\Auth0Integration::shouldAutoCreateNewUser() must be compatible with Mautic\PluginBundle\Integration\AbstractSsoServiceIntegration::shouldAutoCreateNewUser(): bool in /home/omstest/public_html/plugins/MauticAuth0Bundle/Integration/Auth0Integration.php on line 76
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @djimatr , the installation instructions are not up to date for Mautic 5, sorry about that. To install the plugin for Mautic 5, the command in step 3 should be git clone -b Mautic5-Support https://github.com/Leuchtfeuer/auth0-for-mautic.git plugins/LeuchtfeuerAuth0Bundle
Describe the bug
When trying to install the plugin it errors out after trying to clear the cache
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should clear the cache and be ready to install from the plugins
Screenshots
PHP Fatal error: Declaration of MauticPlugin\MauticAuth0Bundle\Integration\Auth0Integration::shouldAutoCreateNewUser() must be compatible with Mautic\PluginBundle\Integration\AbstractSsoServiceIntegration::shouldAutoCreateNewUser(): bool in /home/omstest/public_html/plugins/MauticAuth0Bundle/Integration/Auth0Integration.php on line 76
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: