And I see the GuestBook not work... Normal or not ?
Scuse for all questions but I think it can help for a faster release version...

Code: Select all
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 ('1', '217', 'test', 'test', 1202314207, '', '', 7)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->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()
Code: Select all
SQL ERROR [ mysql4 ]
Incorrect integer value: '' for column 'engine_type' at row 1 [1366]
../styles/xxx/imageset/en/imageset.cfg not edited I think...Olcia wrote:Thanks for Mod
I have a little problem - there isn't display up on "My Vehicle" on board page image and link for add vehicles.
And I don't have any buttons in "Manage vehicle actions"
This problem i have in another language
Could anybody help me ?
Code: Select all
.....garage.php?mode=dispay_results&username=moifest
Code: Select all
.....garage.php?mode=display_results&username=moifest
General Error wrote: 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 ('2', '2', 'My Blog', 'You guys can start your own Blog, but it won't get started unless you start it.', 1202440814, '', '', 7)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->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()
jpleslie1 wrote:Dave, I'm unable to add an entry to the dropdown list for "Installed by" in the Interior Mod. When I click the "here" link where it says "don't see it, click here", I get thrown out of of the garage altogether back to the main Index.
Also any way to delete repeats of the same entry in the dropdown lists? Or is that something you have to do?
tffnguy wrote:That's weird. I just added several options and didn't have any trouble at all doing it. What browser and opperating system are you using?
Jeff Thomas wrote:I'm getting thrown out of the garage too when I click "here". I wanted to split Cooling category like Jim split Brakes. I'm using XP Professional 2002 w/service pack 2.
jpleslie1 wrote:It didn't do it last week, but is today.tffnguy wrote:That's weird. I just added several options and didn't have any trouble at all doing it. What browser and opperating system are you using?
I'm running XP Pro / SP2 / IE7. Everything else on here works fine so far that I've tried.
tffnguy wrote:Do either one of you have FireFox that you could try it with? I have changed a few settings, but nothing that should have caused that. I guess I need to start taking notes on any changes I make.
Jeff Thomas wrote:Its working with IE7. I was clicking on the pencil icon in the table instead of "Add Modification" icon at the top of the screen. I did go ahead and installed Firefox and it looks a lot different than IE7. The top icons are stacked in 2 columns using FF whereas IE they are side by side and only shows 4 1/2 icons without scrolling. The cells in the table are 3 feet shorter too with no scrolling sideways. All of this is viewing at 1024x768
Code: Select all
SQL ERROR [ mysql4 ]
Column 'attach_filesize' cannot be null [1048]
SQL
INSERT INTO phpbb_garage_images (vehicle_id, attach_location, attach_hits, attach_ext, attach_file, attach_thumb_location, attach_thumb_width, attach_thumb_height, attach_is_image, attach_date, attach_filesize, attach_thumb_filesize) VALUES (2, 'http://www.auto-power-girl.com/photo-gallery/subaru-impreza-limited-edition-wrx-sti-rb320/subaru-impreza-2007-limited-edition-wrx-sti-rb320.jpg', '0', '.jpg', 'subaru-impreza-2007-limited-edition-wrx-sti-rb320.jpg', 'garage_vehicle-2-1203089065_thumb.jpg', 150, 112, '1', 1203089065, NULL, 4156)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/mods/class_garage_image.php
LINE: 686
CALL: dbal_mysql->sql_query()
FILE: includes/mods/class_garage_image.php
LINE: 533
CALL: garage_image->insert_image()
FILE: garage_vehicle.php
LINE: 222
CALL: garage_image->process_image_attached()