Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-09-18 19:25:07

angelripper
Member
Registered: 2014-09-18
Posts: 3

php-pdo

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

#2 2014-09-18 19:33:42

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: php-pdo

Well if it says it's not installed it's not. Try to reload apache before trying again.

Offline

#3 2014-09-18 20:26:29

angelripper
Member
Registered: 2014-09-18
Posts: 3

Re: php-pdo

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

#4 2014-09-19 05:17:29

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: php-pdo

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

#5 2014-09-19 15:49:08

angelripper
Member
Registered: 2014-09-18
Posts: 3

Re: php-pdo

Yeah thanks I just installed php-mysql and now is working just fine. Thanks!

Offline

Board footer