imap_open

redeye

Verified User
Joined
May 11, 2004
Messages
150
I move a website to my new server and now a routine doesn't work anymore. It calls imap_open() from an php-script and gives the error: Fatal error: Call to undefined function: imap_open()

I think php isn't compiled with this function included, am I right? If so, what can I do about it and how do I do that. If not, what's wrong??????
 
PHP should be compiled with IMAP support for this command...

Don't know for sure, but i thought you have to add --with-imap to the ./configure of php (configure.php in the customapache dir).
Note the '\' ending on all the lines in that file that aren't the last line...
 
Back
Top