• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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