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

    UVdesk

    • Login
    • Search
    • Recent

    Solved Error while cleaning cache

    Technical Help
    2
    5
    756
    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 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

      šŸ’¬ 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 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.

        šŸ’¬ 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

          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 EX helping member @Sanjeev last edited by

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

            šŸ’¬ 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

              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