Aktuell ist als Typ BLOB eingetragen, als Wert soll eine Datei hochgeladen werden ("Durchsuchen"-Feld).
Code: Alles auswählen
SQL ERROR [ mysqli ]
Field 'post_edit_reason' doesn't have a default value [1364]
SQL
INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (3, 54, 0, '46.28.81.82', 1373747344, 1, 1, 1, 1, 1, '', 'Topic', 'Text', '75c48ac11e52b17e766d4c2beab59e8e', 0, '', '1p005iby', 1, 0, 16)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysqli.php
LINE: 182
CALL: dbal->sql_error()
FILE: [ROOT]/includes/functions_posting.php
LINE: 2000
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/posting.php
LINE: 1134
CALL: submit_post()