Welcome Guest, Not a member yet? Register   Sign In
pdo_msql.so
#1

Hello everyone!!, sorry for my bad english

I have been trying to upgrade my webapps from php 5.6 to 7.2 on my host, but when I make the change the apps gives me the following error

A PHP Error was encountered
Severity: Core Warning
Message: PHP Startup: Unable to load dynamic library 'pdo_msql.so' (tried: /opt/cpanel/ea-php72/root/usr/lib64/php/modules/pdo_msql.so (/opt/cpanel/ea-php72/root/usr/lib64/php/modules/pdo_msql.so: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php72/root/usr/lib64/php/modules/pdo_msql.so.so (/opt/cpanel/ea-php72/root/usr/lib64/php/modules/pdo_msql.so.so: cannot open shared object file: No such file or directory))
Filename: Unknown
Line Number: 0
Backtrace:

I already try find on php ini editor but i can't find the library, could you help me to fix this issue

Thansk to everyone

Regards!!!

Attached Files Thumbnail(s)
   
Reply
#2

Check to see if it is enabled in your php.ini file.

PHP Code:
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>

Save as phpinfo.php | When your finished using it back  it and save it.

Do Not leave it on a live server!
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(04-11-2019, 01:31 PM)InsiteFX Wrote: Check to see if it is enabled in your php.ini file.

PHP Code:
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>

Save as phpinfo.php | When your finished using it back  it and save it.

Do Not leave it on a live server!

Hello again!!!, 
I already got the result of phpinfo and the following appeared, but i didn't found the line "pdo_msql.so", thanks again



Attached Files
.txt   phpinfo.txt (Size: 37.04 KB / Downloads: 27)
Reply
#4

(This post was last modified: 05-27-2019, 05:49 AM by Nombre Imaginaire.)

You misunderstood a bit InsiteFX.

You have to check if the line
Code:
extension=pdo_msql
exist and is activate in the "php.ini".


If you see
Code:
;extension=pdo_msql

that's means the module is deactivated.

But I also suspect a typo somewhere because it's seems very close to the module "pdo_mysql" with a Y, so I don't know.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB