The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
portal
hi to all
how to create portal? my forumhome is look like that www.********* if you goin inside is look fine www********/forum |
#2
|
||||
|
||||
|
#3
|
|||
|
|||
i try this but nothing yet
Server error The website encountered an error while retrieving http://************/. It may be down for maintenance or configured incorrectly. Here are some suggestions: Reload this web page later. HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil the request. |
#4
|
||||
|
||||
Quote:
Did you edit the index file with your forum path? |
#5
|
|||
|
|||
yes,the index.php is
Code:
<?php // ++=========================================================================++ // || vBadvanced CMPS v4.1.0 (vB 4.0 - 4.1) - 23934 // || ? 2003-2011 vBadvanced.com - All Rights Reserved // || This file may not be redistributed in whole or significant part. // || http://vbadvanced.com // || Downloaded 12:52, Thu Feb 17th 2011 // || 865023934_401931058779 // ++ ========================================================================++ error_reporting(E_ALL & ~E_NOTICE & ~8192); 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 = '/var/www/vhosts/*******/httpdocs/forum'; // ============================================ // 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); ?> i have make upgrade from vb3.8.4 to vb4.2.2 i must edit config or something? --------------- Added [DATE]1400937450[/DATE] at [TIME]1400937450[/TIME] --------------- edit i fix it. thanks for your help guys this post can be deleted. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|