The Arcive of vBulletin Modifications Site. |
|
Fatal error: Call to undefined function: print_portal_output Details »»
|
|||||||||||||||||||||||||||
|
Fatal error: Call to undefined function: print_portal_output
Developer Last Online: Apr 2015
Here is the problem
http://www.lfpm.org/cmps_index.php I searched in the forum but no answer, what is the solution? Code:
<?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 Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
You installed CMPS incorrectly.
Carefully check all installation instructions again. |
|
#3
|
|||
|
|||
|
I fixed it, the problem was in the global.php
Mods, you can delete this topic if u want. |
![]() |
|
|