@Komal-Sharma https://pastebin.com/H2Y6y8j2 is the log file for the most recent attempt using the installer.
Thank you
@Komal-Sharma https://pastebin.com/H2Y6y8j2 is the log file for the most recent attempt using the installer.
Thank you
@blckhwk
Thank you for taking the time to reply. I tried your suggestion and am still presented with the same error message.
Here's what I did so you can review:
Opened the UVDesk installer and went back to the same form and entered the following:
Still receive error: Details are incorrect ! Connection not established.
Hello. Thank you for reviewing my post and I look forward to any assistance as I have really enjoyed the look and feel of UVDesk during the live demo.
Problem: When using the web installer, in the Database Configuration step, I specify my details for connecting to the database (MySQL) and despite trying different things, I cannot get past the error at the bottom, "Details are incorrect ! Connection not established.".
My environment:
Prior Research:
I did attempt some Google-fu before making this post for assistance and unfortunately the advice provided here, https://forums.uvdesk.com/topic/2068/uvdesk-community-cannot-connect-to-database did not assist with my particular issue, which addressed disabling redis. I'm not using redis and also went a step further and commented out the code in Setup.php around line 245
My Form Entries:
Troubleshooting Performed:
Success - MySQL 8 shell able to log in with root @ localhost on 3306
Success - Used PHPMyAdmin to also log in successfully.
Unsuccessful - Thought maybe not having a DB previously configured might be causing any issues despite the installer saying it could make it for me. Used the shell to create "UVDesk" database. Tried in the installer with the name, "UVDesk", no change.
Unsuccessful - My root MySQL password was something pretty long.. 4-5 word passphrase, changed to just a 7 character password to test with, one uppercase, 3 numbers, rest lowercase. No special characters.
Successful - Verified with Chrome's network tools that the information being passed is correct and matched what I typed into the form.
Unsuccessful - Apache conf updated to include Allow Override and Apache restarted:
<Directory "C:\Apache24\htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
No Change: My .env file with UVDesk was already set to APP_ENV=dev
Closing
I appreciate any and all assistance sent my way. Thank you for reading through my post. I hope you have a most wonderful day.