vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 02-25-2008, 05:40 PM
freeworld freeworld is offline
Junior Member
 
Join Date: Feb 2008
Posts: 6
Default problem with path , helppp please

i downloaded vbadvace , and i put all the files in the right deraction and i installed , everything went good , my forum is in the public_html/forum
i put all the files in the public_html/forum and the index.php i put it in the public.html , now where i go to www.mysite.com/index it says
------
Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.
--------
i dident change enything in the index.php , should i ?
and the what is forumpath what should i do ??? ,???
Reply With Quote
  #2  
Old 02-25-2008, 06:05 PM
rwoscott rwoscott is offline
Senior Member
 
Join Date: Dec 2007
Posts: 171
Default Re: problem with path , helppp please

In your index.php file, you need to update the $forumpath.
Quote:
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

$forumpath = '';
Reply With Quote
  #3  
Old 02-25-2008, 06:08 PM
freeworld freeworld is offline
Junior Member
 
Join Date: Feb 2008
Posts: 6
Default Re: problem with path , helppp please

here is my index.php can u edit for me or give example ?

-----------


<?php
// ++=========================================================================++
// || vBadvanced CMPS v3.0 RC1 (vB 3.6) - 58512
// || © 2003-2007 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 08:05, Sun May 27th 2007
// ||
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
define('VBA_SCRIPT', 'CMPS');

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

$forumpath = 'forum/index.php.php';

// ============================================
// No Further Editing Necessary!
// ============================================

if ($forumpath)
{
if (!is_dir($forumpath))
{
echo 'Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.';
exit;
}

chdir($forumpath);
}

$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();

require_once('./includes/vba_cmps_include_template.php');
require_once('./global.php');

print_portal_output($home);

?>
Reply With Quote
  #4  
Old 02-25-2008, 06:12 PM
rwoscott rwoscott is offline
Senior Member
 
Join Date: Dec 2007
Posts: 171
Default Re: problem with path , helppp please

This is what mine looks like. just change the bold bit to your directory name

$forumpath = '/home/myadmin/public_html/forum';
Reply With Quote
  #5  
Old 02-25-2008, 08:41 PM
freeworld freeworld is offline
Junior Member
 
Join Date: Feb 2008
Posts: 6
Default Re: problem with path , helppp please

i did what u said and i put the idnex.php into the forum folder and now it says
----------


Warning: print_portal_output(/home/myweb/public_html/forum/modules/navigation.php) [function.print-portal-output]: failed to open stream: No such file or directory in /includes/vba_cmps_include_top.php on line 275

Warning: print_portal_output(/home/myweb/public_html/forum/modules/navigation.php) [function.print-portal-output]: failed to open stream: No such file or directory in /includes/vba_cmps_include_top.php on line 275

Fatal error: print_portal_output() [function.require]: Failed opening required '/home/myweb/public_html/forum/modules/navigation.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myweb/public_html/forum/includes/vba_cmps_include_top.php on line 275


help please???
Reply With Quote
  #6  
Old 02-26-2008, 11:49 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: problem with path , helppp please

http://www.vbadvanced.com/forum/showthread.php?t=1343
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ok i have path problem! nbr1stunn Troubleshooting & Problems 1 11-08-2007 10:32 AM
Path Problem gigman "How Do I..." Questions 6 01-19-2007 10:12 AM
path problem... siraxi Troubleshooting & Problems 2 07-31-2006 07:39 AM
helppp giotletim Add-On Modules & Modifications 3 05-17-2006 08:54 PM


All times are GMT -4. The time now is 09:06 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.