Thread Software error: DBD::mysql::st execute failed (4 answers)
Opened by Gast at 2005-03-17 09:22

Flotsche
 2005-03-17 10:02
#4654 #4654
User since
2005-03-17
2 Artikel
BenutzerIn
[default_avatar]
finde den connect irgendwie nicht
bei mir gibt es ein attachment.cgi mit dem SQL Befehl:
Code: (dl )
1
2
SendSQL("INSERT INTO attachments (bug_id, creation_ts, filename, description, mimetype, ispatch, isprivate, submitter_id, thedata) 
VALUES ($::FORM{'bugid'}, $sql_timestamp, $filename, $description, $contenttype, $::FORM{'ispatch'}, $isprivate, $::userid, $thedata)");
soll wenn ich das reconnect dahinter einbaue funktioniert das auch nicht.

Wo könnte das connect script sein? Weißt du das?

View full thread Software error: DBD::mysql::st execute failed