Code: Alles auswählen
Fatal error: Call to undefined function: get_hangman_stats() in /www/htdocs/v132501/includes/page_header.php on line 639Die betreffenden Zeilen sehen so aus :
Und im Portal und im ACP erhalte ich diese Fehlermeldung :$hang_stats_count = NULL;
$hang_stats_left = NULL;
if (!defined('IN_HANGMAN'))
{
define('IN_HANGMAN',true);
include($phpbb_root_path.'includes/functions_hangman.php');
}
$hang_stats = get_hangman_stats();
$hang_stats_count = intval($hang_stats['count']);
$hang_stats_left = $hang_stats_count - intval($hang_stats['won']);
$template->assign_vars(array(
'SITENAME' => $board_config['sitename'],
'SITE_DESCRIPTION' => $board_config['site_desc'],
Code: Alles auswählen
Error in posting
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ' 1108792752, 36, 0, 0, 0, 0, 0, 0, 0, 0, 1)' at line 1
INSERT INTO plus_topics (topic_title, topic_desc, topic_poster, topic_time, forum_id, news_id, topic_status, topic_type, topic_calendar_time, topic_calendar_duration, topic_icon, topic_announce_duration, topic_vote, topic_quiz) VALUES ('Quiz Frage #33 ...', '', , 1108792752, 36, 0, 0, 0, 0, 0, 0, 0, 0, 1)
Line : 393
File : /www/htdocs/v132501/includes/functions_post.php