您好我将Symfony Projekt部署到我的托管服务器时遇到了麻烦。
我使用:Symfony 2.8 with php 7.1.6
我执行以下步骤:
1. made a "composer update" on the project
2. cleaning the cache: "php app/console cache:clear -e prod"
3. Upload the files to the hoster
我在我的系统上复制结构:
- htdocs-Folder
- app
- bin
- src
- vendor
- test
- web
当我打开网站时:www.mydomaine.com/web/app_dev.php我收到以下消息:
有谁知道为什么?
THX
答案 0 :(得分:0)
必须手动删除(生成空)" prod" -cache文件夹,清除缓存的命令是不够的。