UVdesk

    • Register
    • Login
    • Search
    • Recent

    Solved Error while cleaning cache

    Technical Help
    2
    5
    277
    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 mod admin community specialist last edited by peopleinside

      While I'm trying to celan cache I get an error:

      Error thrown while running command "'c:c'". Message: "Malformed parameter "url"." ["exception" => Doctrine\DBAL\Exception^ { …},"command" => "'c:c'","message" => "Malformed parameter "url"."]
      

      How to resolve?
      I see I wanna change database password so how can I do if password is encoded in .env file?

      How can I change database password?

      This is wrong:
      https://forums.uvdesk.com/topic/1853/how-to-edit-database-info

      UVdesk passionate | Community moderator | External consultant

      If you need help with the community you can visit https://helpdesk.peopleinside.it/it/blog/uv
      You can always get in touch also with the UVdesk team
      https://support.uvdesk.com/en/

      1 Reply Last reply Reply Quote 0
      • peopleinside
        peopleinside mod admin community specialist last edited by

        I see the issue, UVdesk never support special character so the database password should not be strong with special character... only letters and numbers.

        UVdesk passionate | Community moderator | External consultant

        If you need help with the community you can visit https://helpdesk.peopleinside.it/it/blog/uv
        You can always get in touch also with the UVdesk team
        https://support.uvdesk.com/en/

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

          @peopleinside

          If you are using special character in password then please made below changes.

          Open doctrine.yaml file (under config/packages)

          try to change this:
          url: '%env(resolve:DATABASE_URL)%'

          to this:
          url: '%env(DATABASE_URL)%'

          then make a try if it works !!

          peopleinside 1 Reply Last reply Reply Quote 0
          • peopleinside
            peopleinside mod admin community specialist @Sanjeev last edited by

            @Sanjeev thanks, for now I removed special character and resolved in this way.

            UVdesk passionate | Community moderator | External consultant

            If you need help with the community you can visit https://helpdesk.peopleinside.it/it/blog/uv
            You can always get in touch also with the UVdesk team
            https://support.uvdesk.com/en/

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

              @peopleinside

              ok fine but please try this way as well as it is the doctrine issue for special character in database password for project.

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