Page 1 of 1

Redirect Error

Posted: Thu 26. Aug 2004, 02:07
by ariolander
Whenever I click on oen the the articles that is supposed to reirect I get:

Code: Select all

Warning: main(/home/*****/public_html/ario/ario/include/inc_front/content.article.inc.php): failed to open stream: No such file or directory in /home/cjnrice/public_html/ario/include/inc_front/content.func.inc.php on line 186

Warning: main(): Failed opening '/home/*****/public_html/ario/ario/include/inc_front/content.article.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cjnrice/public_html/ario/include/inc_front/content.func.inc.php on line 186

Posted: Thu 26. Aug 2004, 07:47
by Oliver Georgi
there seems to be a path problem for your installation.

Oliver

Posted: Thu 26. Aug 2004, 11:56
by ariolander
Do you know if I can edit it without reinstalling the whole script?

Posted: Thu 26. Aug 2004, 12:02
by Oliver Georgi
conf.inc.php

Posted: Thu 26. Aug 2004, 12:49
by DeXXus
See this "doubled" folder-reference??
/home/*****/public_html/ario/ario/include/inc_front/content.article.inc.php
If you installed phpWCMS into "../home/cjnrice/public_html/ario/"
then "config.inc.php" should have something like this:

Code: Select all

// site values
$phpwcms["site"]              = "http://www.mydomainname.com/";

// paths
$phpwcms["root"]              = "ario";

Posted: Fri 27. Aug 2004, 06:22
by ariolander
aha... I forgot I was using that page on my subdomain for the page and thats why it made the double referance...