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
Solved Installation Error ./wizard/xhr/load/super-user
-
-
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.
-
@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? -
@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? -
@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.
-
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.
-
peopleinside 1 Jun 2022, 08:41
-