![]() |
How can someone find out what they have installed? # XCache
# WinCache etc.... |
Quote:
|
Quote:
|
Upgraded from 1.32
Waaaaaaaaay cool. |
Quote:
|
installed.
thanks |
I just found this program so excited to see if it helps my database issues when the forum is busy.
It installed just fine and I went into admin to find under "optimal settings check" I didn't have my avatars set as files. When I attempt to change this, I get a database error such as the following: Database error in vBulletin 3.7.3: Invalid SQL: SELECT user.userid FROM user AS user LEFT JOIN customavatar AS customavatar ON (user.userid = customavatar.userid) LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid) LEFT JOIN sigpic AS sigpic ON (user.userid = sigpic.userid) WHERE user.userid > 1375 AND (NOT ISNULL(customavatar.userid) OR NOT ISNULL(customprofilepic.userid) OR NOT ISNULL(sigpic.userid)) LIMIT 1; MySQL Error : MySQL server has gone away Error Number : 2006 Request Date : Sunday, May 16th 2010 @ 12:34:48 PM Error Date : Sunday, May 16th 2010 @ 12:35:03 PM Script : http://www.gotitans.com/goForum/admi...tartat=71&pp=1 Referrer : http://www.gotitans.com/goForum/admi...tartat=70&pp=1 IP Address : 98.240.54.241 Username : TitanJeff Classname : vB_Database MySQL Version : I have no clue what this means but thought others here might know. Thanks for any tips in advance. |
TitanJeff - Your MySQL service is timing out during the operation of moving files from the database to the file system, you should try increasing the timeout settings on your MySQL config, but that may not work unfortunately.
|
I installed this, everything went fine, and then I went to do a "System Check" and get this message:
Quote:
Ideas? Running 3.8.5 |
TruthElixirX - The first setting in the vBO configuration is called "vB Optimise: Online/Offline", is that setting set to Yes? That controls if the product is online/offline (by default it will install as offline as you need to configure the cache and options).
|
I mistakenly posted an error in the vbShout mod's thread. It was to do with a admin permissions disappearing; I was trying to set them for my admins, but they weren't there. (Blog permissions, FlashChat, etc)
I'm not sure if this is the culprit, or if it's my config.php file, but when I disabled "Cache Datastore," the admin permissions appeared again. |
Quote:
I tried it with it set to yes and with it set to no and it says "Offline" on the system test no matter what. |
Kayden - Do you have any special mod installed which overrides vBulletins default install for products? vB Optimise does attempt to flush data on the action, try running a system test to ensure flushing works.
TruthElixirX - Have you selected a cache method? The error will also occur if you've set that to "None" (which it is by default), I should make my error message more elevant. |
Thanksssssssssss
|
On vB Optimise: Test Setup -> Running Test: Flush Cache never ends
http://www.taringacs.net/foros/vbopt...s/progress.gif Any ideas? If i try to flush cache directly from admincp i don't see anything what i am missing? thanks in advance |
Taringa, what cache method are you using? If XCache you either need to disable authentification within php.ini, or enable the XCache authentification in the vboptimise options and configure your XCache username/password in ./vboptimise/config.php
|
Thanks deceptor, that was it :)
|
Sorry, i´ve run a test and i get the following results:
Running Test: Connection to memcache Test completed successfully Running Test: Store Cache Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration. Running Test: Fetch Cache Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration. Running Test: Flush Cache Test completed successfully What can i do to fix this issue? Thank you very much! |
Make sure you've configured your memcache settings in includes/config.php for vBulletin, although you don't need to connect it to the vBulletin datastore vB Optimise needs to be able to read the connection information.
If that's done, check that you've spawned an instance of memcached on your server, simply installing that and the memcache extension for php doesn't run the server. For example, running this in SSH will spawn an instance with 128mb of memory available, 1024 max connections and under the user "nobody" and port 11211 which is typically the default: Code:
memcached -d -m 128 -u nobody -c 1024 -p 11211 |
Code:
Database error in vBulletin 3.8.6: |
Interesting - that query is from the Pro version and this is the Lite thread. If you're a customer head over to our support forums please (check the main post for the website link) :)
|
<removed>
|
This is not the place for help on the paid version, please see ;
Quote:
|
If I installed it successfully, do I have to make any thing late? Or it will work without any interaction from my side ?
|
Turn it on, run the system test to see if it's working and you're done :) Tweak the settings in the ACP if you desire. (This is all assuming you've got a cache system installed and ready to go, like XCache or Memcache).
|
I am looking for purcase pro version. Do you provide trial for Pro version?
I need to know if it is worth it. I have a huge board need serious caching. Please let me know |
Quote:
|
This hack conflicts with the multiple accounts hack. Could you please look into this?
I really can not do without the multiple accounts hack and as you know I am highly interested in vboptimizing my servers. ;) I'm much looking forward to the forthcoming versions of vboptimise with CDN and other goodies. |
I've installed it, set it with APC and vbo_ prefix. Plugin is enabled, but nothing is cached (no entry with vbo_ in database).
Why? |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=137 |
My profile backgrounds stopped working quite some time ago, as well as social group layout. Relating thread at vb.com: http://www.vbulletin.com/forum/showt...re-still-there.
I could not lay my finger on it until today. I turned off vb optimise to check something and a bit later both the profiles as social group layout were working again. Any idea what is causing this? |
Quote:
I hate to say it, but I ran into issues with their other hacks too causing things to go hay wire. Luckly they fixed the user tagging hack to stop conflicts. I hope they can do the same for this, but you have to report it on their support forums or project tracker. |
Added.
|
I installed this today, checked everything, and am getting:
Quote:
|
Quote:
Quote:
Quote:
Quote:
Quote:
Fillip |
Quote:
Thanks for the share and thanks in advance for assistance. Jacquii. |
Wow. Excellent! I'm running APC and memcached as datastore and just installed this and my forum just snaps! vBSEO and all my mods seem to be cooperating.
So far, (last 15 minutes), I haven't noticed anything not working. Thank you so much for this. Just read a post about Pro version... might have to look into that. |
Quote:
Please let me know if you have any questions. Quote:
The images no longer have a 'Showing 5 of 20 Picture(s)' block, but are all over the page. |
I have this little plugin which minifies html at the global complete hook.
How should I change it to allow vboptimise to cache the already minified template? |
By the way... when I run the tests it doesn't show anything. Just empy table cells below each test.
BUT, enabling debug mode shows less memory use and less queries, so I guess it's working fine. |
All times are GMT. The time now is 06:04 PM. |
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:
|