-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better message when correct template version does not exist #47
Comments
fixes nickian#47 Also: improve UI and form error checking
Hi @nickian any reason as to why this was closed? It would be great if you could provide an explanation - to help both myself understand and others finding this thread in the future. Thanks! |
@pjrobertson sorry for not explaining. v2.0 will now detect the Mautic version and if it's not supported yet, it will tell you. If you try running it on a dev version, it will notify you that dev versions are not supported either. |
Great, thanks for the reply! Looking forward to v2.0 :)
… On 16 Apr 2019, at 09:23, Nick Thompson ***@***.***> wrote:
@pjrobertson <https://github.com/pjrobertson> sorry for not explaining. v2.0 will now detect the Mautic version and if it's not supported yet, it will tell you. If you try running it on a dev version, it will notify you that dev versions are not supported either.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#47 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAJLn93Nhilii0SD3vIKRc5KlVQSlB1xks5vhSYXgaJpZM4aI9kn>.
|
I've been trying to use mautic-whitelabeler, and I kept getting the error
Mautic installation not found here.
.After doing some debugging, I figured that my mautic installation was fine, but the real reason for the problem was that my version of mautic (
2.13.0
) was not included in thetemplates
folder for whitelabeler.I suggest the error message be improved from
Mautic installation not found here
to something along the lines ofIncompatible mautic version XXX. See YYY for list of compatible versions
where YYY links to perhaps thetemplates
folder on GitHub. Or perhaps even print out the list of compatible versions to the page.The text was updated successfully, but these errors were encountered: