Author Topic: Installation Issue  (Read 6047 times)

Offline sdruvss

  • Newbie
  • *
  • Posts: 2
Installation Issue
« 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.


Offline bugler

  • Jr. Member
  • **
  • Posts: 54
Re: Installation Issue
« Reply #1 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).

Offline sdruvss

  • Newbie
  • *
  • Posts: 2
Re: Installation Issue
« Reply #2 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

Offline Stevie

  • Jr. Member
  • **
  • Posts: 29
Re: Installation Issue
« Reply #3 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.