I have a problem this morning with my symfony project. I develop an application online sales that works without problem on my pc running on a ubuntu system. I 'bought a dedicated server (centos) in which I wanted to put my application. so I transferred all my project in the FTP serveur.mais qd I want to accede to the site with mozilla I get this error
Warning: require_once (/opt/lampp/htdocs Symfony/web/.. /app/bootstrap.php.cache..): Failed to open stream: No such file or folder of this type in /opt/lampp/htdocs/Symfony/web/app.php on line 6
Fatal error: require_once (): Failed opening required '/opt/lampp/htdocs/Symfony/web/../app/bootstrap.php.cache..' (Include_path = ':/opt/lampp/lib/php.') In / opt / lampp / htdocs / Symfony / web / app.php on line 6
and when I do php app / console in the terminal told me Could not open input file: app / console
[root @ server Symfony] # sudo php app / console cache: clear - env = prod Could not open input file: app / console [root @ server Symfony] # php app / console Could not open input file: app / console
please i need help