šŸ”“ January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved No input file specified

    Technical Help
    3
    21
    2408
    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.
    • peopleinside
      peopleinside EX helping member @SCoccia last edited by

      @SCoccia said in No input file specified:

      No input file specified.

      Did you try to search this error in the web?
      Maybe you have some server configuration issue?!

      Look here for example:
      https://stackoverflow.com/questions/14555996/no-input-file-specified
      Or just try to do a search on the web
      https://www.google.com/search?client=firefox-b-d&q=No+input+file+specified.

      šŸ’¬ 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
      • S
        SCoccia last edited by

        ok I have changed from PLESK FASTCGI to FPMngx and now to web I see the installation menu but I have the same problem... not accept the DB connecion

        Immagine 2021-10-21 230301.png

        and the login pass are correct...

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

          @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 command

          composer create-project uvdesk/community-skeleton helpdesk-project
          

          than check file permission and change if necessary, point the browser to the Wizard installation and install.

          šŸ’¬ 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
          • Sanjeev
            Sanjeev developer UVdesk Staff last edited by

            @SCoccia @peopleinside

            Check here hope it will help.

            1 Reply Last reply Reply Quote 0
            • S
              SCoccia last edited by

              ok If I remove the code all SQL data are saved but now write that .env file not have permission... I have set 777 but nothing

              Immagine 2021-10-22 084835.png

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

                @SCoccia

                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

                1 Reply Last reply Reply Quote 0
                • S
                  SCoccia last edited by

                  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 now

                  THANK YOU

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

                    @SCoccia

                    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

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

                      @Sanjeev can be the @ that create issue in database password be fixed and tested?

                      šŸ’¬ 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
                      • Sanjeev
                        Sanjeev developer UVdesk Staff last edited by

                        @peopleinside

                        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.

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

                          @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?

                          šŸ’¬ 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
                          • Sanjeev
                            Sanjeev developer UVdesk Staff last edited by

                            @peopleinside

                            We will check with above solution if it is not effecting any other functionality then will add it with project.

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