Hallo...
Diese Seite wo ich vorhin das Problem mit den Fehlermeldungen hatte scheint jetzt zu funktionierten
Jetzt hab ich eine 2. Seite (dupliziert) und nur den Inhalt geändert, jetzt hab ich schon wieder diese 2 Fehlermeldungen...
Code: Alles auswählen
<?php
/***************************************************************************
* faq.php
* -------------------
* begin : Sunday, Jul 8, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: faq.php,v 1.14.2.2 2004/07/11 16:46:15 acydburn Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_EIWEISS);
init_userprefs($userdata);
$page_title = 'Eiweischen Info';
include_once($phpbb_root_path . 'includes/page_header.'.$phpEx);
//
?>
und nach dem HTML natürlich noch
Code: Alles auswählen
<?php
include_once($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
Woran könnte das jetzt liegen?