Newthread.php Prob

YujinX
Also ich hab eben BEdankomat was normal für das WBB 2.3.2 gedacht ist bei mir im wbb 2.2.2 eingebaut.Das forum ist ganz,aber wenn ich nen neues Thema erstellen will kommt es zu problemen bzw. gibts nen MYsql Fehler..Mehr findet ihr unten

Problembeschreibung:
Problem nach Bedankomat einbau

Fehlermeldung:
Zitat:
SQL-DATABASE ERROR

Database error in WoltLab Burning Board (2.2.2): Invalid SQL: INSERT INTO bb3_threads (boardid,prefix,topic,iconid,starttime,starterid,starter,lastposttime,lastp
osterid,lastposter,attachments,pollid,important,visible,thxbot) VALUES ('3','','d','0','1149442290','1','YujinX','1149442290','1','YujinX','0','0'
,'0','1','1')
mysql error: Unknown column 'thxbot' in 'field list'
mysql error number: 1054
mysql version: 4.0.23-Max-log
php version: 4.4.1
Date: 04.06.2006 @ 19:31
Script: /newthread.php
Referer: http://7s-board.com/newthread.php?boardid=3


Link zum Forum oder Screenshot:
http://www.directupload.net/show/d/718/R4gn9cVM.jpg

Was wurde zuletzt geändert oder eingebaut?
Bedankomat (wbb 2.3.2)
Crashy
du hast die install datei nicht ausgeführt
YujinX
da gabs leider keine install datei.Ich habe den Bedankomat von
maddin und da gabs nur eine Anleitung und eine thx.lng,was ich auch schon importiert hab
Crashy
Zitat:
Original von YujinX
da gabs leider keine install datei.Ich habe den Bedankomat von
maddin und da gabs nur eine Anleitung und eine thx.lng,was ich auch schon importiert hab
stand da was von sql abfrage und von ausführen?
YujinX
Jap,da stand
ALTER TABLE `bb1_threads` ADD `thxbot` INT( 1 ) NOT NULL ;

CREATE TABLE `bb1_thxthreads` (
`threadid` INT( 11 ) UNSIGNED NOT NULL ,
`userids` TEXT NOT NULL ,
PRIMARY KEY ( `threadid` )
);

hab ich im ACP auch gemacht


das alles habe ich im bereich eingegeben.
Crashy
führe mal eins nach dem andern aus erst das

ALTER TABLE `bb1_threads` ADD `thxbot` INT( 1 ) NOT NULL ;


dann das andere smile
YujinX
habs gemacht,bringt leider auch nix

Zitat:
SQL-DATABASE ERROR

Database error in WoltLab Burning Board (2.2.2): Invalid SQL: INSERT INTO bb3_threads (boardid,prefix,topic,iconid,starttime,starterid,starter,lastposttime,lastp
osterid,lastposter,attachments,pollid,important,visible,thxbot) VALUES ('3','','asfd','0','1149443279','1','YujinX','1149443279','1','YujinX','0',
'0','0','1','0')
mysql error: Unknown column 'thxbot' in 'field list'
mysql error number: 1054
mysql version: 4.0.23-Max-log
php version: 4.4.1
Date: 04.06.2006 @ 19:47
Script: /newthread.php
Referer: [URL][/URL]
Crashy
mmh alles klar versuch mal

ALTER TABLE `bb3_threads` ADD `thxbot` INT( 1 ) NOT NULL ;


die forennummer musste angepasst werden smile
YujinX
also neue threads kann ich jetzt erstellen aber wenn ich bei BEdankomat auf "Ja" klicke und dann auf neues thema klcike

Zitat:
SQL-DATABASE ERROR

Database error in WoltLab Burning Board (2.2.2): Invalid SQL: SELECT `userids` FROM `bb3_thxthreads` WHERE `threadid`='32'
mysql error: Table 'd002ecc1.bb3_thxthreads' doesn't exist
mysql error number: 1146
mysql version: 4.0.23-Max-log
php version: 4.4.1
Date: 04.06.2006 @ 19:54
Script: /thread.php?threadid=32
Referer: [URL][/URL]
Crashy
dann führe zu guter letzt das aus

CREATE TABLE `bb3_thxthreads` (
`threadid` INT( 11 ) UNSIGNED NOT NULL ,
`userids` TEXT NOT NULL ,
PRIMARY KEY ( `threadid` )
);
YujinX
hmm Jetzt funzt alles ^^ aber obwohl ich angeklickt hab das bedankomat angezeigt werden soll wirds nicht angezeigt,sondern nur mein post mit Hide Hack


EDIT:Nochmal ser sehr vielen Dank für deine Hilfe,echt bomben Support hier.Ich habs mitm BEdanko hingekreigt Freude