PHP IMAP Install Problem

mario2027

New member
Joined
Dec 9, 2010
Messages
2
Hi,
I just installed Kayako on a new server

When I try to run cron/index.php?_t=parser, I got this

ERROR: Your PHP is not compiled with IMAP Support.
*NIX Users should recompile the PHP with the --with-imap flag and Windows users can simply uncomment the extension='php_imap.dll' line in their php.ini

How do I recompilePHP Imap
 
User ben29 gave you information on how to determine if you've got imap support in php.

Presuming you don't, you can find your configure.php5 (or other version) somewhere under the /usr/local/directadmin/customapache directory tree.

Then try adding the --with-imap line acording to the syntax of the other lines (don't forget the backslash should appear after all the lines except the last).

If you have problems look here for some additional help.

Jeff
 
Back
Top