Jeśli wątek jest w niewłaściwym dziale, to proszę o przeniesienie.
Mam problem z pisaniem wątków na moim forum. Mam tam najnowszą wersję phpBB 3.0.10 i gdy chciałem dziś napisać nowy wątek, to po kliknięciu Wyślij wyskoczył mi ten błąd:
Kod: Zaznacz cały
SQL ERROR [ mysqli ]
Incorrect string value: '\xC4\x99zyk ...' for column 'post_text' at row 1 [1366]
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 (2, 2, 8, '<moje IP>', 1336397580, 1, 1,
1, 1, 1, '', '<tytuł wątku>', '<treść wątku>\n\n<treść wątku>\n<treść wątku>\n<treść wątku>\n<treść wątku>', '939ada69faceaf29d9ca97ccb4eeb022', 0, '', 'pa483few', 1, 0, 2)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_posting.php
LINE: 2000
CALL: dbal_mysqli->sql_query()
FILE: posting.php
LINE: 1143
CALL: submit_post()