🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.
  • Recent
  • Dark Theme
  • Login

UVdesk

  • Dark Theme
  • Login
  • Search
  • Recent
  1. Home
  2. MikeJ
M
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 3
  • Best 0
  • Controversial 0
  • Groups 0

MikeJ

@MikeJ

0
Reputation
1
Profile views
3
Posts
0
Followers
0
Following
Joined 10 Mar 2023, 22:08 Last Online 3 Apr 2023, 01:30

MikeJ Unfollow Follow

Latest posts made by MikeJ

  • RE: UVDesk Installer Error: "Details are incorrect ! Connection not established."

    @Komal-Sharma https://pastebin.com/H2Y6y8j2 is the log file for the most recent attempt using the installer.

    Thank you

    posted in Technical Help
    M
    MikeJ
    31 Mar 2023, 19:55
  • RE: UVDesk Installer Error: "Details are incorrect ! Connection not established."

    @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:

    • Logged in with PHPMyAdmin.
    • Dropped/deleted my existing database: uvdesk
    • Created a new user (uvdesk), password (14 letters and 1 number), and allowed access from any host.
    • Enabled the checkbox to create a DB with the same username with all privileges....SQL executed successfully.
    • Confirmed 'uvdesk' DB name shows up on the left side tree.
    • Confirmed 'uvdesk' user account is listed under the DB on the Privileges tab.
      Columns: Username, Host name, type, privileges
      Row 1: uvdesk, %, database-specific, all-privileges.

    Opened the UVDesk installer and went back to the same form and entered the following:

    • Server: 127.0.0.1
    • Port: 3306
    • Username: uvdesk
    • Password: (15 character alphanumeric password entered, no special chars used)
    • Database: uvdesk
    • Tried with and without the checkbox to: Automatically create database if not found?

    Still receive error: Details are incorrect ! Connection not established.

    posted in Technical Help
    M
    MikeJ
    14 Mar 2023, 20:23
  • UVDesk Installer 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:

    • Windows Server 2016 (14393.5648)
    • Apache 2.4.54 x64
    • MySQL 8.0.32 MySQL Community Server - GPL
    • PHP 7.4.33
    • UVDesk - using manual zip file: uvdesk-community-v1.1.1.zip
    • Browser: Chrome v111.0.5563.65

    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:

    • Server: 127.0.0.1 (also tried localhost)
    • Port: 3306
    • Username: root
    • Password: Tried two different ones, last attempt using 7 character password with one uppercase, 3 numbers, and 3 lowercase letters in case prior password was too crazy.
    • Database: UVDesk
    • Unchecked and Checked - Automatically create database if not found?

    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.

    posted in Technical Help
    M
    MikeJ
    10 Mar 2023, 22:50