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)

GreasySpoon 12-19-2008 11:35 AM

Quote:

Originally Posted by Andreas (Post 1688687)
Partly - you must rebuild the cache manually afer TMS actions.

OK, thanks.

Just tried it, looks good.

Installed + Nominated

Lizard King 12-19-2008 11:58 AM

I'll also vote for the following option :

User-definable prefix in cases where there are several installations on one server (maybe use the config.php setting?)

ForYou 12-19-2008 12:46 PM

Hello ,

There is problem when i user the Quick Reply to post and when i click "post Quick Reply" you will not see the Theard but you see what you see in the photo .

Note : i'm using VbSeo also , is there any problem ,

http://www.dardasha.ps/montada/uploa...1229697851.jpg

http://www.dardasha.ps/montada/uploa...1229697906.jpg

I hope i can find solution ,

KevinL 12-19-2008 01:12 PM

Haven't seen this problem. I'm using vbseo also.

ForYou 12-19-2008 01:29 PM

What you think , from where the problem ,

GreasySpoon 12-19-2008 01:33 PM

Quote:

Originally Posted by ForYou (Post 1688748)
What you think , from where the problem ,

Try to disable the GZIP compression in the AdminCP.

Some month ago, i had an error, with GZIP, whitch looked like that one.

Robru 12-19-2008 01:37 PM

Works fine for me with vB 3.8.0 RC1

Thanks you :)

ForYou 12-19-2008 01:50 PM

Hello ,

When i disable the GZIP the error still but in a diffrent way , look at the photo ,
http://www.dardasha.ps/montada/uploa...1229701691.jpg

GreasySpoon 12-19-2008 01:54 PM

Did you modified something before you have installed this Add-on?

ForYou 12-19-2008 02:02 PM

NO , I don't do any thing just upload the files and import the product , maybe there is problem in setting and i don't know to do that or maybe there is some thing i need to do it ,

Please help if you can

Deceptor 12-19-2008 02:07 PM

birdie - Regarding your errors, it's because you installed the modification on the same server with multiple vB forums, I assume you used either XCache or Memcache? No doubt the cached items conflicted. This will be rectified in 1.0.3 where you're given the ability to insert custom data prefix's to ensure the cached content is kept unique to each individual vBulletin install.

ForYou - Unfortunately I've not been able to replicate this issue, if you could turn off cache phrases, then cache styles, then cache templates, and after each turn attempt to use quick reply again, to see if disabling any of the cache methods fixes the issue. If I'm right then it'll be phrases, since you're using a different language. That or something specific with your apache setup.

Andreas - Thanks for the kind words, and for the suggestions. I did consider eAccelerator but unless I'm mistaken vBulletin doesn't use it for a bug that occurs, if or not that will relate to vB Optimise I'm unaware of, but I'll look into to and if not integrate the controller.

As for everyone else, I'm happy to see the positive impact this is having on forums, I'll be releasing 1.0.3 very soon :)

GreasySpoon 12-19-2008 02:10 PM

Which type of caching did you choose? Try the filecache if it work.

Edit: Too late ;-)

ForYou 12-19-2008 02:29 PM

Still the same problem , :( please let me know step by step what can do to solve this problem ,

ForYou 12-19-2008 02:58 PM

still the same problem ,
http://www.dardasha.ps/montada/uploa...1229705793.jpg

Deceptor 12-19-2008 03:01 PM

ForYou - Are you saying that after disabling all the caches you're still getting the error? If that's the case disable the product vB Optimise and see if you're still getting the error, if you are then it is being caused by something else.

veenuisthebest 12-19-2008 03:03 PM

oh man I can really see performance boost with this mod. And it did reduced 2 queries globally :eek: So nicely written, very well described settings, just amazing.

One question:-

I am using File Cache, I notice a lot of PHP files created in /vboptimise folder, can you please tell me how they are distributed, i mean on what basis that many php files are created.

Installed, nominated and Thanks a lot!

P.S.: If this was possible, why in the world vbulletin didn't do something like this, performance is the top thing. vBulletin should buy this code from you :D

Deceptor 12-19-2008 03:08 PM

Hi veenuisthebest,

The vboptimise/ folder will populate with the cache files created by vB Optimise, the basis that they are created on is 1 file per item, that item can currently be one of the following:

- A phrase
- A phrase group
- A template
- Style information (for 1 style)

Glad it's working out great for you :)

Ramsesx 12-19-2008 03:22 PM

After installing everything f** up and I get this error on a blank page:
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/www/doc/15667/myhomepage
/www/forum/includes/class_activecache.php on line 11

Deceptor 12-19-2008 03:24 PM

Ramsesx - What PHP version are you using? You need to be using PHP5, there's no errors in the PHP files available to download, especially since your the first to report this error. Is it possible the files you uploaded got corrupted or uploaded in binary?

Ramsesx 12-19-2008 03:32 PM

Ok, my fault I thought I'm already on php5 but it's only 4.4.8. Any hints how I can get things on the road again? Somebody before said he disabled the hooksystem in the config.php, but on my file there is no line as described
Quote:

Login to FTP => go to your config.php file => at the very top of the
file you should see this code uncommented "define('DISABLE_HOOKS',
true);" un-comment the code and make it active then re-upload the file.
This turns off ALL plugins.

Deceptor 12-19-2008 03:35 PM

Code:

