![]() |
|
#1
|
|||
|
|||
|
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 ??? ,??? |
|
#2
|
|||
|
|||
|
In your index.php file, you need to update the $forumpath.
Quote:
|
|
#3
|
|||
|
|||
|
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); ?> |
|
#4
|
|||
|
|||
|
This is what mine looks like. just change the bold bit to your directory name
$forumpath = '/home/myadmin/public_html/forum'; |
|
#5
|
|||
|
|||
|
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??? |
|
#6
|
||||
|
||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |