vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - VB Pro Garage Timeslips (https://vborg.vbsupport.ru/showthread.php?t=236888)

Bilderback 07-20-2012 06:52 PM

Just a couple questions.
1. [solved]Is there a debug feature so that I can display any errors within the vehicle submit form?
The garage suddenly stopped working = vehicle submissions go to blank page with nothing added.
I can go to Add Vehicle, enter no information and submit empty form with no errors
Solution: If your site is setup to use www. in the domain prefix, it also must be entered with the www. prefix in the garage URL.
My issue was the missing www. prefix so the form began with the prefix and submitted without it.
Most likely a token wasnt being passed.

2. [solved]Are there new features or fixes in the commercial version that do not exist in the free mod?
Solution: http://www.vbprogarage.com/forums/sh...censed-version
Thanks

SimonB 07-21-2012 07:41 PM

1 Attachment(s)
My vehicle submission form looks really tacky, almost as is it's missing some style information

Not only that but the calendar doesn't display any of the forward/back buttons normally associated with a calendar. Although they are there - you just have to know they exist.

Also, the calender doesn't honour the default date format

https://vborg.vbsupport.ru/attachmen...1&d=1342903224

Dylanblitz 07-23-2012 05:37 AM

Some of that is known bugs. Look at the bug section up top and the 4th and 5th ones will take care of the extra fields.

If you want to PM me a link with an account that has access I'll take a look at the calendar thing.

Quote:

Originally Posted by SimonB (Post 2350243)
My vehicle submission form looks really tacky, almost as is it's missing some style information

Not only that but the calendar doesn't display any of the forward/back buttons normally associated with a calendar. Although they are there - you just have to know they exist.

Also, the calender doesn't honour the default date format

https://vborg.vbsupport.ru/attachmen...1&d=1342903224


SimonB 07-23-2012 07:00 AM

Quote:

Originally Posted by Dylanblitz (Post 2350631)
Some of that is known bugs. Look at the bug section up top and the 4th and 5th ones will take care of the extra fields.

If you want to PM me a link with an account that has access I'll take a look at the calendar thing.

Thanks. I didn't pick up on the bug list - will attend to that when I get the chance.

I'll send you the PM.

SimonB 07-24-2012 11:31 AM

Quote:

Originally Posted by SimonB (Post 2350652)
Thanks. I didn't pick up on the bug list - will attend to that when I get the chance.

I'll send you the PM.

Cool. Done and sorted :)

SimonB 07-29-2012 07:21 AM

1 Attachment(s)
I'm having a problem caused by the garage dropdown template.

The places it is enabled (postbit and member profile) causes template code at appear in text

Any idea what I need to do to fix?

I have re-uploaded all the files as well as reload the XML

SimonB 07-29-2012 07:53 AM

1 Attachment(s)
Quote:

Originally Posted by SimonB (Post 2352275)
I'm having a problem caused by the garage dropdown template.

The places it is enabled (postbit and member profile) causes template code at appear in text

Any idea what I need to do to fix?

I have re-uploaded all the files as well as reload the XML

OK I picked it up in the bug list above, but
a) I cant change the User Profile Field length because it asks me to complete all fields (so I'm guessing some are mandatory (EDIT: - managed to get the profile field changed)
b) when I rebuild the postbits I get the following error
Quote:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/admincp/garage_manage.php on line 695
And I end up with this

https://vborg.vbsupport.ru/attachmen...1&d=1343551957

Dylanblitz 07-31-2012 06:08 AM

Quote:

Originally Posted by SimonB (Post 2352285)
OK I picked it up in the bug list above, but
a) I cant change the User Profile Field length because it asks me to complete all fields (so I'm guessing some are mandatory (EDIT: - managed to get the profile field changed)
b) when I rebuild the postbits I get the following error


And I end up with this

https://vborg.vbsupport.ru/attachmen...1&d=1343551957


Sorry about all the problems, I can't wait til I get some time to update this thing heh.

One thing to try. Open admincp/garage_manage.php

On line 693 you'll see

PHP Code:

$style $vbulletin->db->query_first("SELECT * FROM " TABLE_PREFIX "style WHERE styleid = " $selected_style); 

Right above that put

PHP Code:

$selected_style 1

Replace the "1" with whatever your styleid is.

Let me know if that fixes it.

KTP 08-10-2012 10:31 PM

tried to install this on 4.2.0

it wont let me install the language xml
and upon importing the garage xml i get this error
Code:

Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT COUNT(vehicle_id) AS vehicles FROM _vb4garage_user_vehicle WHERE active = '0';

MySQL Error  : Table 'xxx_vb4._vb4garage_user_vehicle' doesn't exist
Error Number  : 1146
Request Date  : Friday, August 10th 2012 @ 06:27:26 PM
Error Date    : Friday, August 10th 2012 @ 06:27:26 PM
Script        : http://www.xxx
Referrer      : http://www.xxx
IP Address    : xx.xxx.xx.xxx
Username      : xxx
Classname    : vB_Database
MySQL Version : 5.5.23-55

it looks like its adding a "." at the end of my database prefix "vb4." when it should just be "vb4"
not sure how to fix this or if this info is of any help to you?

Dylanblitz 08-13-2012 04:03 PM

Quote:

Originally Posted by KTP (Post 2356093)
tried to install this on 4.2.0

it wont let me install the language xml
and upon importing the garage xml i get this error
Code:

Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT COUNT(vehicle_id) AS vehicles FROM _vb4garage_user_vehicle WHERE active = '0';

MySQL Error  : Table 'xxx_vb4._vb4garage_user_vehicle' doesn't exist
Error Number  : 1146
Request Date  : Friday, August 10th 2012 @ 06:27:26 PM
Error Date    : Friday, August 10th 2012 @ 06:27:26 PM
Script        : http://www.xxx
Referrer      : http://www.xxx
IP Address    : xx.xxx.xx.xxx
Username      : xxx
Classname    : vB_Database
MySQL Version : 5.5.23-55

it looks like its adding a "." at the end of my database prefix "vb4." when it should just be "vb4"
not sure how to fix this or if this info is of any help to you?

That's a first for me, never seen that one before. Is the table actually there? Not sure where that code is running at. There is no table that starts with _vb4 so that's getting messed up as well.


All times are GMT. The time now is 10:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02120 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete