Fatal error: Class 'PDO' not found in /home

Goran.Siriev

Member
Mar 9, 2016
12
1
53
greece
cPanel Access Level
Website Owner
Fatal error: Class 'PDO' not found in /home

i have many domains on my cpanel PDO evrething works fine...
on this new domain i have this problem

i can't find the solution

i put php.ini on public_html
i put php.ini on public_html/domain.com
No help...


Code:
***[email protected]****.com [/usr/local/lib]# php -m|grep PDO
PDO
[/CODE]
[/usr/local/lib]# php -v
PHP 5.5.33 (cli) (built: Mar 14 2016 12:30:57)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies

[/CODE]


Code:
[/usr/local/lib]# php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
ereg
filter
ftp
gd
hash
iconv
imap
json
libxml
mbstring
mcrypt
mysql
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
zlib
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

As mentioned, ensure no outdated php.ini files exist under the account in question. Let us know if the issue continues after moving or disabling those php.ini files.

Thank you.