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 .
You need to have a available database type, since no databases are supported Roundcube can't be installed.
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?
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.
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.
You may need to enable the module:
sudo phpenmod pdo_mysql
Also make sure that you restart apache after you make the change.
Thanks Sir ,
its works. zThanks a lot.