hmm kann mir einer weiterhelfen? wo liegt das problem? wie kann man es beheben?Could not insert new word matches
es wird zwar der post gesetzt aber nicht angezeigt als neue nachricht
bitte helft mir
danke gruss phil
hmm kann mir einer weiterhelfen? wo liegt das problem? wie kann man es beheben?Could not insert new word matches
Code: Alles auswählen
CREATE TABLE [b]phpbb_[/b]search_wordmatch (
post_id mediumint(8) UNSIGNED NOT NULL default '0',
word_id mediumint(8) UNSIGNED NOT NULL default '0',
title_match tinyint(1) NOT NULL default '0',
KEY word_id (word_id)
);
Code: Alles auswählen
Can't open file: 'phpbb_search_wordlist.MYD'. (errno: 145)