SuiteCRM is not detecting IMAP module

Hi we’re installing [color=#ff0000]SuiteCRM [/color]on a fresh VM with [color=#ff0000]CentOS Web Panel[/color]
We’re facing the following error message

Our server settings are as follows:

  1. CentOS 7 x64
  2. Nginx & Varnish & Apache
  3. PHP 7.3.1

Additionally, we’ve tried to see if IMAP is really installed…

If anyone could point us to the right solution would be really appreciated, thanks!

Do you have access to Machine as “root” , it may needs a reboot…

Hi Ashish, yes we have the root access to the VM.

Reboot didn’t help, anywhere else we could look into?

Thanks

Ok, I can see the problem ,it looks like

you are usiing php 7.3

and Imap version is php 5.4

You may need to run something like this

yum install php-imap-7.3.

Try google exact install pattern.

Then restart apache.

Finger crossed!

we did a…

yum install epel-release*

yum install php-imap*

result is like you said, we have php-imap 5.4
but it says we’re on the latest version already

we couldn’t find php-imap 7 installation guide

is there a guide you could recommend, thanks!

Try to install exact

install php7.3-imap

Hi Ashish, thanks for the hint

after inputting [color=#ff0044]yum install php7.3-imap[/color]

It says…

[color=#ff0044]No package php7.3-imap available[/color]

this is the output of [color=#ff0044]install php7.3-imap[/color] on CentOS 7

the yum doesn’t have the repository of php7.3

should we change our OS to Ubuntu instead?

Can’t recommend Ubuntu over Centos but I really have good experience with Ubuntu and bad with Centos.
Take it as my personal experience! Rest your choice.