The IMAP extension is missing from your PHP installation

Eric535

Member
Getting the following error:

The IMAP extension is missing from your PHP installation

I installed it via the command line and it says i already have the newest version.

Screenshot 2024-04-25 at 8.23.52 PM.jpg



Doesnt show in my phpInfo either

Running Aws Lightsail:
8 GB RAM, 2 vCPUs, 160 GB SSD
LAMP (PHP 8)
Virginia, Zone A (us-east-1a)
 
Most likely you need to enable it in your PHP configuration.
In phpinfo, it shows you which ini configuration file PHP loads, and also shows you what additional ini files it loads for configurations. One of those should be the imap.ini file or something similar, and that's where you need to enable the extension. Then make sure you restart your apache server and/or php if running under fpm.
This isn't really a MailWizz issue.
 
Most likely you need to enable it in your PHP configuration.
In phpinfo, it shows you which ini configuration file PHP loads, and also shows you what additional ini files it loads for configurations. One of those should be the imap.ini file or something similar, and that's where you need to enable the extension. Then make sure you restart your apache server and/or php if running under fpm.
This isn't really a MailWizz issue.

@twisted1919 I think i enabled. But still nothing. See snaps.
Screenshot 2024-04-26 at 1.19.13 AM.pngScreenshot 2024-04-26 at 1.15.30 AM.pngScreenshot 2024-04-26 at 1.16.09 AM.png
 
Did you get ahold of someone with linux background to help with this? Because as I said, our support does not cover setting up environments.
 
@Eric535 You need to make sure that the IMAP is loaded in the PHP. Go to Backend->Miscellaneous->View PHP info.

Then scroll down and make sure that the IMAP is there. If not, then the module is not loaded.

1724422296884.png
 
Back
Top