CapifonyでSymfony2アプリをデプロイしようとすると、次のエラーが発生します。
「/path/cap/myapp/releases/20121227024938/app/config/parameters.ini」ファイルが無効です。
これは私にとってparameters.iniがどのように見えるかです:
; These parameters can be imported into other config files
; by enclosing the key with % (like %database_user%)
; Comments start with ';', as in php.ini
[parameters]
database_driver = pdo_mysql
database_host = localhost
database_name = symfony
database_user = root
mailer_transport = smtp
mailer_host = localhost
locale = en
secret = ThisTokenIsNotSoSecretChangeIt
最近までうまく展開できました。parameters.iniファイルは例からコピーされたものです。取引は何でしょうか?