PDA

View Full Version : vb advanced errors


wock
06-06-2004, 09:01 AM
edited index have in stalled everything but when i try to ru it i get
Fatal error: Call to undefined function: print_portal_output() in /home/concorde/public_html/index.php on line 27

ive pasted a copy of my index file
?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0 RC2 ||
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved ||
// || This file may not be redistributed in whole or significant part. ||
// || http://vbadvanced.com ||
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);

// ============================================
// /home/concorde/public_html/forums
// Example: /home/vbadvanced/public_html/forum
// ============================================

chdir('./forums');

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

require_once('./global.php');

print_portal_output($home);

?>

Brian
06-06-2004, 10:46 AM
It looks like you didn't make the changes to your global.php file.

Our Sponsors
 

wock
06-06-2004, 12:15 PM
ive edited that ive also installed vBadvanced Homepage version 1.1
but in control pannel when i go to edit modules i get
Warning: opendir(./modules): failed to open dir: No such file or directory in /home/concorde/public_html/forums/admincp/vba_cmps_admin.php on line 555

Warning: readdir(): supplied argument is not a valid Directory resource in /home/concorde/public_html/forums/admincp/vba_cmps_admin.php on line 556

Warning: closedir(): supplied argument is not a valid Directory resource in /home/concorde/public_html/forums/admincp/vba_cmps_admin.php on line 564

then edit modules opions under neath
also i cant stop it displaying threds from restricted forums

Brian
06-06-2004, 12:27 PM
Would you mind just filling out a support ticket via the Members Area here so I can have a look?

Our Sponsors
 

zennifer
06-10-2004, 12:38 AM
I have the same error.

zennifer
06-10-2004, 12:42 AM
Never mind. I re-edited my global.php file from a clean file and that worked.