• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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