![]() |
Thanks a lot. :) Ive installed it on a 3.7.4 Version and it works great. Thanks :)
|
logicuk - Best to use the same memcache settings as defined in your vbulletins config.php :)
|
Not properly, they aren't my main focus on the next release I'm afraid, there's still some default vB queries to squash and it's default vB that will impact more for all users :)
|
No prob i look forward to the updates :)
|
Very interesting, thanks for your work
|
Hi,
Thanks for that hack, worked fine... until now. I've got a little problem. I use eAccelerator and it seems like the cache is not flushed. I changed templates and styles a little bit and I only see results if I turn off vB Optimise. When I turn on again, I see old templates. No matter when I flushed the cache (while disabled or not). Does someone know a solution? Thanks. |
Quote:
This only seems to happen with Greenfox, and Greenfox based styles. It happens even when everything but the Online switch is turned off. |
Quote:
You could also try changing to XCache... |
If this doesn't get mod of the month, then it's rigged. Awesome. BTW, works well with 3.7.4 PL 1.
Thanks dude. |
Quote:
And I heard of problems with Xcache :erm: |
Quote:
|
* never mind *
|
something else. When vboptimize is enabled. If someone receive an e-mail from me
it shows as - instead of dancehallareaz.com Entertainment When i disable it it shows fine... Any ideas on what settings i might have messed up? |
If you search in the thread I think the answer was to disable caching phrases for the time being.
|
oops sorry.
|
haha no need to be sorry :)
I had to do it earlier myself ;) |
I am running a fairly busy forum at http://www.babyboom.pl/forum . We are currently running on two servers - one for web and a separate one for db.
On web server we are running nginx serving static files and proxying to apache2 with mod_php 5.2.3 and apc 3.0.19. On db - mysql 5.0.51. The extension caused: - a slight decrease in pageload (but hardly visible) and not consistent (some pageloads were longer some shorter), - huge decrease in db->web bandwidh usage (from 30mbit avarage to 10mbit), but not that impressive drop in overall queries/sec numbers. - noticeable increase in web server load (it's probably no more than few percent avarage cpu usage, but that pushed it over the limit in my case. So far I have decided to turn it off because my web server is on it's last legs because of load (>900 concurrent users). I will resume tests when I install my new machine. Thanks for your work :-) It may have great influence in most situations, especially on sites where mysql is a bottleneck. But before you install, you have to consider a slight increase in load with APC... |
Hello,
Warnung: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:280) in [path]/includes/class_activecache_methods.php (Zeile 190) vB Optimise: Your XCache requires administration authentification to be able to clear to cache, to login simply try flush the cache again. To disable admin authentification for XCache set "enable_auth" to Off in your php.ini configuration. xcache.admin.enable_auth = Off ------ XCache XCache Support enabled Version 1.2.2 Modules Built cacher Readonly Protection N/A Opcode Cache enabled, 268,435,456 bytes, 4 split(s), with 4096 slots each Variable Cache enabled, 268,435,456 bytes, 4 split(s), with 8192 slots each Shared Memory Schemes mmap Directive Local Value Master Value xcache.admin.enable_auth Off Off xcache.cacher On On xcache.coredump_directory no value no value xcache.count 4 4 xcache.gc_interval 0 0 xcache.mmap_path /dev/zero /dev/zero xcache.readonly_protection no value no value xcache.shm_scheme mmap mmap xcache.size 256M 256M xcache.slots 4K 4K xcache.stat On On xcache.test 0 0 xcache.ttl 0 0 xcache.var_count 4 4 xcache.var_gc_interval 300 300 xcache.var_maxttl 14400 14400 xcache.var_size 256M 256M xcache.var_slots 8K 8K xcache.var_ttl 7200 7200 -------------- it s not ok? |
I'm a novice on Cache.
How can I identify my Cache Method and how can I change it? |
Quote:
In order to configure vBulletin to work with the installed cache you would need to edit includes/config.php. The line is near the bottom and will look like: Code:
$config['Datastore']['class'] = 'vB_Datastore_ XXX'; If you are on shared hosting you should provide a "datastore prefix" with the line: Code:
$config['Datastore']['prefix'] = 'ZZZ'; If no cache methods are available and you are on shared hosting you can ask your host to install XCache for you. |
We are currently using vBulletin 3.7.4 Patch Level 1. And an older version of vbadvanced.
Uploaded the files. Installed the product. did not get any message such as product installed. But it is listed on the product list.. The status of the product is "not enabled" Then i figured out i cant make any modifications within the style templates such as header. after making changs on the tempalte when you click save nothing happens a blank screen is shown. So i said lets go ahead and uninstall the product.. Did not get any notification such as "product uninstalled successfully". Just a screen showing one of my template being edited screen. Then i check the product list. It was not there anymore... Well last step was to delete the uploaded optimize files.. Deleted the files. Uppss.. Cant access the forum. Upload the files everything returned to normal... Will you please provide a detailed "uninstall" procedure please. What modifications were made when i install the product? How can i disable those modifications? thanks |
Quote:
|
Ok, I cannot scan 37 pages now (sorry to sound lazy) but I need a bit of help here.
vB Optimise: You have selected a cache method that vB Optimise has detected you cannot use, this may be because the extension required is either not installed or active on your server. I get that on both eaccelerator and memcache, yet both were compiled in Apache (along with Zend Accelerator). I'm using Cpanel / Centos / PHP 5. I'm confused about memcache config in the vb config.php file, although I prefer to use eaccelerator. I have this: Code:
// ****** DATASTORE CACHE CONFIGURATION ***** Code:
[eAccelerator] |
not any Demo ?
|
Quote:
|
that's great and nice working on vb 3.7.4 & thxxxxxxxxxxxx
|
I am running 3.7.4 with PHP 5.0 I installed according to installtion instructions and now my site is down with no way for me to fix it. The uninstall instructions above are NOT working. Could someone please help me figure this out, so that I can get this crap off of my forum.
www.lacledeforum.com |
Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/m/d/e/mdelcour201/html/forums/includes/class_activecache.php on line 20
This is the error that is coming up. |
After
<?php in your config.php file add define('DISABLE_HOOKS', true); to disable your hooks, then you should be able to login to your forums and figure out what went wrong. I am running 3.7.4 with PHP 5.2.6 and had not trouble with the addon - as are many others. |
nothing I am getting the same error.
|
<?php
define('DISABLE_HOOKS', true); /*================================================= =====================*\ || ################################################## ################## || || # vBulletin 3.7.4 Patch Level 1 - Licence Number xvxvxvxvxv || # ---------------------------------------------------------------- # || || # All PHP code in this file is ?2000-2008 Jelsoft Enterprises Ltd. # || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || ################################################## ################## || \*================================================ ======================*/ /*-------------------------------------------------------*\ That's where I added it. And nothing it still has the same errors |
at this point I just need my forum back online.
|
Deceptor,
I am working with optimise right now, and running into an issue. I dont know if it is a problem with VB 3.8 or if optimise has a hand in it. When setting Store CSS as files to on, I get this error: Default Style ... (Templates) () Fatal error: Call to undefined method vb_activecache::flush() in /**site**/public_html/forum/includes/adminfunctions_template.php(1014) : eval()'d code on line 4 Is that something you have seen before by chance? |
still don't have a site, anyone have any thoughts.
|
Quote:
|
no I can't navigate to nothing. Have a look for yourself. www.lacledeforum.com
No, I will try the tools.php now. Thanks |
Quote:
|
Quote:
|
yeah, tools did nothing. This really stinks.
|
Quote:
|
All times are GMT. The time now is 09:41 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:
|