PDA

View Full Version : Migrated to another website


nuvar
03-16-2008, 02:31 PM
Now VBadvanced cant seem to work. Even after I changed the forumpath.

My site is at lifecope.com

My forumpath.php is at lifecope.com/forums/forumpath.php

wonder whats wrong, can please help?

nuvar
03-16-2008, 02:41 PM
i dont understand why does my forum path still read

/home/limeroll/domains/lifecope.com/public_html/forums

even though I moved to lifecope.com from limeroll.com, but it still has 'limeroll' in the forum path?

can someone explain plz? im rather new to this thanks.

Our Sponsors
 

bobster65
03-16-2008, 02:59 PM
i dont understand why does my forum path still read

/home/limeroll/domains/lifecope.com/public_html/forums

even though I moved to lifecope.com from limeroll.com, but it still has 'limeroll' in the forum path?

can someone explain plz? im rather new to this thanks.

that setting is in your config.php file. Did you edit that when you moved your site to the new host?

nuvar
03-16-2008, 03:13 PM
i did not edit it, so what must i do now?

Our Sponsors
 

nuvar
03-17-2008, 12:52 AM
Can someone help? Thanks. Do I need to edit the config.php ?

Otherwise I have to reinstall all my stuff?

Brian
03-17-2008, 12:32 PM
What exactly is the problem with the CMPS? Can you post a link to your cmps_index.php file (or whatever you've renamed it to)? Can you also post the contents of that file here?

nuvar
03-17-2008, 12:56 PM
<?php
// ++=========================================================================++
// || vBadvanced CMPS v3.0.0 (vB 3.6 - vB 3.7) - 71065
// || © 2003-2007 vBadvanced.com - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 08:57, Wed Feb 27th 2008
// || 217071065_403536016134
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
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/limeroll/domains/lifecope.com/public_html/forums';

// ============================================
// 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);

?>

nuvar
03-17-2008, 01:01 PM
I still get this error:

Cannot find "http://lifecope.com/install.php?reason=invalid_vb_dir"

when i try to access the page

nuvar
03-17-2008, 01:06 PM
Now I checked my admincp and realised that I deleted the VBA plugin earlier because I couldnt fix it. How do I reinstall it back?

Brian
03-17-2008, 01:30 PM
I still get this error:

Cannot find "http://lifecope.com/install.php?reason=invalid_vb_dir"

when i try to access the page

That would not be from the default CMPS. At this point you may be better off just un-installing and then re-installing.