HHIILLFFEE
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
HHIILLFFEE
Bei mir kommt immer:
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/sessions.php on line 182
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/sessions.php on line 183
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/sessions.php on line 182
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/sessions.php on line 183
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/functions.php on line 723
Was soll ich machen? Kann mir jemand helfen?
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/sessions.php on line 182
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/sessions.php on line 183
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/sessions.php on line 182
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/sessions.php on line 183
Warning: Cannot add header information - headers already sent by (output started at /home/www/web246/html/phpBB2/includes/constants.php:183) in /home/www/web246/html/phpBB2/includes/functions.php on line 723
Was soll ich machen? Kann mir jemand helfen?
// Table names
define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
define('BANLIST_TABLE', $table_prefix.'banlist');
define('CATEGORIES_TABLE', $table_prefix.'categories');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUMS_TABLE', $table_prefix.'forums');
define('GROUPS_TABLE', $table_prefix.'groups');
define('POSTS_TABLE', $table_prefix.'posts');
define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');
define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');
define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');
define('PRUNE_TABLE', $table_prefix.'forum_prune');
define('RANKS_TABLE', $table_prefix.'ranks');
define('SEARCH_TABLE', $table_prefix.'search_results');
define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');
define('SESSIONS_TABLE', $table_prefix.'sessions');
define('SMILIES_TABLE', $table_prefix.'smilies');
define('THEMES_TABLE', $table_prefix.'themes');
define('THEMES_NAME_TABLE', $table_prefix.'themes_name');
define('TOPICS_TABLE', $table_prefix.'topics');
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');
define('WORDS_TABLE', $table_prefix.'words');
define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');
define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
?>
define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
define('BANLIST_TABLE', $table_prefix.'banlist');
define('CATEGORIES_TABLE', $table_prefix.'categories');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUMS_TABLE', $table_prefix.'forums');
define('GROUPS_TABLE', $table_prefix.'groups');
define('POSTS_TABLE', $table_prefix.'posts');
define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');
define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');
define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');
define('PRUNE_TABLE', $table_prefix.'forum_prune');
define('RANKS_TABLE', $table_prefix.'ranks');
define('SEARCH_TABLE', $table_prefix.'search_results');
define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');
define('SESSIONS_TABLE', $table_prefix.'sessions');
define('SMILIES_TABLE', $table_prefix.'smilies');
define('THEMES_TABLE', $table_prefix.'themes');
define('THEMES_NAME_TABLE', $table_prefix.'themes_name');
define('TOPICS_TABLE', $table_prefix.'topics');
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');
define('WORDS_TABLE', $table_prefix.'words');
define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');
define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
?>
-
Gast
Und hier ist der Link zu constants.txt:
http://web246.webhostaccount.de/Neu%20Textdokument.txt
http://web246.webhostaccount.de/Neu%20Textdokument.txt