The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
datastore cache to XCache - boost your vBulletin Details »» | |||||||||||||||||||||||||||
datastore cache to XCache - boost your vBulletin
Developer Last Online: Mar 2008
(note: do not apply this patch on vBulletin 3.7 as it's included already) This patch allow you to use XCache as a datastore cache in vBulletin. This is definitely your choice if you have installed and enabled XCache on you server already. Take care that this is a beta version and was not heavily tested. And i'm not familiar with vBulletin source code as i just started reading it today, but i don't have any difficulty reading it thanks to my years of php skill Take aware that some vB plugin is not compatible with vB_datastore_*, not just vB_datastore_XCache. So, in case you find vB_datastore_XCache won't work, you'd better try datastore to file or memcache. If one of the others works but not vB_datastore_XCache, do report it to me so i can fix it. Pre-requirement
Install the modification for those of you who can't run "patch", u may patch the file manually
example class_datastore.php after modification: PHP Code:
PHP Code:
q. i have multiple vBulletin instance installed, the seems to mix data after install this plugin a. this applies to apc too because, if you wanna fix it, try open class_core.php, look for: $this->prefix =& $this->registry->config['Datastore']['prefix']; and modify to: $this->prefix = $this->registry->config['Datastore']['prefix'] . $_SERVER['SERVER_NAME']; // or HTTP_HOST q. Warning: unserialize() expects parameter 1 to be string, array given in $a.php on line $b a. upgrade your plugin/hack that $a.php belongs to, e.g. vbjournal/vbgallery etc. OR open $a.php and locate at line $b, remove unserialize call, e.g.: replace $var = unserialize($this->data); with $var = $this->data; be careful do not remove the whole line, just the unseralize( and ) Supporters / CoAuthors Show Your Support
|
Comments |
#42
|
|||
|
|||
Installed, working great thanks.
|
#43
|
|||
|
|||
I mean that if i enable vB_Datastore_XCache i get nothing from vbgooglemap. Xcache working fine as template cache atm.
|
#44
|
|||
|
|||
Quote:
|
#45
|
|||
|
|||
Im not with 4 i am with 5.2.1 ... i will turn on php errors to see whats going on.
|
#46
|
|||
|
|||
I had errors in php.ini to all allready... just i get a blank page in googlemaps... strange though
|
#47
|
|||
|
|||
Compatibility problem.
Great hack unfortunately it's not compatible with Photopost vBGallery. I'm receiving all kind of weird errors: PHP Code:
PHP Code:
Correction...it's not compatible with any of the large plugins like vBlogetin or GARS. Errors like above everywhere |
#48
|
|||
|
|||
Quote:
if yes, it's vB_Datastore_XCache problem, otherwise, it's the problem between vbgooglemap and vB_Datastore. i'd like to know what's going on. hope i know how to install the plugin. i'll check it later, and/or you trace it down. |
#49
|
|||
|
|||
support this for ever
BR., Denis |
#50
|
||||
|
||||
Quote:
http://trac.lighttpd.net/xcache/newticket here.u will need to reg.(5 sec need for reg.just ur nick & pass) and plese describe all the details.. ur php version /ur application :vb /extension -photopost vbgallery/gars ..(vblogetin is paid mods.If possible provide him more info) with the links. n describe.. and be patient u will get ur solution soon....all user will be helped out PhotoPlog: The Lite Gallery & GRPS: Groups Commune 2.0.x & http://www.vblogetin.com/ .. vblogetin is paid mods..so if ur willing to solve the issue u have to help him......depends on u |
#51
|
|||
|
|||
Quote:
It has nothing to do with xcache. I'm running xcache since the 0.x releases (before anyone used as phpcache at vbulletin). Everything runs just fine. This plugin only works well with stock vbulletin. It doesn't work well with the plugins. (Not only vBGallery, Geek Article System, and vBlogetin...it doesn't work with vBShout...) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|