• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Install Roundcube as a site for a client

HoracioS

Regular Pleskian
Server operating system version
Debian 11
Plesk version and microupdate number
18.0.56 #4
Hello, I need to set up a Roundcube as a website, and I've been trying to do it through Softaculous, but I'm having a hard time. It's giving me the following error:

The following errors were found :
  • Required PHP extension not found : pdo_mysql
  • Required PHP extension not found : pcre
  • Required PHP extension not found : dom
  • Required PHP extension not found : json
  • Required PHP extension not found : xml
  • Required PHP extension not found : session
  • Required PHP extension not found : sockets
  • Required PHP extension not found : mbstring
  • Required PHP extension not found : openssl
  • Required PHP extension not found : filter
  • Required PHP extension not found : ctype
  • Required PHP extension not found : intl

I'm trying to install these packages using pecl, as I do with other packages like memcached or mcrypt, but they all produce various types of errors. What did I miss?

Regards,
Horacio
 
All mentioned extensions are available with the PHP versions that Plesk provides by default. You do not need to add them there. Which PHP version have you configured for the website where you want to install a standalone Roundcube?
 
Peter, thank you for your reply.
All mentioned extensions are available with the PHP versions that Plesk provides by default. You do not need to add them there. Which PHP version have you configured for the website where you want to install a standalone Roundcube?

I selected PHP 8.1.25

Best regards,
Horacio
 
When you choose phpinfo() (or the corresponding phpinfo-page that Plesk provides) you can see all the modules that are available by default. Have you checked that?=
 
Back
Top