Roundcube Community Forum

Release Support => Pending Issues => Topic started by: sayed56 on February 28, 2024, 02:27:48 AM

Title: RoundCube Installer Error
Post by: sayed56 on February 28, 2024, 02:27:48 AM
i Installed Roundcube on Ubuntu 22.4. It shows an error: Attachment Attachted.
Sorry, but your web server does not meet the requirements for Roundcube!
Please install the missing modules or fix the php.ini settings according to the above check results.
Hint: only checks showing NOT OK need to be fixed.


Everything is showing ok . but why this error shown ? Help me plz .
Title: Re: RoundCube Installer Error
Post by: SKaero on February 28, 2024, 08:57:19 AM
You need to have a available database type, since no databases are supported Roundcube can't be installed.
Title: Re: RoundCube Installer Error
Post by: sayed56 on February 28, 2024, 09:20:04 AM
You need to have a available database type, since no databases are supported Roundcube can't be installed.

whats the process for installing database type? how to install it ? i already install mysql and restore roundcube DB file . Whats the missing here?
Title: Re: RoundCube Installer Error
Post by: SKaero on February 28, 2024, 09:44:24 AM
Your most likely missing the php mysql pdo module, I think that is in the php-mysql package for Ubuntu but you may need to double check that.
Title: Re: RoundCube Installer Error
Post by: sayed56 on February 28, 2024, 10:38:54 AM
Hi Sir,
i have installed php-mysql. I have attached the pictures. But the problem is happening. Any suggession? I m using ubuntu22.4 and php8.1 with apache2.
Title: Re: RoundCube Installer Error
Post by: SKaero on February 28, 2024, 12:39:21 PM
You may need to enable the module:
Code: [Select]
sudo phpenmod pdo_mysql

Also make sure that you restart apache after you make the change.
Title: Re: RoundCube Installer Error
Post by: sayed56 on February 28, 2024, 11:25:43 PM
Thanks Sir ,

its works. zThanks a lot.