Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページを実行しようとすると、次のエラーが発生します。
ERROR: 500 | Internal Server Error | PropelException Unable to open PDO connection [wrapped: could not find driver]
何が問題なのですか? この問題を解消するにはどうすればよいですか?
ありがとう
php.ini を見て、RDBMS ベンダーに適した PDO ドライバーを有効にします。MySQL の場合、php_pdo_mysql のコメントを外す必要があります。
PHPInfo(); を見ることができます。必要なドライバーのコメントが正常に解除されたかどうかを確認します。
php.ini を変更した後、Apache を再起動することを忘れないでください ;-)