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

You are not logged in.

Announcement

#1 2014-04-06 09:36:15

gladson manuel
Member
Registered: 2014-04-06
Posts: 23

pdo extension not detected

Sir,
      I am new to lhc. I cant get past the installation screen of lhc. it shows 'NO' next to the field 'Is the php-pdo extension installed' , but both phpinfo() and php -i|grep PDO says pdo is installed. phpinfo() shows the value next to PDO drivers as sqlite  and the output of php -i|grep PDO is below.

$ php -i|grep PDO
PDO
PDO support => enabled
PDO drivers => sqlite
PDO Driver for SQLite 3.x => enabled






https://groups.google.com/forum/#!topic … SOoFLJ6jOw

Offline

#2 2014-04-06 10:10:21

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

Re: pdo extension not detected

Hi,

You have to have to pass this if (!extension_loaded ('pdo_mysql' )) perhaps you are missing pdo_mysql extension itself?
Also after you have installed extension restart httpd


2014-04-06 10:36 GMT+03:00 gladson manuel <glad...***.com>:

Offline

#3 2014-04-06 11:39:05

gladson manuel
Member
Registered: 2014-04-06
Posts: 23

Re: pdo extension not detected

Purged php5,sqlite and installed mysql and php5-mysql. Now lhc is working fine. Thanks for the quick help.

Offline

Board footer