lfpm
01-24-2005, 04:28 PM
Here is the problem
http://www.lfpm.org/cmps_index.php
I searched in the forum but no answer, what is the solution?
<?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);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('/home/lfpm/public_html/forum');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output ($home);
?>
Fatal error: Call to undefined function: print_portal_output() in /home/lfpm/public_html/cmps_index.php on line 27
http://www.lfpm.org/cmps_index.php
I searched in the forum but no answer, what is the solution?
<?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);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('/home/lfpm/public_html/forum');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output ($home);
?>
Fatal error: Call to undefined function: print_portal_output() in /home/lfpm/public_html/cmps_index.php on line 27