Viewing Issue Advanced Details Jump to Notes ] << ] >> ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000060 [phpBBGarage] General minor always 2008-03-06 09:56 2008-10-06 04:19
Reporter nickweb View Status public  
Assigned To poyntesm
Priority normal Resolution fixed Platform
Status resolved   OS
Projection none   OS Version
ETA none Fixed in Version 2.0.B4 Product Version 2.0.B3
  Target Version 2.0.B4 Product Build
Summary 0000060: Blog write fails - sql error.
Description When trying to create a blog entry - a mysql error is produced.

General Error
SQL ERROR [ mysql4 ]

Unknown column 'bbcode_flags' in 'field list' [1054]

SQL

INSERT INTO phpbb_garage_blog (vehicle_id, user_id, blog_title, blog_text, blog_date, bbcode_bitfield, bbcode_uid, bbcode_flags) VALUES ('141', '2', 'test', 'this is a test blog!', 1204818958, '', '', 7)

BACKTRACE

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

FILE: includes/mods/class_garage_blog.php
LINE: 47
CALL: dbal_mysql->sql_query()

FILE: garage_blog.php
LINE: 108
CALL: garage_blog->insert_blog()
Steps To Reproduce
Additional Information
Tags No tags attached.
Attached Files

- Relationships
has duplicate 0000084resolvedpoyntesm Add Blog Entry 

-  Notes
(0000079)
roblom (reporter)
2008-03-06 12:06

See also issue 0000024
(0000149)
poyntesm (administrator)
2008-10-06 04:19

r577 fixed adding/editting/deleting blog entries. Also URL/SMILEY/BBCODE for blogs are now settings in the ACP rather than just BBCODE

- Issue History
Date Modified Username Field Change
2008-03-06 09:56 nickweb New Issue
2008-03-06 12:06 roblom Note Added: 0000079
2008-09-29 12:50 poyntesm Relationship added has duplicate 0000084
2008-09-30 10:25 poyntesm Assigned To => poyntesm
2008-09-30 10:25 poyntesm Status new => assigned
2008-09-30 10:30 poyntesm Target Version => 2.0.B4
2008-10-06 04:19 poyntesm Status assigned => resolved
2008-10-06 04:19 poyntesm Fixed in Version => 2.0.B4
2008-10-06 04:19 poyntesm Resolution open => fixed
2008-10-06 04:19 poyntesm Note Added: 0000149
cron