AndyLee
19.09.2005, 20:11
Unser Forum (http://www.budo-board.com) soll eigentlich ein Portal vorangestellt werden. Um es (das Portal) besser und stressfreier einstellen zu können, haben wir ihm eine extra Adresse gegeben, also www.budo-board.com/index2.php.
Das Problem ist, dass beim Aufruf der index2.php folgende Fehlermeldung angezeigt wird:
Fatal error: Call to undefined function: print_portal_output() in /srv/www/htdocs/web15/html/forum/index2.php on line 35
Der Inhalt der index2.php sieht folgendermaßen aus, wobei ich die in der Fehlermeldung angegebene "line 35" rot gekennzeichnet habe:
<?php
// ++=========================================================================++
// || vBadvanced CMPS v2.0 RC2 (vB 3.0.x) - 17894
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 18:22, Thu Sep 1st 2005
// ||
// ++ ========================================================================++
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
// ============================================
chdir('.');
// ============================================
// No Further Editing Necessary!
// ============================================
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./global.php');
print_portal_output($home);
?>
Frage: Wo ist das Problem, wie können wir das Portal wieder erreichen?
Das Problem ist, dass beim Aufruf der index2.php folgende Fehlermeldung angezeigt wird:
Fatal error: Call to undefined function: print_portal_output() in /srv/www/htdocs/web15/html/forum/index2.php on line 35
Der Inhalt der index2.php sieht folgendermaßen aus, wobei ich die in der Fehlermeldung angegebene "line 35" rot gekennzeichnet habe:
<?php
// ++=========================================================================++
// || vBadvanced CMPS v2.0 RC2 (vB 3.0.x) - 17894
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 18:22, Thu Sep 1st 2005
// ||
// ++ ========================================================================++
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
// ============================================
chdir('.');
// ============================================
// No Further Editing Necessary!
// ============================================
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./global.php');
print_portal_output($home);
?>
Frage: Wo ist das Problem, wie können wir das Portal wieder erreichen?