PDA

View Full Version : Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite)


Pages : 1 2 3 4 5 [6]

DragonByte Tech
10-09-2011, 09:21 PM
I don't know what that is, sorry.

Fillip

MentaL
10-10-2011, 09:47 AM
It's a CDN network www.cloudflare.com

MentaL
10-10-2011, 09:49 AM
Here is the issue on Tapatalk forums; http://www.tapatalk.com/forum/showthread.php?t=4591

DragonByte Tech
10-12-2011, 03:37 PM
That's sadly not enough information for me to stand a chance to look into it, especially when I have no way to reproduce it on DBTech :(


Fillip

EddyMaxx
10-12-2011, 04:26 PM
Man this is one of the best mods ever!!!

MentaL
10-12-2011, 06:32 PM
That's sadly not enough information for me to stand a chance to look into it, especially when I have no way to reproduce it on DBTech :(


Fillip

It's frustrating because once I clear the cache from VB Optimise (Great app btw) it works for a bit .

EddyMaxx
10-12-2011, 08:34 PM
I don't have any issues with TapaTalk.

MentaL
10-19-2011, 02:12 PM
Think I've identified the problem w/ tapatalk and mobile style detection. I went through each setting manually all disabled enabling one at a time and when you enable the guest cache (even for 1 minute) the mobile style that has been pre-assigned on the homepage will be the default vbulletin style for normal users and not mobile , once disabled guest caching all works well again. Tapatalk also seems fully functional as of this moment too with guest cache disabled.

Alecsmith
12-02-2011, 05:58 AM
I install add on as per instruction also changed path for attachment, avatars etc.
I am using Memcached on my linux server but when i press system tests nothing happens i added screenshot :(:confused:

DragonByte Tech
12-02-2011, 09:54 AM
Please check Firefox' Error Console for any JS errors.

Fillip

Alecsmith
12-02-2011, 10:36 AM
Please check Firefox' Error Console for any JS errors.


Fillip

Hey Filip

Got one error

Vboptimise is not defined

url.com/admincp/vboptimise.php?=test line - 70

Is anything wrong with Chmod setting?

DragonByte Tech
12-02-2011, 10:42 AM
Please ensure you've uploaded all files to their correct location, that most commonly happens when the JS file hasn't been uploaded correctly.

Fillip

Alecsmith
12-02-2011, 03:03 PM
Please ensure you've uploaded all files to their correct location, that most commonly happens when the JS file hasn't been uploaded correctly.


Fillip


I reinstalled again and reuploaded file but no luck but i checked optimise add on other forum on same server its working but not in this one.

DragonByte Tech
12-02-2011, 03:11 PM
Are there any mods you have installed on the "nonworking" forum that you don't have on the other?

If so, try disabling them.

Beyond that, I don't think there's anything more I can do :(


Fillip

Alecsmith
12-02-2011, 03:23 PM
Are there any mods you have installed on the "nonworking" forum that you don't have on the other?

If so, try disabling them.

Beyond that, I don't think there's anything more I can do :(


Fillip


Oh sorry forgot to mentioned that in last posts i disabled all other add ons anyway this board is imported from mybb and using VB 3.8.4 version i will remove all add ons and remove reinstall one by one :)


Edit : finally figure out i didn't added : DATASTORE PREFIX
After i added prefer i tests and its works :)

home9000
12-02-2011, 08:51 PM
Any discount coupon for this hack

diggity1
12-08-2011, 08:32 PM
hi. does this issue ring a bell with private.php?

Here is a thread on what I was going through with vb optimize
https://vborg.vbsupport.ru/showthread.php?t=275173

DragonByte Tech
12-08-2011, 10:21 PM
As far as I can tell, vBOptimise does not have a plugin on that location, though you may have manually added a Digital Point optimisation that uses that location and accidentally grouped it under vBO :)


Fillip

