I am using nginx ubuntu 22.04 for install UVDesk application. But After running installation. Installation is struck in super user part.
Below I mention doctrine.yaml configuration
How I can solve this issue
After Installed it is showing this error message
Let us know, you are able to login your helpdesk with your login credentials after installed. If yes then you don't need to run these commands.
Kind Respects
Uvdesk Team
I am using nginx ubuntu 22.04 for install UVDesk application. But After running installation. Installation is struck in super user part
Once you check the below these cases and make changes accordingly:
<Directory /home/users/var/www/htdocs>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
locate the .env file in your project and make sure APP_ENV=dev when you are doing your setup.
For .env file – chmod 777 -R path of .env file of UVdesk project
For Var folder -chmod 777 -R path of var folder of UVdesk project
For Config folder – chmod 777 -R path of config folder of UVdesk
For Public folder – chmod 777 -R path of the public folder of UVdesk
For Migration folder – chmod 777 -R path of the migration folder of UVdesk
Check here how to increase the max-execution time and restart your server.
And clear your project cache by:
$ php bin/console c:c
Now try to install your project.
=> Also, run the below commands in your project root directory:
$ php bin/console doctrine:migrations:diff
$ php bin/console doctrine:migrations:migrate
And clear the cache of the project:
$ php bin/console c:c
=> Once you try with the manual installation of uvdesk from here.
If the issue is still in the manual installation setup, let us know.
Kind Respects,
UVdesk Team
@Komal-Sharma After Installed it is showing this error message
When I running php bin/console doctrine:migrations:diff
$ php bin/console doctrine:migrations:migrate
Show error message with below screen shot
After Installed it is showing this error message
Let us know, you are able to login your helpdesk with your login credentials after installed. If yes then you don't need to run these commands.
Kind Respects
Uvdesk Team