icl.inc
amigo - July 8, 2008 - 18:09
| Project: | IMAPWU API |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
File missing from tar.gz
| Project: | IMAPWU API |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
File missing from tar.gz
#1
How can I run that module if that file is missing?
Or how can I get that file?
#2
Same question here.
#3
Same 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
#4
Same 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 .
#5
Thanks.
I think we should refer IlohaMail in the IMAPWU's description
#6
Hi,
let me get this straight.
include("../includes/imap.inc");toinclude("imap.inc");Is this right?
Thanks.
#7
Ok, 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.
#8
Automatically closed -- issue fixed for two weeks with no activity.