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

#1

Stoke - July 17, 2008 - 20:13

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

#2

memfis - July 18, 2008 - 00:40
Priority:normal» critical

Same question here.

#3

Fogg - July 21, 2008 - 16:12

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

xlyz - August 20, 2008 - 23:05

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

oliverhuynh - September 30, 2008 - 09:45

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

#6

thisportrait - October 4, 2008 - 17:56

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.

#7

scottrigby - December 13, 2008 - 14:31
Status:active» fixed

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.

AttachmentSize
imapwu-imap-inc.patch 500 bytes

#8

System Message - December 27, 2008 - 14:35
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.