Roundcube Community Forum

 

iilConnection : not ok

Started by evb, May 05, 2008, 07:32:59 AM

Previous topic - Next topic

evb

Hello,

The first time I launched the roundcube installer, several things where not running or installed in my existing PHP on IIS installation (Windows Professional 2000).
After configuring and installing the missing php dll and Pear packages, I have now only one line NOT OK:
iilConnection : NOT OK

I googled on the NET, searched this forum, in the manual, ... but did not find yet what to do/install to get this working...

Can somebody point me to what this thing is, where to find it and how to fix it?
If you google on this keyword, you don't find much about it.... :(
Is it something related directly to roundcube and not to PHP/PEAR?

thanks.

evb

Ok, did find myself by searching in the source code how this test was done.

The 'iilConnection' is an object from the Iloha IMAP library. A custom library to replace the existing (slow?) PHP IMAP module.
So I downloaded the Iloha webmail package and extracted it to a temp folder.
I created manually a folder named 'lib' in my PEAR folder (C:\PHP\PEAR\Lib), the folder who is set in the include_path in the PHP.INI file.
There I copied two files : imap.inc and the required icl_commons.inc file.

After this the installer did give a green light about the PHP installation.

Maybe something to put in the wiki?

cu,
Eric

evb

Found the cause of all the problems, the roundcube package was not completely extracted. I was missing plenty of files. :(

Maybe the installer should check this. Can be usefull... ;-)

This thread can be closed.