• 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.

Issue Roundcube- Http Error 500

M. Tolgahan ALAN

New Pleskian
Roundcube Error Log:
Code:
PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo_firebird' (tried: /opt/plesk/php/7.3/lib64/php/modules/pdo_firebird (/opt/plesk/php/7.3/lib64/php/modules/pdo_firebird: cannot open shared obj$
PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /opt/plesk/php/7.3/lib64/php/modules/pdo_mysql (/opt/plesk/php/7.3/lib64/php/modules/pdo_mysql: cannot open shared object file:$
PHP Warning:  Module 'sqlite3' already loaded in Unknown on line 0
PHP Warning:  Cannot load module 'pdo_pgsql' because required module 'pdo' is not loaded in Unknown on line 0
PHP Warning:  Cannot load module 'pdo_sqlite' because required module 'pdo' is not loaded in Unknown on line 0
PHP Warning:  session_start(): Failed to read session data: user (path: /var/lib/php/session) in /usr/share/psa-roundcube/program/lib/Roundcube/rcube_session.php on line 136
PHP Fatal error:  Uncaught Error: Class 'PDO' not found in /usr/share/psa-roundcube/program/lib/Roundcube/db/mysql.php:149

How to fixed ?
 
Check that these php modules are really loaded with

# /opt/plesk/php/7.3/bin/php -m

In directory /opt/plesk/php/7.3/etc/php.d/ you can find related ini files where loading these modules is specified.
 
Back
Top