vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite) (https://vborg.vbsupport.ru/showthread.php?t=199207)

newguy 05-07-2010 11:57 PM

How can someone find out what they have installed? # XCache
# WinCache etc....

nascartr 05-08-2010 03:29 AM

Quote:

Originally Posted by Deceptor (Post 2033182)
Hi nascartr,

eAccelerator can be configured with protection, as such it requires you to manually give scripts permissions to access certain functions (in our case the flush). You or your host will need to edit your php configuration for eAccelerator and specify the location to: /your/path/to/forums/vboptimise/core/core_vboptimise.php within the setting eaccelerator.admin_allowed_path.

Seems silly I know, but that's eAccelerator for you :)

Thank you. I've contacted my host.

Deceptor 05-08-2010 02:09 PM

Quote:

Originally Posted by newguy (Post 2033476)
How can someone find out what they have installed? # XCache
# WinCache etc....

Typically servers don't have extensions by default, you should contact your hosting provider if unsure - they too can install extensions (sometimes).

bmckinley 05-12-2010 07:55 PM

Upgraded from 1.32

Waaaaaaaaay cool.

Deceptor 05-15-2010 05:30 PM

Quote:

Originally Posted by bmckinley (Post 2035939)
Upgraded from 1.32

Waaaaaaaaay cool.

Glad you think so, enjoy :)

NAZIA 05-15-2010 10:53 PM

installed.
thanks

TitanJeff 05-16-2010 04:39 PM

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.

Deceptor 05-17-2010 02:24 PM

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.

TruthElixirX 05-18-2010 08:52 AM

I installed this, everything went fine, and then I went to do a "System Check" and get this message:

Quote:

vB Optimise is currently offline. Please enable and configure vB Optimise to run a system test.
So I went to vB Optimise Settings and double checked everything, it is set to "Yes" to be on. I click save and it says it saves the setting successfully. I go back and check and still says it is offline.

Ideas? Running 3.8.5

Deceptor 05-18-2010 06:42 PM

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

Kayden 05-19-2010 07:06 PM

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.

TruthElixirX 05-19-2010 10:02 PM

Quote:

Originally Posted by Deceptor (Post 2039412)
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).

Yes, it is set to yes. That is why I am confused. :\

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.

Deceptor 05-22-2010 08:21 PM

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.

phkk 06-06-2010 02:34 PM

Thanksssssssssss

Taringa! CS 07-09-2010 11:56 AM

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

Deceptor 07-09-2010 12:47 PM

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

Taringa! CS 07-09-2010 08:29 PM

Thanks deceptor, that was it :)

solarweb 07-21-2010 03:29 PM

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!

Deceptor 07-25-2010 06:59 AM

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

root's 09-21-2010 07:08 PM

Code:

Database error in vBulletin 3.8.6:

Invalid SQL:
select queries from vboptimise where dateline='Sep 21st';

MySQL Error  : Table 'roots_db.vboptimise' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, September 21st 2010 @ 09:34:56 PM
Error Date    : Tuesday, September 21st 2010 @ 09:34:56 PM
Script        : http://www.youtsite.com/forum/vboptimise.php?pass=&nocache=1288.6927242705133
Referrer      : http://www.yoursite.com/forum/vboptimise/swf/vboptimise.swf?rev=1.1
IP Address    : xx.xx.xx.xxx
Username      : root's
Classname    : vB_Database
MySQL Version : 5.0.91-community


Deceptor 09-21-2010 07:23 PM

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) :)

root's 09-21-2010 07:24 PM

<removed>

Paul M 09-21-2010 08:13 PM

This is not the place for help on the paid version, please see ;

Quote:

If you're a customer head over to our support forums please (check the main post for the website link)

Log on 09-27-2010 07:14 AM

If I installed it successfully, do I have to make any thing late? Or it will work without any interaction from my side ?

Deceptor 09-29-2010 12:20 AM

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

lauxanh 09-30-2010 06:01 PM

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

Deceptor 09-30-2010 11:04 PM

Quote:

Originally Posted by lauxanh (Post 2105199)
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

Sent you a PM :)

Alfa1 10-11-2010 06:27 PM

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.

Seba123 10-20-2010 11:25 PM

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?

weindians 10-22-2010 09:16 PM

Quote:

Originally Posted by Alfa1 (Post 2109167)
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.

not only that few others too...

https://vborg.vbsupport.ru/showpost....&postcount=137

Alfa1 11-08-2010 03:08 PM

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?

FreshFroot 11-12-2010 05:38 PM

Quote:

Originally Posted by Alfa1 (Post 2119506)
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?

Report it at their support forums.

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.

Alfa1 11-14-2010 09:50 PM

Added.

madmax1228 01-07-2011 11:28 AM

I installed this today, checked everything, and am getting:
Quote:

Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
when I so a system check. Any ideas on what to do with this?

DragonByte Tech 01-10-2011 10:10 AM

Quote:

Originally Posted by Alfa1 (Post 2109167)
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.

If you can be more specific as to the conflict then we may be able to fix it, otherwise we'll be entirely unable to fix it.

Quote:

Originally Posted by Seba123 (Post 2112195)
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?

APC and XCache are known to not work with the most common configurations. Please try Memcached.

Quote:

Originally Posted by ukindian (Post 2112933)

If you can be more specific as to the conflict then we may be able to fix it, otherwise we'll be entirely unable to fix it.

Quote:

Originally Posted by Alfa1 (Post 2119506)
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?

What do you mean, layout?

Quote:

Originally Posted by madmax1228 (Post 2145401)
I installed this today, checked everything, and am getting: when I so a system check. Any ideas on what to do with this?

Google for a test script for your chosen caching extension and see if that works.


Fillip

JacquiiDesigns 01-10-2011 09:03 PM

Quote:

Running Test: Connection to xcache
Test completed successfully


Running Test: Store Cache
Test completed successfully


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
I'm using Xcache - or attempting to use it - I see the above error highlighted in red when running system test. Any advice on fixing this will be much appreciated. I'm not a tech savvy server Admin so keep it simple please :)

Thanks for the share and thanks in advance for assistance.

Jacquii.

melbo 01-12-2011 12:56 AM

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.

Alfa1 01-12-2011 02:01 AM

Quote:

Originally Posted by DragonByte Tech (Post 2146941)
If you can be more specific as to the conflict then we may be able to fix it, otherwise we'll be entirely unable to fix it.

I'll be glad to. The multiple accounts reports miss IP information and reports to have the banned usergroup found, when it has not and doesnt when it has found the banned usergroup.

Please let me know if you have any questions.

Quote:

Originally Posted by DragonByte Tech (Post 2146941)
What do you mean, layout?

The avatars of group members are no longer in their own block, but instead the 'Showing 10 of 62 Member(s)' block. is tiny and the avatars overlap its outlines.

The images no longer have a 'Showing 5 of 20 Picture(s)' block, but are all over the page.

Amenadiel 01-15-2011 06:07 PM

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?

Amenadiel 01-18-2011 11:01 AM

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
  • Page Generation 0.02025 seconds
  • Memory Usage 1,841KB
  • 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
  • (2)bbcode_code_printable
  • (18)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
  • (40)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