Web Hosting Talk







View Full Version : that old php and undefined imap problem


dundee
05-16-2005, 02:05 PM
Hi. I have been using fsockopen for web based pop3 interfaces, but have been told imap_ functions are a lot more efficient and save time.

I am getting the usual error:
Fatal error: Call to undefined function: imap_open() in PHPDocument1

From <? echo phpinfo(); ?>
<h2><a name="module_imap">imap</a></h2>
<table border="0" cellpadding="3" width="600">
<tr><td class="e">IMAP c-Client Version </td><td class="v">2001 </td></tr>
<tr><td class="e">SSL Support </td><td class="v">enabled </td></tr>
</table><br />

I understood that the version of PHP (4.3.2) was compiled with imap modules installed and enabled.

Help?

Thanks in advance.

Burhan
05-18-2005, 08:41 AM
Have you considered upgrading? Might be a known issue.

dundee
05-18-2005, 09:14 AM
I have upgrade PHP on both my powerbook and my FC3 box, but still have the same problem. I now have zend connected via ftp to my host, which allows imap functions. I am having a new problems so have started a new thread.