Hi,
I can't get PDO working with PHP 5.4 on CentOS7 and Hiawatha 10.3
if I run: "php -m" it shows that PDO module is loaded:
[root@allmytasks /]# php -m
PHP Warning: Module 'PDO' already loaded in Unknown on line 0 --> this warning goes away if I remove the line "extension=pdo.so" from /etc/php.ini, but still doesn't work
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
ereg
exif
fileinfo
filter
ftp
gettext
gmp
hash
iconv
json
libxml
mhash
openssl
pcntl
pcre
PDO
pdo_sqlite
Phar
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
xml
zip
zlib
But if I create a PHP file with this content and load it in the website
echo "<?php phpinfo(); ?>"
it doesn't show PDO module
Can anyone help please?
I spent half a day banging my head with this, searched the forums, googling etc.. nothing worked..
I'm not a web developer, I don't know how to troubleshoot this quicker..
thanks a lot,
Marcus