增加 BBCode 超過128個..就會出現錯誤訊息..
發表於 : 2010-04-23 19:14
一般性錯誤
SQL ERROR [ mysql4 ]
Out of range value adjusted for column 'bbcode_id' at row 1 [1264]
SQL
INSERT INTO phpbb_bbcodes (bbcode_tag, bbcode_match, bbcode_tpl, display_on_posting, bbcode_helpline, first_pass_match, first_pass_replace, second_pass_match, second_pass_replace, bbcode_id) VALUES ('highlight=', '[highlight={COLOR}]{TEXT}[/highlight]', '', 0, '', '!\\[highlight\\=([a-z]+|#[0-9abcdef]+)\\](.*?)\\[/highlight\\]!ies', '\'[highlight=${1}:$uid]\'.str_replace(array(\"\\r\\n\", \'\\\"\', \'\\\'\', \'(\', \')\'), array(\"\\n\", \'\"\', \''\', \'(\', \')\'), trim(\'${2}\')).\'[/highlight:$uid]\'', '!\\[highlight\\=([a-zA-Z]+|#[0-9abcdefABCDEF]+):$uid\\](.*?)\\[/highlight:$uid\\]!s', '', 128)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/acp/acp_bbcodes.php
LINE: 220
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_bbcodes->main()
請問..這個有甚麼方法可解.好像只能到127個的樣子..在自行定義 BBCode新增 增加 BBCode 超過128個..就會出現錯誤訊息..
只是問看看..因為實在還找不出方法..
我只是興趣架站..下班後無聊打發時間..
SQL ERROR [ mysql4 ]
Out of range value adjusted for column 'bbcode_id' at row 1 [1264]
SQL
INSERT INTO phpbb_bbcodes (bbcode_tag, bbcode_match, bbcode_tpl, display_on_posting, bbcode_helpline, first_pass_match, first_pass_replace, second_pass_match, second_pass_replace, bbcode_id) VALUES ('highlight=', '[highlight={COLOR}]{TEXT}[/highlight]', '', 0, '', '!\\[highlight\\=([a-z]+|#[0-9abcdef]+)\\](.*?)\\[/highlight\\]!ies', '\'[highlight=${1}:$uid]\'.str_replace(array(\"\\r\\n\", \'\\\"\', \'\\\'\', \'(\', \')\'), array(\"\\n\", \'\"\', \''\', \'(\', \')\'), trim(\'${2}\')).\'[/highlight:$uid]\'', '!\\[highlight\\=([a-zA-Z]+|#[0-9abcdefABCDEF]+):$uid\\](.*?)\\[/highlight:$uid\\]!s', '', 128)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/acp/acp_bbcodes.php
LINE: 220
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_bbcodes->main()
請問..這個有甚麼方法可解.好像只能到127個的樣子..在自行定義 BBCode新增 增加 BBCode 超過128個..就會出現錯誤訊息..
只是問看看..因為實在還找不出方法..
我只是興趣架站..下班後無聊打發時間..