• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Resolved A PHP Error was encountered

ArgaViking

New Pleskian
When I added a php script from CodeCanyon to subdomain and go to installation folder and got error directly:

Message: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /opt/plesk/php/7.4/lib64/php/modules/pdo_mysql (/opt/plesk/php/7.4/lib64/php/modules/pdo_mysql: cannot open shared object file: No such file or directory), /opt/plesk/php/7.4/lib64/php/modules/pdo_mysql.so (/opt/plesk/php/7.4/lib64/php/modules/pdo_mysql.so: undefined symbol: mysqlnd_allocator))

I checked if module exists and it does.

I can't complete installation without solve this.
 
I have checked this on my test Plesk server and I see that module exists:

# /opt/plesk/php/7.4/bin/php -m | grep pdo_mysql
pdo_mysql

# cat /opt/plesk/php/7.4/etc/php.d/pdo_mysql.ini
; Enable pdo_mysql extension module
extension=pdo_mysql.so
 
Back
Top