Die Suche ergab 2 Treffer

von WoD-Shadow
Fr 29.Okt, 2004 20:03
Forum: phpBB 2.x
Thema: [Add-On + Fix] Bedankomat
Antworten: 181
Zugriffe: 54431

folgendes: als ich CREATE TABLE `` (
`thx_id` smallint(11) NOT NULL auto_increment,
`user_id` smallint(11) NOT NULL default '0',
`topic_id` smallint(11) NOT NULL default '0',
PRIMARY KEY (`thx_id`)
) TYPE=MyISAM;

eingefügt habe kam der fehler (siehe oben)

dann habe ich anstatt phpbb ...
von WoD-Shadow
Fr 29.Okt, 2004 15:59
Forum: phpBB 2.x
Thema: [Add-On + Fix] Bedankomat
Antworten: 181
Zugriffe: 54431

problem!

wenn ich einen topic aufmachen will kommt:

Could not obtain topic-bedankomat information

DEBUG MODE

SQL Error : 1146 Table 'usr_web15_1.phpbb2_bedankomat' doesn't exist

SELECT b.user_id, b.topic_id, u.username FROM phpbb2_bedankomat b, phpbb2_users u WHERE (b.user_id = u.user_id) AND (b ...