Hi thank you for the reply
MySql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 742122
Server version: 10.3.31-MariaDB-0ubuntu0.20.04.1 Ubuntu 20.04
I have Plesk and I can't run from user the command, I can enter to directory only from root
composer create-project uvdesk/community-skeleton helpdesk-project
If I try to launch php
root@mail:/var/www/vhosts/mydomain.com/helpdesk.mydomain.com# php bin/console d:s:u --force
PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "ContextualizedDumper" from namespace "Symfony\Component\VarDumper\Dumper".
Did you forget a "use" statement for another namespace? in /var/www/vhosts/mydomain.com/helpdesk.mydomain.com/var/cache/dev/Container55AlTD1/srcApp_KernelDevDebugContainer.php:4642
Stack trace:
#0 /var/www/vhosts/mydomain.com/helpdesk.mydomain.com/var/cache/dev/Container55AlTD1/srcApp_KernelDevDebugContainer.php(2148): Container55AlTD1\srcApp_KernelDevDebugContainer->getDebug_DumpListenerService()
#1 /var/www/vhosts/mydomain.com/helpdesk.mydomain.com/vendor/symfony/event-dispatcher/EventDispatcher.php(279): Container55AlTD1\srcApp_KernelDevDebugContainer->Container55AlTD1\{closure}()
#2 /var/www/vhosts/mydomain.com/helpdesk.mydomain.com/vendor/symfony/event-dispatcher/EventDispatcher.php(90): Symfony\Component\EventDispatcher\EventDispatcher->sortListeners()
#3 /var/www/vhosts/mydomain.com/helpdesk.mydomain.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDi in /var/www/vhosts/mydomain.com/helpdesk.mydomain.com/var/cache/dev/Container55AlTD1/srcApp_KernelDevDebugContainer.php on line 4642
root@mail:/var/www/vhosts/mydomain.com/helpdesk.mydomain.com#
If I try from web http://mysubdomain.mydomain.com/public I recevive "No input file specified."