Skip to content
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

Title: Installation Issue with Mautic 5 using Docker: mQuery Function Error #283

Open
andrearuffini opened this issue May 11, 2024 · 1 comment

Comments

@andrearuffini
Copy link

Hello,

I am currently encountering an issue while trying to install Mautic 5 using Docker, and I am looking for some help or suggestions to resolve this.

Issue Description:
Everything in the installation process appears to work fine until I try to advance past the initial setup screen. When I click the "next step" button, I encounter a JavaScript error in the browser console that prevents me from proceeding.

Error Details:

install.js?v4fd533b2:6 Uncaught TypeError: mQuery is not a function
    at Object.showWaitMessage (install.js?v4fd533b2:6:13)
    at HTMLButtonElement.onclick (1:415:18)

This error occurs when I attempt to move to the next step of the installation, effectively halting the process.

Steps to Reproduce:

  1. Set up Mautic 5 installation using Docker.
  2. Proceed to the initial setup screen.
  3. Click the "next step" button.

Attempts to Resolve:

  • I've checked for any missing dependencies or configuration issues but haven't found anything that directly addresses this problem.

Has anyone else encountered this or a similar issue? Any advice or troubleshooting tips would be greatly appreciated.
Thank you in advance for your help!

@jeje-soy-michu
Copy link

Hi there,

I encountered the same issue and found a solution that worked for me. It seems to be related to the lack of initialization of jQuery in Mautic.

You can try the solution provided in this forum post, which involves including jQuery manually in your Mautic installation.

Hope this helps!

Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants