
http://www.numarc.ch/temp/functions_kb.php.txt
Code: Alles auswählen
add_kb_words($article_id, $row['article_body']);
Code: Alles auswählen
$AddMessage = stripslashes(prepare_message($row['article_body'], $html_on, $bbcode_on, $smilies_on, $bbcode_uid));
add_kb_words($article_id, $AddMessage);
Code: Alles auswählen
add_kb_words($article_id, $article_text);
Code: Alles auswählen
$AddMessage = stripslashes(prepare_message($article_text, $html_on, $bbcode_on, $smilies_on, $bbcode_uid));
add_kb_words($article_id, $AddMessage);
Code: Alles auswählen
Warning: main(./includes/functions_kb.php): failed to open stream: No such file or directory in /home/sites/partyboardv2.ch/wwwroot/kb.php on line 28
Warning: main(): Failed opening './includes/functions_kb.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/sites/partyboardv2.ch/wwwroot/kb.php on line 28
Warning: main(./includes/kb_header.php): failed to open stream: No such file or directory in /home/sites/partyboardv2.ch/wwwroot/kb.php on line 1147
Warning: main(): Failed opening './includes/kb_header.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/sites/partyboardv2.ch/wwwroot/kb.php on line 1147
Fatal error: Call to undefined function: get_kb_cat_index() in /home/sites/partyboardv2.ch/wwwroot/kb.php on line 1158
Der findet die "functions_kb.php" nicht. Das kann doch nicht an dem Code liegen den du eingebaut hast.Warning: main(./includes/functions_kb.php): failed to open stream: No such file or directory in /home/sites/partyboardv2.ch/wwwroot/kb.php on line 28
Code: Alles auswählen
phpBB : Kritischer Fehler
Could not query config information in kb_config
DEBUG MODE
SQL Error : 1146 Table 'partyboardT.phpbb_kb_config' doesn't exist
SELECT * FROM phpbb_kb_config
Line : 38
File : /home/sites/partyboardv2.ch/wwwroot/includes/kb_header.php
Code: Alles auswählen
partyboardT.phpbb_kb_config
Code: Alles auswählen
partyboardT.KB_CONFIG_TABLE
Code: Alles auswählen
Could not insert new word matches
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '[b:94c6725c77]Kategorie:[/b:94c6725c77] 1 Test Category 1 [b:94
INSERT IGNORE INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT [b:94c6725c77]Kategorie:[/b:94c6725c77] 1 Test Category 1 [b:94c6725c77]Type:[/b:94c6725c77] Test Type 1 [b:94c6725c77]Article Name:[/b:94c6725c77] Test numarc [b:94c6725c77]Autor:[/b:94c6725c77] nuMarc [b:94c6725c77]Description:[/b:94c6725c77] [b:94c6725c77][url=http://www.partyboard.ch/kb.php?mode=article&k=2]>>Read Full Article[/url][/b:94c6725c77], word_id, 0 FROM phpbb_search_wordlist WHERE word_text IN ('test', 'numarc')
Line : 249
File : /home/sites/partyboardv2.ch/wwwroot/includes/functions_search.php