Roundcube Community Forum

 

RoundCube Installer Error

Started by sayed56, February 28, 2024, 02:27:48 AM

Previous topic - Next topic

sayed56

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 .

SKaero

You need to have a available database type, since no databases are supported Roundcube can't be installed.

sayed56

Quote from: 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.

whats the process for installing database type? how to install it ? i already install mysql and restore roundcube DB file . Whats the missing here?

SKaero

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.

sayed56

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.

SKaero

You may need to enable the module:

sudo phpenmod pdo_mysql


Also make sure that you restart apache after you make the change.

sayed56

Thanks Sir ,

its works. zThanks a lot.