27 Oct 2019, 08:14

Hi,

I tried to setup UvDesk Community Edition, but the following error occurred and couldn't fix it. Anyone can tell me how to fix this issue?

$ sudo -u www-data php bin/console uvdesk:configure-helpdesk

  Examining helpdesk setup for any configuration issues:

  [-] Establishing a connection with the uvdesk database.
  [v] Successfully established a connection with the uvdesk database.

  [-] Comparing the uvdesk database schema with the current mapping metadata.
  [!] The current database schema is not up-to-date with the current mapping metadata.

      Update your database schema to the current mapping metadata? [Y/N] y

      Please wait while your database is being migrated from version 20191027080712 to 20191027080747.
      This could take up to a few minutes.

01:08:18 ERROR     [console] Error thrown while running command "uvdesk:configure-helpdesk". Message: "There are no commands defined in the "doctrine:fixtures" namespace.\n\nDid you mean one of these?\n    doctrine\n    doctrine:cache\n    doctrine:database\n    doctrine:generate\n    doctrine:mapping\n    doctrine:migrations\n    doctrine:query\n    doctrine:schema" ["exception" => Symfony\Component\Console\Exception\NamespaceNotFoundException^ { …},"command" => "uvdesk:configure-helpdesk","message" => """  There are no commands defined in the "doctrine:fixtures" namespace.\n  \n  Did you mean one of these?\n      doctrine\n      doctrine:cache\n      doctrine:database\n      doctrine:generate\n      doctrine:mapping\n      doctrine:migrations\n      doctrine:query\n      doctrine:schema  """]


  There are no commands defined in the "doctrine:fixtures" namespace.

  Did you mean one of these?
      doctrine
      doctrine:cache
      doctrine:database
      doctrine:generate
      doctrine:mapping
      doctrine:migrations
      doctrine:query
      doctrine:schema


uvdesk:configure-helpdesk [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>