🔴 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.
    • S
      SCoccia last edited by SCoccia

      Mysql is ok because if I try from shell

      mysql -u user -p
      

      and put the password is all ok

      I have tryed to set permission to folder and file but nothing not accept...

      from web (is the first test) I recevice "No input file specified." in the withe paper...

      if I run php bin/console d:s:u --force
      I receive this... is normal?

      In AbstractMySQLDriver.php line 128:
      
        An exception occurred in driver: could not find driver
      
      
      In Exception.php line 18:
      
        could not find driver
      
      
      In PDOConnection.php line 39:
      
        could not find driver
      
      
      doctrine:schema:update [--complete] [--dump-sql] [-f|--force] [--em [EM]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>
      
      
      peopleinside 1 Reply Last reply Reply Quote 0
      • peopleinside
        peopleinside EX helping member @SCoccia last edited by

        @SCoccia I suggest to check you .env file, do you see that in this file the database credentials you inserted in the web wizard has been saved into this file?

        If I can remember well when I installed my UVdesk instance I was not able to do by SSH I done it using the web wizard.
        Sometimes when I get error in the installation I need remove all (be sure the database is empty), the folder and installing again the folder than not try to install by SSH but by using the web interface. Maybe you can try to set file permission as I mentioned before than run the wizard.

        If you get some error in the wizard a screenshot can help maybe to better understand.
        If you want try to chat with me and if I want I try to help you with the installation you can look here: https://helpdesk.peopleinside.it/en/blog/uv

        💬 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
        • 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