vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - datastore cache to XCache - boost your vBulletin (https://vborg.vbsupport.ru/showthread.php?t=141005)

jason|xoxide 03-05-2007 02:20 PM

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...

Zia 03-05-2007 02:27 PM

Quote:

Originally Posted by goyo (Post 1196156)
It doesn't work well with the plugins. (Not only vBGallery, Geek Article System, and vBlogetin...it doesn't work with vBShout...)

hmm ..do u mind to listing them from ur end...
coz this too kool modification needed to be perfect(as much possible)

1. vBGallery
2. Geek Article System
3. vBShout

plz continue

nix 03-05-2007 06:30 PM

VBlogetin is working fine here.

phpxcache 03-05-2007 10:52 PM

Quote:

Originally Posted by jason|xoxide (Post 1196273)
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...

yup, i thought i can be vB_datastore_XCache plugin problem, but i copy the code from vB_datastore_APC, so it can also be problem of other plugin that isn't compatible with vB_datastore_*

thanks for your confirmation.

Zachariah 03-06-2007 09:34 PM

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;
$galleryoptions =& $vbulletin->adv_gallery_opt;
$gallery_permissions =& $vbulletin->gallery_ugroups;

vs. old way
Code:

$categorycache = unserialize($vbulletin->gallery_c_cache);
$galleryoptions = unserialize($vbulletin->adv_gallery_opt);
$gallery_permissions = unserialize($vbulletin->gallery_ugroups);

I have a windows system w/ memcache enabled and the gallery working with the new changes. With the current code in the gallery APC, Memcached setting stop the gallery from working.


I will also change the code to build datastore.

New:
Code:

build_datastore('name',serialize($field),1);
Old:
Code:

build_datastore('name',serialize($field));

Changes as these may also fix other scripts out there.

da420 03-06-2007 09:55 PM

I applied the patch, and all I get is a blank page when accessing the forum.

Zia 03-09-2007 08:55 AM

yet no errors...
its working...
confused why wont work for u :S

Mudvayne 03-09-2007 09:24 AM

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.

dbirosel 03-12-2007 04:44 PM

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?

phpxcache 03-13-2007 12:11 AM

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
  • Page Generation 0.01228 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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