Seite 4 von 4

Verfasst: 16.10.2005 18:37
von henrik
hab die komplette zeile in der function_post.php

Code: Alles auswählen

$sql  = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_calendar_time, topic_calendar_duration, topic_vote) VALUES ('$post_subject', " . $userdata['user_id'] . ", $current_time, $forum_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_calendar_time, $topic_calendar_duration, $topic_vote)" : "UPDATE " . TOPICS_TABLE . " SET topic_title = '$post_subject', topic_type = $topic_type, topic_calendar_time = $topic_calendar_time, topic_calendar_duration = $topic_calendar_duration " . (($post_data['edit_vote'] || !empty($poll_title)) ? ", topic_vote = " . $topic_vote : "") . " WHERE topic_id = $topic_id";
		
wieder zurückgesetzt auf

Code: Alles auswählen

$sql  = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('$post_subject', " . $userdata['user_id'] . ", $current_time, $forum_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_vote)" : "UPDATE " . TOPICS_TABLE . " SET topic_title = '$post_subject', topic_type = $topic_type " . (($post_data['edit_vote'] || !empty($poll_title)) ? ", topic_vote = " . $topic_vote : "") . " WHERE topic_id = $topic_id";
in dieser version lief es noch, das war vor der topic kalender installation .. wenn ich die jetzt hochlade bekomme ich die gleiche fehlermeldung ..
kann es dann doch an der DB liegen .. ?? ..

Verfasst: 06.04.2008 22:21
von Masterkennie_01
Hallo allerseits,
ich habe den TCalendar nun auch händisch installiert und bekomme direkt auf der Startseite folgende Fehlermeldung:

Code: Alles auswählen

Warning: file_exists() [function.file-exists]: Unable to access in /home/www/htdocs/masterkennie.de/phpbb2/includes/class_calendar_init.php on line 48

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/masterkennie.de/phpbb2/includes/class_calendar_init.php:48) in /home/www/htdocs/masterkennie.de/phpbb2/includes/sessions.php on line 254

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/masterkennie.de/phpbb2/includes/class_calendar_init.php:48) in /home/www/htdocs/masterkennie.de/phpbb2/includes/sessions.php on line 255

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/masterkennie.de/phpbb2/includes/class_calendar_init.php:48) in /home/www/htdocs/masterkennie.de/phpbb2/includes/page_header.php on line 483

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/masterkennie.de/phpbb2/includes/class_calendar_init.php:48) in /home/www/htdocs/masterkennie.de/phpbb2/includes/page_header.php on line 485

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/masterkennie.de/phpbb2/includes/class_calendar_init.php:48) in /home/www/htdocs/masterkennie.de/phpbb2/includes/page_header.php on line 486
Die Fehlermeldung bzw. Warnung erscheint schon wenn man einfach nur die Index.php aufruft.

Eiloggen klappt einwandfrei, wenn ich aber ins ACP will kommt folgende Meldung:

Code: Alles auswählen

Warning: file_exists() [function.file-exists]: Unable to access in /home/www/htdocs/masterkennie.de/phpbb2/includes/class_calendar_init.php on line 48

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/masterkennie.de/phpbb2/includes/class_calendar_init.php:48) in /home/www/htdocs/masterkennie.de/phpbb2/includes/functions.php on line 951
Danke im Voraus für eure Hilfe, ich komm damit nicht wirklich klar.