![]() |
Quote:
Thanks for your patience on this, we will have it resolved. |
Some problem like me, but the increbible thing is, that in some thread the garage link is there :)
Only in some threads there is the bug. :) |
should i get a blank page for this page?
http://www.grandprixforums.net/dto_g...?do=viewgarage |
Quote:
|
Great job, I like where this is headed as I run automotive forums.
|
Quote:
|
Quote:
As for the code change there was a permission check that had apparently crept in during a product file update from our source control system. This was from our Garage Plus product. I removed this permission check and delivered this in the plugin download above. Again, I apologize for the delay in responding to the additional questions posted. Best regards, Mark |
Quote:
$dto_garage_popup_menu is actually a variable that, when referenced, in a template contains the needed html to render the pop-up menu. Currently the $use_username_in_link is not being set as it is for future expansion hence why it wasn't displaying as you would like. The reason I had selected the "Garage" link approach in postbit was because the post was already "owned" by the user so I felt that using the user's name next to the link so that it would look like "Mark's Garage" would be redundant. Also, since we found that there are often long usernames on sites we didn't want to create a visual problem with rendering a long username inside of the postbit since it was already displayed once. Hope this helps shed a little light on the reason behind the madness :D Best regards, Mark |
Quote:
As for the SQL error are you still receiving these? It looks like the above might have been displayed in rendering a Garage pop-up menu. Thanks! Mark |
Quote:
Thanks! Mark |
Quote:
How are you running into this issue? Is this a link in one of your pop-up menus found in a postbit? Thanks! Mark |
Quote:
I will say that, while not tested, our Clubs, Garage, and Garage Plus products should work with PHP 4.X and MySQL 4.X. I can't guarantee them to operate on these versions but there aren't technical dependencies on 5.X versions of these. The only thing preventing installation is the dependencies specified in the product.xml during product install. How many of you are still on PHP4 and MySQL 4.X? Also, do you know what your host's upgrade plans are for these or are you on a dedicated box where upgrades to these components are not mandated? Thanks! Mark |
Quote:
Thanks for any information you can share so I can assist in resolving this issue for you! Mark |
Quote:
|
Quote:
I'll work with you to determine the cause of the SQL error when the plugin patch is installed and then post an update of the patch and package to this thread when we have the issue resolved. Thanks! Mark |
That would be very nice :)
Have I understood it right, that your fast fixed plugin is the cause of the mysql error? Then I can in the meantime reimport the old plugin and wait until the bug is fixed :) |
Quote:
To reload the old plugin just reinstall the original product xml file using the overwrite option. Make sure that this option is used otherwise you will not be able to reload the plugin. Please do not uninstall and then reinstall the product as it will remove all the data you may have entered in your Garages. Please note that by reinstalling the original product xml you will not see the garage link in the postbit until we resolve this issue. You will, however, be able to use the manage garage functions found in UserCP. Best regards, Mark |
Quote:
This was shown, then I got the MySQL failure: Code:
Datenbankfehler in vBulletin 3.8.3: |
Quote:
|
Quote:
Thanks for your assistance! Best regards, Mark |
For those that are experiencing the SQL error after installing the plugin-patch posted can you tell me what version of vBSEO you are using?
In looking at oly51's information he was running vBEO 3.2 which has a problem in one of its plugins that prevents a vBulletin variable (userinfo) from being shared with postbit plugins. This is an issue I identified some time ago and worked with the vBSEO team to resolve. Here is a description of the problem and how to resolve it if you are using versions of vBSEO earlier than 3.3.0 Gold. Please note that the issue was fixed in 3.3.0 Gold but exists in all 3.3.0 release candidates and previous versions. Best regards, Mark |
I?m using vBSEO 3.3.0 Gold :)
But I have this SQL failure?!? |
Can you check the vBSEO plugin called "vBSEO Precache Postbits" and see if the following code is present?
PHP Code:
Thanks! Mark |
I upgraded to vBSEO 3.3.0 Gold and re-added the temp XML fix and the garage link now shows up with no SQL errors.
|
Quote:
Thank you for the update! Best regards, Mark |
The Mysql error is back. I reverted back to the original XML and they went away.
One common thing I noticed in two of the threads the error came from was that they contained a post by a "guest" who is not listed in any usergroup. |
OK...this was the information I was looking for and does not have user information associated with it. I can resolve this fairly easily.
Question though...why are guest's allowed to post without registering on the site? It seems this would result in massive amounts of spamming and not a configuration that I've ever run into before. Thanks again for the missing piece of the puzzle. Please note that while I can resolve this issue the issues relative to vBSEO prior to 3.3.0 Gold will still prevent the garage link from displaying. Let me work up a patch and I'll get that uploaded as soon as possible. Mark |
Mark - I applied the fix you forwarded and it cleared up the MySQL error. The garage link is showing in the postbit.
It is an unusual situation. Guests cannot post on my forums but there are a couple of old threads where the posters user info did not transfer when I migrated to vB and they showed up as a "guest". The search spiders must have picked them up. Thanks for your help and quick responses. |
Quote:
PHP Code:
|
Quote:
I don?t allow guest to post, but I had deleted a user and then the name "guest" is shown. |
Quote:
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 |
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 :) |
Quote:
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 |
I got a new MySQL issue:
PHP Code:
|
Are you using table prefixes with vBulletin? For example does your user table in vBulletin called vb_user?
Quote:
|
is everything stored locally within VBulletin database and server?
meaning, the garage info/images are not stored outside of the webserver itself? |
The garage info is stored in rows added to your current DB.
The images are stored down the /images/dto_garage/users/ path. |
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 |
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 :) |
Quote:
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 09:50 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|