Roundcube Community Forum

 

Installation Issue

Started by sdruvss, February 28, 2007, 01:38:56 PM

Previous topic - Next topic

sdruvss

Hi,
After installing and editing main.inc.php and db.inc.php I get this message:

Warning: main(lib/imap.inc) [function.main]: failed to open stream: No such file or directory in /home/XXXXXXXXXX/public_html/XXXXXXX/mail/program/include/rcube_imap.inc on line 27

As I verified, lib/imap.inc doesn't exist. What I should install before install roundcube? Or, what I should edit? I didn't see any parameter in main.inc.php or db.inc.php that should affect it.

Thanks.


bugler

Hello,

do you have a folder called program in your web root? imap.inc is in /program/lilb/imap.inc.

If you have used a different name other than program you must change the following line in index.php :

ini_set('include_path', $INSTALL_PATH.PATH_SEPARATOR.$INSTALL_PATH.'program'.PATH_SEPARATOR.$INSTALL_PATH.'program/lib'.PATH_SEPARATOR.ini_get('include_path'));

I hope this helps (probably not).

sdruvss

Hi bugler,

The issue is not with path. The problem is that lib/imap.inc is not there. Imap.inc is not in roundcube install package, so I guess that I should install another package where imap.inc is included. Could it be a php install issue? Is it an install requirement that is not well documented?

Thanks for your help,
Sdruvss

Stevie

If the file imap.inc does not exist anywhere in your directories, you must of had a corrupt download.

Download again, unpack and try.