vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 06-14-2006, 07:22 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Troubles All Around

First off, I have to apologize: I really don't know what I'm doing, and this is leading to a myriad of problems.

1. How do I get the page I "created" in the CMPS page of my AdminCP to actually show up on my site?
2. I have changed my .php file to follow these instructions:

In your cmps_index.php file:

Open your cmps_index.php file in this folder and find:
$forumpath = '';;

Add the full path to your forum between the '' marks, so that it looks like this:
$forumpath = '/home/yoursite/public_html/forums';


I did that. It was wrong at first, but I found out what my forum path was: $forumpath = '/home/content/D/C/a/DCanes/html'

Now, when I visit http://www.bipolarnation.com/cmps_index.php, it says this:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/content/D/C/a/DCanes/html/cmps_index.php on line 2

Parse error: parse error, unexpected T_STRING in /home/content/D/C/a/DCanes/html/cmps_index.php on line 2


So, at this point, I'm lost. Thanks in advance for your help.
  #2  
Old 06-15-2006, 12:44 AM
Zachery's Avatar
Zachery Zachery is offline
Super Moderator
 
Join Date: Jan 2004
Posts: 3,157
Default Re: Troubles All Around

what are the first 10 lines of your cmps_index.php file.
__________________
Zachery
vBadvanced Support & SysAdmin

  #3  
Old 06-15-2006, 11:50 AM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

Here's the whole thing:

<?php
// ++=========================================================================++
// || vBadvanced CMPS v2.1.0 (vB 3.5) - 36421
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 16:39, Wed Jun 14th 2006
// ||
// ++ ========================================================================++

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 = '/home/content/D/C/a/DCanes/html';

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

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  
Old 06-15-2006, 02:17 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

Someone suggested that it looked like I had mis-installed everything onto my folders. Not sure if that's applicable.
  #5  
Old 06-15-2006, 02:26 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

So I've checked the installation, and it looks like I've installed everything as I needed to. I just have no idea what's going on.
  #6  
Old 06-15-2006, 02:29 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

I've also fixed the cmps php and it gives the right forum path right now, as far as I know:

/home/content/D/C/a/DCanes/html/forums
  #7  
Old 06-15-2006, 03:08 PM
Zachery's Avatar
Zachery Zachery is offline
Super Moderator
 
Join Date: Jan 2004
Posts: 3,157
Default Re: Troubles All Around

What editor are you using to edit your cmps_index.php file with?
__________________
Zachery
vBadvanced Support & SysAdmin

  #8  
Old 06-15-2006, 03:14 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

Wordpad - it's the only one that seems to work.
  #9  
Old 06-15-2006, 03:28 PM
Zachery's Avatar
Zachery Zachery is offline
Super Moderator
 
Join Date: Jan 2004
Posts: 3,157
Default Re: Troubles All Around

Can you open a ticket and provide ftp and an admincp login?
__________________
Zachery
vBadvanced Support & SysAdmin

  #10  
Old 06-15-2006, 04:00 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

I PMed you with the info.
  #11  
Old 06-15-2006, 05:52 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

What is the problem?
  #12  
Old 06-15-2006, 08:11 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

What seems to be the problem? I love vBulletin and how it works, but the setup process is a very difficult one. I'd like to hear how things are working, and what I need to do to get my site going before Friday night.
  #13  
Old 06-16-2006, 03:28 AM
Zachery's Avatar
Zachery Zachery is offline
Super Moderator
 
Join Date: Jan 2004
Posts: 3,157
Default Re: Troubles All Around

Sorry, I get tons of pm's daily and I generally don't check them right away, tickets are the best way to provide info here. I'll take a look as soon as I can.
__________________
Zachery
vBadvanced Support & SysAdmin

  #14  
Old 06-16-2006, 10:45 AM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

Ok, thank you.
  #15  
Old 06-16-2006, 09:19 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

I hope that this problem can be solved in a week. I'm going on vacation tommorow morning, and won't be back until then, and I wanted a re-vamped main site for myself by then.

Thank you for your help and support.

Dan K
  #16  
Old 06-24-2006, 08:49 PM
Dan Kenitz Dan Kenitz is offline
Junior Member
 
Join Date: Jun 2006
Posts: 28
Default Re: Troubles All Around

It's been a week, to no avail!

I am very anxious to set up my website with VBadvanced, and have no clue as to what the problem could possibly be (see above). Any help?
 


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
Troubles with News Frehley Troubleshooting / "How do I..." Questions 2 07-29-2005 07:31 AM
Table troubles caislander Troubleshooting & Problems 1 09-28-2004 01:32 PM
Right Block troubles... GiJoe Troubleshooting / "How do I..." Questions 2 08-25-2004 01:48 PM


All times are GMT -4. The time now is 07:28 AM.

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.