Redirect Error

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
ariolander
Posts: 14
Joined: Mon 2. Aug 2004, 22:20

Redirect Error

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

there seems to be a path problem for your installation.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
ariolander
Posts: 14
Joined: Mon 2. Aug 2004, 22:20

Post by ariolander »

Do you know if I can edit it without reinstalling the whole script?
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

conf.inc.php
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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";
ariolander
Posts: 14
Joined: Mon 2. Aug 2004, 22:20

Post by ariolander »

aha... I forgot I was using that page on my subdomain for the page and thats why it made the double referance...
Post Reply