Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: sdruvss on February 28, 2007, 01:38:56 PM

Title: Installation Issue
Post by: sdruvss on February 28, 2007, 01:38:56 PM
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.

Title: Re: Installation Issue
Post by: bugler on March 01, 2007, 01:54:17 PM
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).
Title: Re: Installation Issue
Post by: sdruvss on March 05, 2007, 09:03:27 AM
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
Title: Re: Installation Issue
Post by: Stevie on March 10, 2007, 01:03:20 PM
If the file imap.inc does not exist anywhere in your directories, you must of had a corrupt download.

Download again, unpack and try.