In ACP->FORUMS->Edit forum and attempting to add an emoji to the forum name results in a GENERAL ERROR.
SQL ERROR [ mysqli ]
|
|
Incorrect string value: '\xF0\x9F\x92\x99' for column 'forum_name' at row 1 [1366]
|
|
SQL
|
|
UPDATE phpbb_forums SET parent_id = 1, forum_type = 1, forum_status = 0, forum_parents = '', forum_name = 'Your first forum (EMOJI removed because of Jira limitation) ', forum_link = '', forum_desc = '<r>Description of your first forum. <EMOJI seq=\"1f499\">💙</EMOJI></r>', forum_desc_uid = '', forum_desc_options = 7, forum_desc_bitfield = '', forum_rules = '', forum_rules_uid = '', forum_rules_options = 7, forum_rules_bitfield = '', forum_rules_link = '', forum_image = '', forum_style = 0, display_subforum_list = 1, display_on_index = 1, forum_topics_per_page = 0, enable_indexing = 1, enable_icons = 1, enable_prune = 0, enable_shadow_prune = 0, prune_days = 0, prune_viewed = 0, prune_freq = 0, prune_shadow_days = 7, prune_shadow_freq = 1, forum_flags = 48 WHERE forum_id = 2
|
|
BACKTRACE
|
|
FILE: (not given by php)
|
LINE: (not given by php)
|
CALL: msg_handler()
|
|
FILE: [ROOT]/phpbb/db/driver/driver.php
|
LINE: 999
|
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/acp/acp_forums.php
|
LINE: 1363
|
CALL: phpbb\db\driver\factory->sql_query()
|
|
FILE: [ROOT]/includes/acp/acp_forums.php
|
LINE: 199
|
CALL: acp_forums->update_forum_data()
|
|
FILE: [ROOT]/includes/functions_module.php
|
LINE: 676
|
CALL: acp_forums->main()
|
|
FILE: [ROOT]/adm/index.php
|
LINE: 82
|
CALL: p_master->load_active()
|