Closed (fixed)
Project:
IMAPWU API
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2008 at 18:09 UTC
Updated:
27 Dec 2008 at 14:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
Stoke commentedHow can I run that module if that file is missing?
Or how can I get that file?
Comment #2
TripleEmcoder commentedSame question here.
Comment #3
Fogg commentedSame issue over here on a fresh drupal 6.3 installation.
Error message is:
Fatal error: imap_api_init(): Failed opening required 'icl.inc' (include_path='.:/usr/share/php:/usr/share/pear') in
/drupal-6.3/modules/imapwu_api/imap_api.module on line 14
Comment #4
xlyz commentedSame issue over here on a drupal 6.4
download IlohaMail from
http://ilohamail.org/main.php?page=Downloads
and copy icl.inc and icl_commons.inc in your modul directory
don't forget to correct
include("imap.inc");
at line 59 of icl.inc .
Comment #5
oliver huynh commentedThanks.
I think we should refer IlohaMail in the IMAPWU's description
Comment #6
thisportrait commentedHi,
let me get this straight.
include("../includes/imap.inc");toinclude("imap.inc");Is this right?
Thanks.
Comment #7
scottrigbyOk, I followed #4 (reiterated in #6), and I no longer get this error. Patch attached.
However, once here I only see an "Imap" link and the letter "I". Clicking the link returns the same screen (/admin/settings/mail_api/servers/add/IMAP), so I can't add a server.
But this seems to be a separate issue - marking this one as fixed.