Code: Select all
Erreur générale
SQL ERROR [ mysqli ]
Column 'is_anonymous' cannot be null [1048]
SQL
INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_visibility, 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, user_agent, is_anonymous, topic_id) VALUES (299, 48, 0, '213.245.90.35', 1560433059, 0, 1, 1, 1, 1, '', 'si je teste une extension', '<t>si je teste une extension</t>', 'acf7a27ab43006628f88c2a70e9bf20e', 0, '', '', 1, 0, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0', NULL, 1283)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 997
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/includes/functions_posting.php
LINE: 1895
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/phpbb/ideas/factory/ideas.php
LINE: 661
CALL: submit_post()
FILE: [ROOT]/ext/phpbb/ideas/controller/post_controller.php
LINE: 53
CALL: phpbb\ideas\factory\ideas->submit()
FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 135
CALL: phpbb\ideas\controller\post_controller->post()
FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 57
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()
FILE: [ROOT]/app.php
LINE: 35
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()