PDA

View Full Version : I cant see the portal


UDP
09-19-2005, 06:33 PM
I have the last version of vb (3.0.9), and i download vbadvanced_cmps_2_0_0_(vb_3_0_x)_.zip.
I made all mods to my files, i up all, but when i try to get in to the portal, i dont see anything. Only see a white page without errors...

Any idea?
Thx in adv...
Sorry for my english

UDP
09-19-2005, 06:48 PM
PD: I used search, and i try all, but nothing...

Copy and paste the _SERVER["PATH_TRANSLATED"] + /forums but nothing...
I try to put only /forums...but not work...

I try to reinstall the template from the install, but not work...
I dont know what can i do...

Our Sponsors
 

theMusicMan
09-20-2005, 05:30 AM
Can we see a URL...? Did you rename your cmps_index.php file...?

Brian
09-20-2005, 11:11 AM
http://www.vbadvanced.com/forum/showthread.php?t=1343

Our Sponsors
 

MorrisMcD
09-20-2005, 10:32 PM
I am having a similar issue... And changing it to the path displayed in the forumpath.php revealed what I was using was correct...

http://www.dallascowboyfansunited.com/forums/cmps_index.php

ConqSoft
09-20-2005, 10:37 PM
I get a blank page on yours. Re-run the CMPS install file and choose the Install Templates option.

MorrisMcD
09-20-2005, 10:42 PM
Here is my cmps_index.html... Which is located in forums

<?php// ++=========================================================================++// || vBadvanced CMPS v2.0.0 (vB 3.0.x) - 18494// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved// || This file may not be redistributed in whole or significant part.// || http://vbadvanced.com// || Downloaded 13:26, Wed Sep 14th 2005// || // ++ ========================================================================++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// ============================================chdir('/home/cloyal/public_html/forums');// ============================================// No Further Editing Necessary!// ============================================$phrasegroups = array();$globaltemplates = array();$actiontemplates = array();$specialtemplates = array();require_once('./global.php');print_portal_output($home);?>

and you can check here as well...to see the path

http://www.dallascowboyfansunited.com/forums/forumpath.php

I reinstalled the templates.. No dice though... I did notice in the VBulletin options the guy had it set as http://www.dallascowboyfansunited.com/forum instead of http://www.dallascowboyfansunited.com/forums

I fixed that before I reinstalled the templates, but I dont know if I may have to reinstall more due to that

MorrisMcD
09-20-2005, 11:15 PM
Oops... Looks like when he attempted to install it, he removed the carriers between lines :)

All fixed now..