Author Topic: include failures!  (Read 5308 times)

Offline JKringen

  • Newbie
  • *
  • Posts: 3
include failures!
« on: August 26, 2008, 03:07:36 AM »
Hi, after I had installed RoundCube I noticed right away that it appeared to not really be displaying anything once I logged in. So, I cleared my errors log and logged in again to find this in the output:

Quote
[22-Aug-2008 14:10:21] PHP Warning:

include_once(program/steps/mail/func.inc)
[[function.include-once]:
failed to open stream: No such file or directory in /var/www/vhosts/kringen.org/subdomains/email/httpdocs/index.php on line 178

[22-Aug-2008 14:10:21] PHP Warning:

include_once() [>function.include]:
Failed opening 'program/steps/mail/func.inc' for inclusion

include_path='/var/www/vhosts/kringen.org/subdomains/email/httpdocs/:
              /var/www/vhosts/kringen.org/subdomains/email/httpdocs/program:
              /var/www/vhosts/kringen.org/subdomains/email/httpdocs/program/lib:
              /var/www/vhosts/kringen.org/subdomains/email/httpdocs/program/include:
              .:
              /usr/share/pear:
              /var/www/vhosts/kringen.org/subdomains/email/httpdocs')

in /var/www/vhosts/kringen.org/subdomains/email/httpdocs/index.php on line 178


I saw another post similar to this in this forum that recommended checking the include_path. Obviously you can see here that my include_path does include the . path as well as the direct path to the location on the index.php file, so there should be no problem finding these includes. I'm a PHP developer and this has me stumped and totally renders the application useless.

Please let me know if there is anything I can do about this. I'd really like to see this app working for me.

Also feel free to check http://email.kringen.org/info.php for the phpinfo() page.

-Jason Kringen