Letractively / phpbb3calendar

Automatically exported from code.google.com/p/phpbb3calendar
0 stars 0 forks source link

bbcode error #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When entering a post I get an error when I use a bbcode to change the color of 
the font.

SQL ERROR [ mysql4 ]

Data too long for column 'bbcode_uid' at row 1 [1406]

SQL

INSERT INTO phpbb_calendar (user_id, event_name, event_desc, event_groups, 
enable_bbcode, enable_html, enable_smilies, bbcode_uid, bbcode_bitfield, 
event_start_day, event_start_time) VALUES ('2', 'asdfasd', 
'[color=#00BF40:1jqjz8o9]asdfasfsfasafsfdasfdf[/color:1jqjz8o9]', '0', 1, 1, 1, 
'1jqjz8o9', 'Ag==', '2010-07-20', '02:00:00')

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: calendar_post.php
LINE: 199
CALL: dbal_mysql->sql_query()

Original issue reported on code.google.com by mwgi...@hotmail.com on 28 Jul 2010 at 3:26