View Full Version : Installed - I get a blank page
Jekyll
02-07-2008, 12:37 AM
Hmm so iv installed everything followed the steps i go to my forum and i get a blank page i can still access my forum by typing forums.php at the end instead of the index.php (what i renamed the cmps_index to) and i put index.php at the end of my forums url and like it just comes up with a blank white page :confused: i dont know what to do.... any ideas please? have i installed it wrong or do i need to edit something? Please help:(
LINK : http://www.advertize.byethost13.com/index.php
Black Tiger
02-07-2008, 02:10 AM
When I look at the source of that white page, it looks that it's caused by a http 500 error (internal server failure).
Brian
02-07-2008, 09:00 AM
Did you make sure to edit the cmps_index.php file and add your forum path? Can you post the contents of that file here?
pcrat
02-24-2008, 09:29 PM
i get the same error.. im using this on my test server before uploading.. i know my path is right..
D:\site\www\forum
only a white page..
Brian
02-25-2008, 11:04 AM
Try changing the '\' backslashes in your path to '/'.
forumrunt
03-11-2008, 07:56 PM
me too just a blank page :(
www.lookingforadeal.com/boards/index.php
Brian
03-12-2008, 12:08 PM
Can you post the contents of your cmps_index.php file?
forumrunt
03-12-2008, 12:19 PM
<?php
// ++=========================================================================++
// || vBadvanced CMPS v3.0.0 (vB 3.6 - vB 3.7) - 70508
// || © 2003-2007 vBadvanced.com - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 17:39, Tue Mar 11th 2008
// || 766070508_405616017098
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
define('VBA_SCRIPT', 'CMPS');
// ============================================
c_html/forum
// ============================================
$forumpath = '/home/tramplea/public_html/lookingforadeal.com/boards/';
// ============================================
// 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);
?>
Brian
03-13-2008, 11:49 AM
Closing this since you've started a new thread regarding the same issue.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.