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 ;-)