define('DISABLE_HOOKS', true);
Simply place that in your config.php for vBulletin (./includes/config.php), it'll disable all your plugins, once do head into the Admin CP and uninstall vB Optimise product, you won't need to delete the vB Optimise files to remove completely, but your safe to do so after the product is removed.

After that, simply remove the line from config.php and your products will work again :)

djr 12-19-2008 03:42 PM

- Installed and nominated, thanks!

Ramsesx 12-19-2008 03:43 PM

Thanks a lot Deceptor now everything is fine again. :)

Skyrider 12-19-2008 04:44 PM

Sorry, had to disable this plugin. Using File Caching and had the bottom left 3 options enabled of the options menu, and a few hours later.. Seriously all the themes images disappeared. Only text was working:

Can you fix this issue?

Using VB 3.7

Deceptor 12-19-2008 04:47 PM

I'd need to be on an environment where the problem occured unfortunately to fix the issue as I'm unable to replicate myself, but I'll switch my test forum to filecache and watch it. Can I ask if you ever flushed cached over the hours you had it installed, or changed any settings with styles/phrases/templates?

Thanks.

Deceptor 12-19-2008 05:18 PM

FF|Skyrider, I've been able to replicate your issue by manually corrupting phrase cache files which broke images, to fix this in the next update I've applied an integrity check that will ensure the data fetched from cache is intact.

It should automatically detect and fix corruption issues with filecache on the fly without you ever noticing, so if you could let me know when the next version is released if you no longer get the issue that'd be great :)

Skyrider 12-19-2008 05:25 PM

Quote:

Originally Posted by Deceptor (Post 1688900)
I'd need to be on an environment where the problem occured unfortunately to fix the issue as I'm unable to replicate myself, but I'll switch my test forum to filecache and watch it. Can I ask if you ever flushed cached over the hours you had it installed, or changed any settings with styles/phrases/templates?

Thanks.

Installed it this afternoon, so it happened in the last 4 - 5 hours. And nope, haven't touched any styles,prhases or templates.

EDIT:
Saw your new post, thanks!

tecnozul 12-19-2008 05:47 PM

simplemete excellent at 3.7 and install it works perfect .. thanks
:D

fattony69 12-19-2008 06:28 PM

Didn't really read the thread, so I hope I don't repeat myself. Does this work with 3.7 and does it work with vbSEO?

birdie 12-19-2008 06:31 PM

Quote:

Originally Posted by fattony69 (Post 1688977)
Didn't really read the thread, so I hope I don't repeat myself. Does this work with 3.7 and does it work with vbSEO?

Why not read the thread like the rest of us?

tmc 12-19-2008 06:32 PM

Good job. Looked through the code and was impressed. It's quite stunning there is no support for this in 3.8 by default.

This being PHP5-only certainly helps though.. :) I don't know how they'd quite manage otherwise, w/ 3.8's low requirements.

Deceptor 12-19-2008 06:36 PM

fattony69 - While 3.7 isn't the version this project is aimed at, people here have successfully installed it with no problems, the same applies to vBSEO.

tmc - Glad you like it :)

As for everyone else, the next update will be out in the next hour or so which will strengthen the cache system for the odd couple of people who've experienced corruption, and a lot of other additions too :)

fattony69 12-19-2008 06:45 PM

Quote:

Originally Posted by birdie (Post 1688980)
Why not read the thread like the rest of us?

I read the first post. I don't want to read posts about troubleshooting unless I have a problem.

Infopro 12-19-2008 07:05 PM

Quote:

Originally Posted by Deceptor (Post 1688986)
fattony69 - While 3.7 isn't the version this project is aimed at, people here have successfully installed it with no problems, the same applies to vBSEO.

tmc - Glad you like it :)

As for everyone else, the next update will be out in the next hour or so which will strengthen the cache system for the odd couple of people who've experienced corruption, and a lot of other additions too :)


I've edited the class_activecache_methods.php to set files in file cache to be created with 0644 permissions. (SuPHP and files set to 777 don't play well together)

Magnumutz 12-19-2008 07:07 PM

Deceptor... all i can say is, my hat down to you (a romanian word for "i've got the utmost respect for you").
Nominated for Mod of the Month poll.
You WILL win it and vBulletin SHOULD buy your code or at least ask for your permission to use it.

Deceptor 12-19-2008 07:11 PM

Infopro - Thanks for letting me know, I'll add a setting in the vB Optimise settings for SuPHP setups to swap auto chmod from 0777 to 0644 :)

Magnumnutz - All I can say is thank you, glad you appreciate the mod :)

Deceptor 12-19-2008 07:33 PM

Version 1.1.0 released :)

veenuisthebest 12-19-2008 07:47 PM

wow that was fast. Thanks for the super update deceptor!

MrZeropage 12-19-2008 07:48 PM

Thanks for this new version, and for apping APC-support :)

One more question: will this work having a forum running on more than one (in this case: six) different webservers having a load-balancer in action and using APC ?
I think the cache-folder will/could not be synchronous in this case, which could cause problems, right ?

Deceptor 12-19-2008 07:51 PM

Is the APC distributed across the servers or local to one server Zeropage? If it's local to one server there shouldn't be an issue, that said there shouldn't be an issue with distributed. Unfortunately I don't have 6 web servers at my disposal to test, haha, if you do happen to test let me know how it goes :)


All times are GMT. The time now is 08:26 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
  • Page Generation 0.02113 seconds
  • Memory Usage 1,821KB
  • 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
  • (1)bbcode_code_printable
  • (7)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