🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved Installation stuck Step 4/5

    Technical Help
    4
    6
    2738
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      abin last edited by

      Not successfully complete the installation process on windows 10 using xampp

              [Step 4/5] Creating super admin account...
      

      Please wait while your helpdesk is being installed. This could take up to a few minutes.

      1 Reply Last reply Reply Quote 0
      • admin
        admin UVdesk Staff admin last edited by

        Hi @abin

        Please share error screenshot which showing under
        developer toolbar->Network->XHR...

        1 Reply Last reply Reply Quote 0
        • A
          Absolute last edited by

          I realise this post is a couple of months old, but I was searching for the same issue, with no luck.

          I found it was an issue with a complex MySQL password which caused the database connection to fail without raising an alert. I changed my MySQL password to something a little more palatable, without special characters, and the install completed within seconds.

          admin 1 Reply Last reply Reply Quote 0
          • O
            omelin last edited by

            i have the same problem , the DB password change doesn't work for mi.

            1 Reply Last reply Reply Quote 0
            • admin
              admin UVdesk Staff admin @Absolute last edited by admin

              Hey @omelin

              Greetings of the day!

              use the urlencode function to encode a MySQL password containing special chars.
              Edit doctrine.yaml file [project's config->packages]

              try to change this:
              url: '%env(resolve:DATABASE_URL)%'

              to this:
              url: '%env(DATABASE_URL)%'

              The solution above will resolve the issue, else could you share us some error screenshot so we find and debug the issue in depth.

              1 Reply Last reply Reply Quote 0
              • admin
                admin UVdesk Staff admin last edited by

                Hi @Absolute,

                Glad to hear that you found and debug the issue and share the solution here.
                You'are not getting an alert as your project is running under dev environment and it will be helpful for users to debug the issue more easily.

                If any more query please ask, and raise a support ticket on support@uvdesk.com

                ThankYou!

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post