PDA

View Full Version : Fatal error: Call to undefined function: print_portal_output


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

Andreas
01-24-2005, 04:55 PM
You installed CMPS incorrectly.
Carefully check all installation instructions again.

lfpm
01-24-2005, 05:00 PM
I fixed it, the problem was in the global.php
Mods, you can delete this topic if u want.