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

    UVdesk

    • Login
    • Search
    • Recent

    Solved Installation Error ./wizard/xhr/load/super-user

    Technical Help
    3
    5
    914
    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.
    • E
      elhanan fine last edited by

      Peace and blessing.
      I'm trying to install the uvdesk.
      During installation I have an error in step 4.
      ./wizard/xhr/load/super-user
      (I tried to give chmod 777 permissions to the entire library, but it didn't help..)
      Does anyone know how to solve this?
      Thank you
      צילום מסך 5782-10-01 ב-2.27.42.png צילום מסך 5782-10-01 ב-2.27.31.png

      peopleinside 1 Reply Last reply Reply Quote 0
      • Komal Sharma
        Komal Sharma UVdesk Staff mod last edited by

        @elhanan-fine

        As I understand your issue, Follow the below solution:

        The latest version of "doctrine/doctrine-fixtures-bundle" is not compatible with UVdesk. As this release came in the last week.

        You can fixed this issue by changing the version in composer.json in uvdesk:

        "doctrine/doctrine-fixtures-bundle": "^3.4",
         **TO**
        "doctrine/doctrine-fixtures-bundle": "3.4.1",
        

        After Updating the changes in composer.json. Simply, run the composer update command in your project root directory.

        I Hope, This will resolve your issue.

        1 Reply Last reply Reply Quote 1
        • peopleinside
          peopleinside EX helping member @elhanan fine last edited by

          @elhanan-fine
          thanks for your message!
          I'm sorry to see you are getting an error.
          What version of PHP and UVdesk are you using?
          Where you downloaded UVdesk?

          💬 You can also ask help on GitHub Discussions
          🔴 I am no more active on Uvdesk
          🔴 Forum support is inactive!

          E 1 Reply Last reply Reply Quote 0
          • E
            elhanan fine @peopleinside last edited by elhanan fine

            @peopleinside Thank you for the quick reply, I really appreciate it.
            I use php 7.4, the UVdesk I downloaded both zip from the official site, and through git, and both in the installation throw this error away.
            I use nginx, maybe it's a problem?

            peopleinside 1 Reply Last reply Reply Quote 0
            • peopleinside
              peopleinside EX helping member @elhanan fine last edited by

              @elhanan-fine You can try to use PHP 8.0 or PHP 8.1 as PHP 7.4 will be soon old https://www.php.net/supported-versions.php

              In the main time we can wait here a reply from developers, in the case the PHP version is not the cause and the solution.

              💬 You can also ask help on GitHub Discussions
              🔴 I am no more active on Uvdesk
              🔴 Forum support is inactive!

              1 Reply Last reply Reply Quote 0
              • Komal Sharma
                Komal Sharma UVdesk Staff mod last edited by

                @elhanan-fine

                As I understand your issue, Follow the below solution:

                The latest version of "doctrine/doctrine-fixtures-bundle" is not compatible with UVdesk. As this release came in the last week.

                You can fixed this issue by changing the version in composer.json in uvdesk:

                "doctrine/doctrine-fixtures-bundle": "^3.4",
                 **TO**
                "doctrine/doctrine-fixtures-bundle": "3.4.1",
                

                After Updating the changes in composer.json. Simply, run the composer update command in your project root directory.

                I Hope, This will resolve your issue.

                1 Reply Last reply Reply Quote 1
                • Topic has been marked as solved  peopleinside peopleinside 
                • Referenced by  T ty_kel 
                • First post
                  Last post