Error on Login
-
smaxwell.ca
- Posts: 2
- Joined: Fri 7. Jul 2006, 23:25
Error on Login
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.
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.
Re: Error on Login
These usually take a little more consideration for path settings. Maybe you could post your setting from "conf.inc.php" for the following?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.
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
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: ""
// 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: ""
Try:
Code: Select all
$phpwcms["DOC_ROOT"] = "/home/u1/fivestarig/employees/html"; Alternatively you do so:
[EDIT] NO, no, no, no[/EDIT]
regards Knut
Code: Select all
$phpwcms["root"] = ""; //default: ""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 )
I don't think so?flip-flop wrote:Alternatively you do so:regards KnutCode: Select all
$phpwcms["root"] = ""; //default: ""
Try going here:
http://employees.fivestarig.com/login.php
Now back to his installation:
http://employees.fivestarig.com/fivestar/login.php
Hi DeXXus,
you are right. I have read this too fast. I have seen only the subdomain.
@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
you are right. I have read this too fast. I have seen only the subdomain.
@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 )