vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 04-07-2006, 02:34 PM
the-chad the-chad is offline
Junior Member
 
Join Date: Jan 2005
Posts: 3
Default print_portal_output($home); Error

PHP Code:
Fatal errorCall to undefined function: print_portal_output() in /homepages/18/d117741316/htdocs/BeastToast/forum/cmps_index.php on line 44 
I followed all the instructions...

I get this when i go to the cmps_index.php

Code:
<?php
// ++=========================================================================++
// || vBadvanced CMPS v2.1.0 (vB 3.5) - 8266
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 10:08, Fri Apr 7th 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 = '/kunden/homepages/18/d117741316/htdocs/BeastToast/forum';

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

?>

http://www.beasttoast.com/forum/forumpath.php

Last edited by the-chad; 04-09-2006 at 05:15 PM.
Reply With Quote
  #2  
Old 04-09-2006, 04:25 PM
the-chad the-chad is offline
Junior Member
 
Join Date: Jan 2005
Posts: 3
Default Re: print_portal_output($home); Error

Anyone???

http://www.beasttoast.com/forum/cmps_index.php
Reply With Quote
Reply


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
Fatal error: Call to undefined function: print_portal_output() mholtum Troubleshooting & Problems 3 02-27-2006 10:56 PM
Fatal error: Call to undefined function: print_portal_output() Help!!! :( LFFPicard Troubleshooting & Problems 1 07-25-2005 06:55 PM
Fatal error: Call to undefined function: print_portal_output() in /home/kid69sta/publ bmroyer Troubleshooting / "How do I..." Questions 2 01-10-2005 07:34 PM
Fatal error: Call to undefined function: print_portal_output() in /home/kid69sta/publ bmroyer Troubleshooting / "How do I..." Questions 6 12-10-2004 02:50 PM


All times are GMT -4. The time now is 09:50 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.