Email settings - error
- fulltilt
- Closed
- Thread is marked as Resolved.
-
-
Hello ;
what distro are you using? Normally, if you updated correctly, you should have the php5-imap package installed, which is required.
-
-
what distro are you using? Normally, if you updated correctly, you should have the php5-imap package installed, which is required.yep, php5-imap is available - tested on debian squeeze with RC 4.4
Regards
-
Hello ;
I can reproduce this error only when I disable the PHP imap extension. Please what is the content of the /etc/php5/conf.d/imap.ini file ? Do you have any other PHP module installed by your own?
PM me if you need online support.
-
-
Hello Nuxwin,
/etc/php5/conf.d/imap.ini does not exist but php5-imap is installed, this is a standard migration drom ispcp 1.0.7 without any additional packages## edit ##
I have reinstalled php5-imap now it works
apt-get --purge remove php5-imap
apt-get install php5-imap -
Great
-