![]() |
Ah... Bummer... vbGallery stops working when this is activated (just as with the memcache datastore). I wish they'd get around to fixing their code...
|
Quote:
coz this too kool modification needed to be perfect(as much possible) 1. vBGallery 2. Geek Article System 3. vBShout plz continue |
VBlogetin is working fine here.
|
Quote:
thanks for your confirmation. |
I have not installed this but I have fixed PhotoPost vBgallery to work with Memcache.
- I think it will support other external cache programs also. The problem was the way the original scripts are designed. I do not have a full list but I am changing old calls to datastore items for vBgalery 2.2. EX: New: Code:
$categorycache =& $vbulletin->gallery_c_cache; Code:
$categorycache = unserialize($vbulletin->gallery_c_cache); I will also change the code to build datastore. New: Code:
build_datastore('name',serialize($field),1); Code:
build_datastore('name',serialize($field)); Changes as these may also fix other scripts out there. |
I applied the patch, and all I get is a blank page when accessing the forum.
|
yet no errors...
its working... confused why wont work for u :S |
Works like a charm. I was supposed to install this 7 days ago. But I was having weird connection problem :(. Thanks a lot m0o :D. Screenshot added to 1st page.
|
So if you have a big board going on, it's recommended to run something like this? I have many plugins installed, what plugins will it intefere with?
|
you'd better check if all your plugins works when vb_datastore is enabled (vb_datastore_xcache is only one of the datastores). may other vbulletin professional users give you advice
|
All times are GMT. The time now is 09:37 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:
|