"Diary" インターネットさんへの恩返し

いつもソースコードコピペばかりなので,みなさまへ少しばかりの恩返しを

Mauticのインストールではまったエラー Contact System Administor.... 「ParameterBag.php」



スポンサーリンク

f:id:azumami:20180617224737p:plain
上記の、インストールステップでDBを指定した後に、以下のエラーが webサーバのエラーログに記録される。

f:id:azumami:20180617225635p:plain

2018/06/17 17:30:05 [error] 2602#0: *292 FastCGI sent in stderr: "PHP message: Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException: You have requested a non-existent parameter "mp8/zk". - in file /home/xxxxx/www/mautic/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php - at line 84" while reading response header from upstream, client: xxxxxxxxxx, server: xxxxxxxxxx, request: "GET /index.php/installer HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "xxxxxxxx"

原因は、パスワードの文字列が不適切のよう。設定にしようしたPWが「GYvK%mp8/zk%GqH$u_u2」でエラーに「mp8/zk」とあるのでおそらく「%」が使えないと思われる。

関連のバグが報告されていたので、ほぼ間違いないと思うので「%」をパスワードに使わなければ回避できる。

https://github.com/mautic/mautic/issues/3390