Error on Login

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
smaxwell.ca
Posts: 2
Joined: Fri 7. Jul 2006, 23:25

Error on Login

Post by smaxwell.ca »

Here is what I am getting when I login. I don't know if it matters any but, the domain that it is hosted on is a subdomain. http://employees.fivestarig.com/fivestar/login.php. I went throught the install got all green boxes and copied the required file.

Warning: main(include/inc_lib/default.inc.php): failed to open stream: No such file or directory in /home/u1/fivestarig/employees/html/fivestar/login.php on line 27

Fatal error: main(): Failed opening required 'include/inc_lib/default.inc.php' (include_path='.:') in /home/u1/fivestarig/employees/html/fivestar/login.php on line 27

Thanks in advance for the help.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: Error on Login

Post by DeXXus »

smaxwell.ca wrote:Here is what I am getting when I login. I don't know if it matters any but, the domain that it is hosted on is a subdomain.
These usually take a little more consideration for path settings. Maybe you could post your setting from "conf.inc.php" for the following?

Code: Select all

// site values
$phpwcms["site"] =

// paths
$phpwcms['DOC_ROOT'] =
$phpwcms["root"] =

//$_SERVER['DOCUMENT_ROOT'] =
smaxwell.ca
Posts: 2
Joined: Fri 7. Jul 2006, 23:25

Here they are

Post by smaxwell.ca »

Thank you for the reply. Here they are.

// site values
$phpwcms["site"] = "http://employees.fivestarig.com/";
$phpwcms["admin_email"] = "help@fivestarig.com";

// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = "fivestar"; //default: ""
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Try:

Code: Select all

$phpwcms["DOC_ROOT"] = "/home/u1/fivestarig/employees/html"; 
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Alternatively you do so:

Code: Select all

$phpwcms["root"] = ""; //default: ""
[EDIT] NO, no, no, no[/EDIT]

regards Knut
Last edited by flip-flop on Sat 8. Jul 2006, 08:40, edited 1 time in total.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

flip-flop wrote:Alternatively you do so:

Code: Select all

$phpwcms["root"] = ""; //default: ""
regards Knut
I don't think so?

Try going here:
http://employees.fivestarig.com/login.php

Now back to his installation:
http://employees.fivestarig.com/fivestar/login.php
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi DeXXus,

you are right. I have read this too fast. I have seen only the subdomain. :oops:

@smaxwell.ca: If you have the possibility, please produce one subdomain like e.g. employees_cms.fivestarig.com with a pointer on fivestarig.com/fivestar/
That would be the easyest way for me during development.

regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply