Running this code
Code: Select all
<?php
$rootdir = $_SERVER['DOCUMENT_ROOT'];
// includes for nav menu
include ($rootdir.'/phpwcms/config/phpwcms/conf.template_default.inc.php');
require ($rootdir.'/phpwcms/include/inc_front/front.func.inc.php');
require ($rootdir.'/phpwcms/config/phpwcms/conf.inc.php');
require ($rootdir.'/phpwcms/include/inc_lib/default.inc.php');
// create menu
$dstruct = get_struct_data ($db, '', '');
$navmenu = nav_table_struct($dstruct,"",$template_default["nav_table_struct"], "/phpwcms/index.php");
?>
Code: Select all
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 719
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 720
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 723
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 724
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 725
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 726
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 727
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 728
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 729
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 730
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 731
Notice: Undefined index: indexpage in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 732
Notice: Use of undefined constant VISIBLE_MODE - assumed 'VISIBLE_MODE' in /www/htdocs/v123456/phpwcms/include/inc_front/front.func.inc.php on line 736
*****
Ich hoffe, dieses ist der richtige Platz um mein Problem zu schildern.
Bei Aufruf der obigen php-Datei zeigt der Browser mir die beschriebenen Fehlermeldungen. Was mache ich falsch?
Wer hat einen Tipp für mich?
Voro