Erreur généraleSQL ERROR [ mysqli ]Field 'topic_first_poster_rank_img' doesn't have a default value [1364]SQLINSERT INTO phpbb_topics (topic_poster, topic_time, topic_last_view_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment) VALUES (2, 1280310913, 1280310913, 3, 0, 1, 'test', 'dante666', 'AA0000', 0, 0, 0)BACKTRACEFILE: includes/db/mysqli.phpLINE: 163CALL: dbal->sql_error()FILE: includes/functions_posting.phpLINE: 1964CALL: dbal_mysqli->sql_query()FILE: posting.phpLINE: 1108CALL: submit_post()
$post_approved = $sql_data[POSTS_TABLE]['sql']['post_approved'];$topic_row = array();
get_user_rank_4others($user->data['user_rank'], $user->data['user_posts'], $rankx_title, $rankx_img, $rankx_img_src); // for PBWoW$rankx_img_src = pathinfo($rankx_img_src); // for PBWoW$rankx_img_src = $rankx_img_src['basename']; // for PBWoW
topic_first_poster_colour' => $user->data['user_colour'],
'topic_first_poster_rank_img' => (isset( $rankx_img_src )) ? $rankx_img_src : '', // for PBWoW'topic_first_poster_rank_title' => (isset( $rankx_title )) ? $rankx_title : '', // for PBWoW