@Sanjeev can be the @ that create issue in database password be fixed and tested?
Solved No input file specified
-
-
@SCoccia maybe your .env file has been written already.
I suggest to check if the database is empty, no table in phpmyadmin, erase UVdesk root folder and all files than recreate again the UVdesk folder with the SSH commandcomposer create-project uvdesk/community-skeleton helpdesk-project
than check file permission and change if necessary, point the browser to the Wizard installation and install.
-
Check here hope it will help.
-
-
Please enable permission for .env file and reload page again and setup again from step 1.
If still you are facing the issues then you can try manual installation as well.
https://github.com/uvdesk/community-skeleton/issues/290#issuecomment-661113642 -
First thank you...
secondo the problem is that the password DB have @ and the system not accept it... I have changed and the installation is ok nowTHANK YOU
-
Glad to know that.
Would request you take a spare a minute of yours and leave your valuable feedback with us if you liked our product & support.
Raise a GitHub star here - https://github.com/uvdesk/community-skeleton
or just tweet the same by tagging @UVdesk - https://twitter.com/uvdesk -
@Sanjeev can be the @ that create issue in database password be fixed and tested?
-
Use the urlencode function to encode a MySQL password containing special chars.
Edit doctrine.yaml file under (config->packages) of your project.
Replace below line:
url: '%env(DATABASE_URL)%'
By new line:
url: '%env(resolve:DATABASE_URL)%'
Hope it will help.
-
@Sanjeev new UVdesk users will continue to face installing and database issue, maybe there is no way to fix this?
I mean avoid that a new user that use a good database password with special characters will face issue of database wrong password when is not. I have to remember always to say to users that they need check their password that should not have special characters or need follow special instructions? -
We will check with above solution if it is not effecting any other functionality then will add it with project.