Status
Not open for further replies.
Looks like vBET is using a cookie there, I had spoke to the developer and he said this cookie is no longer used so vB Optimise won't encounter it. I'd say try the following edit so vB Optimise respects this cookie for guests:
Open: ./vboptimise/core/class_vboptimise.php
Find:
Code:
			$key = md5(implode('', @array_merge(array(
				THIS_SCRIPT
			), $_REQUEST)));
Replace it with:
Code:
			$key = md5(implode('', @array_merge(array(
				THIS_SCRIPT,
				$_COOKIE['vbet_language'],
			), $_REQUEST)));

Save/upload, see if the problem still occurs :)
 
Hrm, it's still doing it. I cleared cache for vBO and browser. Maybe vBET developer was referring to the vb4 version? I'm using the most up to date version for 3. (v3.3.2)

In MSIE 8 it won't go back to the language you click at all. It seems to be sticking on one language that you select and cannot get off of it. The same thing doesn't happen in Firefox or Chrome.
 
Last edited:
How strange. Can you PM me the contents of your file for "vbenterprisetranslator_seo.php", htaccess should redirect languages there before vBulletin/vBSEO/vB Optimise kicks in at all, so that's where the root of the problem might be. Meanwhile I'll test vBET on a 3.8 installation, I'll try vBSEO too but their 90-day lock-down on URL transfers is a bit strict, even if I'm only running on localhost =/
 
We discovered the vBET language "sticking" was not a bug caused by vB Optimise, but a bug within vBET itself. In regards to URL translation, it's not much we can do otherwise we'd dampen the impact of guest caching - and the feature from vBET may be obsolete (the vB4 version does not include it, probably due to UTF encoding and such in IE browsers).
 
Just sent you a pm - apparently vb4 url translating is a feature, according to http://www.vbenterprisetranslator.c...onflicts-vboptimise-pro-2-0-1-a.html#post2571

Oh? Maybe they updated that, on my vB4 local installation with vBO/vBSEO/vBET, the thread title urls are not translated, even with vBO disabled and vBO/vBSEO disabled. In anycase I replied to your PM about the hook execution order in vB3, vBET claims this occurs in init_startup, and guest cache is delivered -after- that.
 
I m running VBET pro and vb Optimise Pro 2.x

Both seems to like each other

BTW, queries saved just for 1 day on our site is more than half a million! Thanks to vb Optimize Pro!
 
Edit: I thought I had this all figured out, but it turns out only one issue was fixed. The default language URL still isn't being redirected properly.
 
Last edited:
Hey tavenger, just to let you know this will be looked at/resolved, however deceptor is on vacation at the moment, so it might be a few days before you see a reply from him. Just letting you know you're not being ignored/forgotten =)
 
tavenger - As specified in a PM earlier the redirects for all languages but default work with vB Optimise enabled, and as the vBET developer pointed out the hook runs before vBO serves guest cache. The fact the default language doesn't redirect the title properly means vBET must correct/redirect that at a later hook - you'll need to ask them about it as it's not something we can fix (we serve cache prior, to serve later would make it pointless).

Sorry for the late reply, on vacation as Cosmic pointed out :)
 
Status
Not open for further replies.

Legacy vB Optimise

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,980
Customer rating
0.00 star(s) 0 ratings
Back
Top