vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DTO Garage - free garage features for all your members (vB 3.8.X) (https://vborg.vbsupport.ru/showthread.php?t=216529)

mferguson 07-01-2009 01:35 PM

Quote:

Originally Posted by Kolbi (Post 1840687)
This could be the problem I had, too. Link: http://www.2-wheel-planet.de/vorstel....html#post2230 That caused the issue, I think.

I don?t allow guest to post, but I had deleted a user and then the name "guest" is shown.

Kolbi - last night oly51 mentioned this guest issue and I sent him a patch to test if this was the cause of the issue. It was and I've reuploaded a new plugin patch for the postbit linking should resolve the issue for you.

Can you install the patch and let me know if it resolves the issues you were experiencing? If so, please confirm and I'll include this in the general distribution.

After this we'll move on to addressing the timing of a version that will support the various requests for language translations.

Thanks!

Mark

Kolbi 07-01-2009 02:02 PM

Okay I?m testing your new fix.

The first test is without any issue. Perhaps it works now correctly.
I?m still watching...

In the meantime I have translatet my Garage for me own :) Translated the templates and the phrases :)

But I?m waiting for the next version and then I support the translation :)

mferguson 07-01-2009 02:28 PM

Quote:

Originally Posted by Kolbi (Post 1840751)
Okay I?m testing your new fix.

The first test is without any issue. Perhaps it works now correctly.
I?m still watching...

In the meantime I have translatet my Garage for me own :) Translated the templates and the phrases :)

But I?m waiting for the next version and then I support the translation :)


Thanks for the update and I'm glad you have customized the product for your needs. I should have an update in the next couple of days on the what will be in the next release and when it can be expected. I'm working with our team to evaluate what's needed and the time required to complete the work.

Let me know if you experience any additional problems. Thanks!

Mark

Kolbi 07-01-2009 07:20 PM

I got a new MySQL issue:
PHP Code:

Datenbankfehler in vBulletin 3.8.3:

Invalid SQL:
INSERT INTO DTO_garage_image (
                
vehicle_id,
                
userid
                
caption
                
showinsections
                
display_order
                
time_added
                
VALUES (
                
'1003',            
                
'918',
                
'',
                
'main'
                
10
                
NOW() );

MySQL-Fehler  Table 'DTO_garage_image' doesn't exist
Fehler-Nr.    : 1146
Fehler-Zeit   : Wednesday, 01.07.2009 @ 22:19:11
Datum         : Wednesday, 01.07.2009 @ 22:19:14
Skript        : http://www.2-wheel-planet.de/dto_garage.php?do=savevehicle
Referrer      : http://www.2-wheel-planet.de/dto_garage.php?do=add
IP-Adresse    : 
Benutzername  : Syntax92
Klassenname   : 
MySQL-Version : 

The issue is now caused, if a user wants to add / edit a vehicle in the garage.

mferguson 07-01-2009 08:39 PM

Are you using table prefixes with vBulletin? For example does your user table in vBulletin called vb_user?

Quote:

Originally Posted by Kolbi (Post 1840943)
I got a new MySQL issue:
PHP Code:

Datenbankfehler in vBulletin 3.8.3:

Invalid SQL:
INSERT INTO DTO_garage_image (
                
vehicle_id,
                
userid
                
caption
                
showinsections
                
display_order
                
time_added
                
VALUES (
                
'1003',            
                
'918',
                
'',
                
'main'
                
10
                
NOW() );

MySQL-Fehler  Table 'DTO_garage_image' doesn't exist
Fehler-Nr.    : 1146
Fehler-Zeit   : Wednesday, 01.07.2009 @ 22:19:11
Datum         : Wednesday, 01.07.2009 @ 22:19:14
Skript        : http://www.2-wheel-planet.de/dto_garage.php?do=savevehicle
Referrer      : http://www.2-wheel-planet.de/dto_garage.php?do=add
IP-Adresse    : 
Benutzername  : Syntax92
Klassenname   : 
MySQL-Version : 

The issue is now caused, if a user wants to add / edit a vehicle in the garage.


bugzy 07-01-2009 11:10 PM

is everything stored locally within VBulletin database and server?

meaning, the garage info/images are not stored outside of the webserver itself?

gnatster 07-01-2009 11:43 PM

The garage info is stored in rows added to your current DB.

The images are stored down the /images/dto_garage/users/ path.

mferguson 07-01-2009 11:54 PM

To be more precise our products add additional tables, needed for our products, into the current database that is used for vBulletin. These are added during the product file installation and removed if the product are uninstalled.

As for images they are stored in URL accessible directories under your forum installation.

We do not store any data or files, such as images, on other servers. The only exception being our help documentation which is managed and served from our servers so that we can easily update it and tie it to product versions easily.

Hope that helps!

Mark

pericolosogr 07-02-2009 01:17 AM

So after following your installation there was a conlfict! I had to disable UserCP Icons for the garage links to appear in users control panel!

Should i have some garage links in postbit or postbit legacy? Cause i don't!

I have to make it work now with UserCP Icons and it would be perfect! Even though i'd like to link it with a postbit field i've created where a user puts his type of vehicle!

Thanx for this great mod!
I'll see how its going and maybe in the future i'll upgrade to plus :)

mferguson 07-02-2009 02:09 AM

Quote:

Originally Posted by pericolosogr (Post 1841121)
So after following your installation there was a conlfict! I had to disable UserCP Icons for the garage links to appear in users control panel!

Should i have some garage links in postbit or postbit legacy? Cause i don't!

I have to make it work now with UserCP Icons and it would be perfect! Even though i'd like to link it with a postbit field i've created where a user puts his type of vehicle!

Thanx for this great mod!
I'll see how its going and maybe in the future i'll upgrade to plus :)

I'm not sure I fully understand what you mean by a conflict with UserCP icons. You should see the following when viewing UserCP as a user that is logged in:

https://vborg.vbsupport.ru/external/2009/07/51.png

If for some reason you do not see this be sure to double check the installation information in our documentation.

As for the postbit link be sure to view this post as there was an issue identified and a patch has been provided. This should insure that when viewing threads the postbit should display a link similar to the following:

https://vborg.vbsupport.ru/external/2009/07/52.png

Please note that the above is shown using postbit_legacy. Using postbit should display as follows:

https://vborg.vbsupport.ru/external/2009/07/53.png

If you still have problems after going through the above please contact me via PM and I'll assist further.

Best regards,

Mark


All times are GMT. The time now is 01:14 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.01523 seconds
  • Memory Usage 1,765KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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