-
Notifications
You must be signed in to change notification settings - Fork 46
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
Setting Up WebApp #42
Comments
@vomikan can you please help? |
I think I had the same problem. This is a workaround, not a fix, but I ended up manually creating the MMX web config file when I origionally setup the WebApp. Do you have a configuration_user.php file on your MMX server? If you do, edit that file and put your MMX username and password in there. It should contain variables like this: $disable_authentication = "False"; Update the username and password fields with your data. Save the file on your server and then load the MMX index.php in your browser. |
I used docker. Therefore, I am not familiar with such a problem. |
Thank you! I made some progress. Nothing happens when i enter my password on the web. The error.log file does not show anything for this action. |
Switched to the docker implementation and all seem to be good now. |
I installed the webapp in an apache server and i was having this problem too. In my opinion it seems to be a bug in the programming of the latest version 1.2.2. To work around the bug I first installed the old version 1.0.4. Once I set up everything, I then updated to the latest current version and everything works. |
I had the same problem as listed here just last week. You don't get the Save button because php kills the script on error and since this is a production deploy, the error output is disabled. |
This is more of a request to assist in setting up the web app.
I have setup my webserver and loaded the mmex web app. I am taken to the page to enter password and username, but there's no save button to saving the settings. Am I missing something?
Where do I find the GUID of the desktop application? GUID is blank on the web app.
The text was updated successfully, but these errors were encountered: