Page 1 of 1

CMS used on a subdomain... getting the following error

Posted: Thu 7. Jul 2005, 06:36
by jessegraynoise
Hello... can anyone help me with the following error messages? I have installed phpwcms under a subdomain... http://somedaynever.graynoise.net . when going there... you receive the error... users ca login and use the backend but no frontend:(


Warning: main(): open_basedir restriction in effect. File(/include/inc_conf/conf.pagelayout.inc.php) is not within the allowed path(s): (/home/httpd/vhosts/graynoise.net/subdomains/somedaynever/httpdocs:/tmp) in /home/httpd/vhosts/graynoise.net/subdomains/somedaynever/httpdocs/include/inc_front/content.func.inc.php on line 145

Warning: main(/include/inc_conf/conf.pagelayout.inc.php): failed to open stream: Operation not permitted in /home/httpd/vhosts/graynoise.net/subdomains/somedaynever/httpdocs/include/inc_front/content.func.inc.php on line 145

Warning: main(): Failed opening '/include/inc_conf/conf.pagelayout.inc.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/graynoise.net/subdomains/somedaynever/httpdocs/include/inc_front/content.func.inc.php on line 145

Posted: Thu 7. Jul 2005, 06:46
by Pappnase
hello

wich version did you use!?

check you pathes again! it look like an path problem!

Posted: Thu 7. Jul 2005, 08:21
by pico
...
and there is NO Frontenduser Support avaible at the Moment - it's still under development - so you have set the User(s) to Front- and Backend-Users.

Posted: Thu 7. Jul 2005, 10:46
by jessegraynoise
I use 1.1 RC4

not trying to have front end users..

have checked my paths and still it won't work... if i change the commented out line at the bottom of the config.inc.php to the true path then the other won't work... it just won't work.

Posted: Thu 7. Jul 2005, 13:58
by pico
Hi

recheck your conf.inc.php for the Pathes

Code: Select all

$phpwcms["site"]              = "http://somedaynever.graynoise.net/";
$phpwcms["admin_email"]       = "info@mail.com";

// paths
$phpwcms["DOC_ROOT"]          = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"]         		= "";         //default: ""
maybe you have to Enter at "DOC_ROOT" the full path of the Server
"/home/httpd/vhosts/graynoise.net/subdomains/somedaynever/httpdocs"

is your Host Strato?