Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi all,
I'm installing livehelperchat in a new redhat 7, and php-pdo-5.4.16-23 is install but the installer page says it's not and I get no error is reported in the ErrorLog from apache for this and I cannot find any log in the application directory so I can debug it, can anyone help me?
Regards
Offline
Well if it says it's not installed it's not. Try to reload apache before trying again.
Offline
it is install
# php -i|grep PDO
PDO
PDO support => enabled
PDO drivers => sqlite
PDO Driver for SQLite 3.x => enabled
I restarted apache and same thing, any ideas?
Offline
This is what I get
# php -i | grep PDO
PDO
PDO support => enabled
PDO drivers => mysql, pgsql, sqlite
PDO Driver for MySQL => enabled
PDO Driver for PostgreSQL => enabled
PDO Driver for SQLite 3.x => enabled
You are missing driver for MySQL
Offline
Yeah thanks I just installed php-mysql and now is working just fine. Thanks!
Offline
Pages: 1