Hi,
I'm running a magento site, with pdo_mysql PDO and SQLITE all enabled.
However error_log under public_html is filled with
There aren't duplicate entries
What could it be?
Regards,
I'm running a magento site, with pdo_mysql PDO and SQLITE all enabled.
However error_log under public_html is filled with
Code:
PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
Code:
grep ^extension /usr/local/lib/php.ini
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613"
extension = "pdo.so"
extension = "pdo_sqlite.so"
extension = "sqlite.so"
extension = "pdo_mysql.so"
Regards,