Linux mint 12でsymfony2標準バージョンを使用しています。
symfony2 プロジェクトを 2 日間作成しましたが、すべてうまくいきました。間違ったバンドルをインストールしてプロジェクトを台無しにしてしまったので、Symfony
フォルダーを削除して symfony を再インストールすることにしました。
そして今、php app/check.php
タイムゾーンが正しく設定されていてもタイムゾーンエラーが発生し、構成ページは次のようになります
私は試した
rm -rf app/cache/*
rm -rf app/logs/*
そして私は試しました
chmod -R 777 app/cache app/logs
修正できませんでした
編集
php bin/vendors install --reinstall
問題を修正しました (Hakan Deryal ありがとうございました)。ただし、Symfony
フォルダーの名前をsymfony
または他の名前に変更すると、エラーが発生するか、すべてが正常に機能するが、押すConfigure your Symfony Application online
とこのエラーが発生することがわかりました
Server error
The website encountered an error while retrieving http://localhost/mysite/web/app_dev.php/_configurator/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
私の次の質問は、symfony2 プロジェクトを変更する方法です。たとえば、localhost に 2 つの symfony2 プロジェクトがあるとします。同じ名前を付けることはできません。