Author Topic: RoundCube Installer Error  (Read 1015 times)

Offline sayed56

  • Newbie
  • *
  • Posts: 4
RoundCube Installer Error
« 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 .

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: RoundCube Installer Error
« Reply #1 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.

Offline sayed56

  • Newbie
  • *
  • Posts: 4
Re: RoundCube Installer Error
« Reply #2 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: RoundCube Installer Error
« Reply #3 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.

Offline sayed56

  • Newbie
  • *
  • Posts: 4
Re: RoundCube Installer Error
« Reply #4 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: RoundCube Installer Error
« Reply #5 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.

Offline sayed56

  • Newbie
  • *
  • Posts: 4
Re: RoundCube Installer Error
« Reply #6 on: February 28, 2024, 11:25:43 PM »
Thanks Sir ,

its works. zThanks a lot.