File missing from tar.gz

CommentFileSizeAuthor
#7 imapwu-imap-inc.patch500 bytesscottrigby

Comments

Stoke’s picture

How can I run that module if that file is missing?
Or how can I get that file?

TripleEmcoder’s picture

Priority: Normal » Critical

Same question here.

Fogg’s picture

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

xlyz’s picture

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 .

oliver huynh’s picture

Thanks.
I think we should refer IlohaMail in the IMAPWU's description

thisportrait’s picture

Hi,

let me get this straight.

  • download IMAPWU_API and add it to modules folder
  • download the Iloha package
  • copy the icl.inc and icl_commons.inc from the Iloha package into the imapwu_api folder
  • On icl.inc, line 59, correct include("../includes/imap.inc"); to include("imap.inc");
  • Finally, the imapwu_api will work

Is this right?

Thanks.

scottrigby’s picture

Status: Active » Fixed
StatusFileSize
new500 bytes

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.