diggity1
12-09-2011, 12:43 PM
Sorry, I misread the plugin. Apparently it is a vbulletin one. Nevermind.

DragonByte Tech
12-09-2011, 12:52 PM
Plugins that don't have a product attached show up under "vBulletin" - it's not an official Internet Brands made plugin :)


Fillip

R-D
01-03-2012, 05:07 PM
Got a couple of bugfixes for you. Both in vboptimise/cachers/cacher_templates.php.

Line 27:if (CMS_SCRIPT)
Should be:if (defined('CMS_SCRIPT'))
Otherwise it always evaluates to true and includes the $add array of CMS templates, even if CMS_SCRIPT isn't defined. This means the datastore is checked unnecessarily for 40+ non-existent templates, if the CMS isn't installed.


Line 91:foreach ($argument AS $template)
{
$templateids[] = intval($templateassoc["$template"]);
}
Should be:foreach ($argument AS $template)
{
$tem = intval($templateassoc["$template"]);

if ($tem > 0)
{
$templateids[] = $tem;
}
}
This one is minor, compared to the other, but vBOptimise 2.0.1 looks for the humanverify template, which doesn't exist. It's included in a number of vBulletin pages, but is altered to the correct humanverify_type template in global.php, line 271 (vBulletin 3.8X).

Checking for a template ID greater than 0 would eliminate any additional datastore checking, if other templates don't exist but are included for whatever reason.

DragonByte Tech
01-03-2012, 05:15 PM
Hey, thanks :)

Sadly because we (DBTech) do not have access to Deceptor's account we won't be able to implement these fixes until we re-release the mod under our own account.
Obviously we don't want to do this until we have some actual updates to release, so to ensure this post won't get lost to the mists of time, could you please re-post it at our forum as a Feature Request?

Our custom issue tracker system will ensure we will re-read this when it's time to plan out and create a new version :)


Fillip

DragonByte Tech
06-23-2012, 12:34 AM
Development resumed here: https://vborg.vbsupport.ru/showthread.php?t=284817


Fillip

Mark_Zuckerberg
10-02-2012, 09:58 PM
SORRY WRONG POST I HAVE POSTED ON THE WRONG THREAD :(

DragonByte Tech
10-02-2012, 10:11 PM
This version of vB Optimise is no longer supported, please see the post above yours.

Fillip

Mapo
11-23-2012, 09:08 AM
hello,
I tried to upgrade to 2.5.0 in a vbulletin 3.8.7
I did something wrong upgrading and needed to return to the previous version, now I am trying to uninstall or upgrade and I get the following error:

Warning: require_once([path]/vboptimise/core/class_vboptimise.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(304) : eval()'d code on line 13

Fatal error: require_once() [function.require]: Failed opening required '/home/.../vboptimise/core/class_vboptimise.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/.../forum/includes/init.php(304) : eval()'d code on line 13

What can I do?
Thank you

DragonByte Tech
11-27-2012, 01:51 PM
define('DISABLE_HOOKS', true); in config.php beneath <?php

Please note that this version is no longer supported, and queries regarding this version may not be answered :)


Fillip

postcd
02-18-2013, 08:53 AM
Hi, i need help. My Filecache folder is 1gb big. I have thousands of topics, it seems to me like every post is cached which i dont want, size is too large. Please how can i decrease this size? I have default settings + file cache enabled (no other is supported) and system test tells that all 4 Fetching, flushhing cache etc works OK.

I see some files in public_html/dbtech/vboptimise/filecache are older 3 days which i dont understand, my settings should be flush in hours.

How to reduce filecache size, not to cache threads, posts? Other option than hard cronjob delete?

:p:p:p:p

DragonByte Tech
02-18-2013, 01:34 PM
This version is no longer supported, please use this version: https://vborg.vbsupport.ru/showthread.php?t=284816


Fillip

Terrablade
08-10-2014, 05:51 AM
If i installed APC server side, is it enough? or should I also use the APC in this mod?