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)

MissKalunji 02-24-2009 12:35 PM

to tyranny And slayerz

What happened exactly you installed and pages went blank?

- Which cache method did you use? (file cache,x-cache)?

- Do you currently have a cache system installed on yoru server?

- Do you have php 5?

Can you describe exactly the step you took to end up having blank pages...?

I can try to help you guys out:)

Slayerz 02-24-2009 07:33 PM

Yes I have php 5.
The steps were using filezilla I uploaded the files in proper places, that went well.
Than I added the product via admin board than the entire forum and admin cp went blank.

The Server and forum are running on Apache.

GreasySpoon 02-25-2009 12:48 PM

Quote:

Originally Posted by ChrisChristian (Post 1740703)
vB Optimise: Cache Phrases -> YES (when using memcache)
When a member register, the email received don?t have the "FROM" part

This bug also appear if you are using filecache.

To fix the bug quick and dirty, create a new plugin for the register_addmember_process hook and add the following code:

PHP Code:

$vbulletin->options['_vboptimise_active'] = false

Greetz

MissKalunji 02-25-2009 04:45 PM

Quote:

Originally Posted by Slayerz (Post 1753621)
Yes I have php 5.
The steps were using filezilla I uploaded the files in proper places, that went well.
Than I added the product via admin board than the entire forum and admin cp went blank.

The Server and forum are running on Apache.

which cache system are you using?

did you chmod the directories?

Atonik 02-25-2009 10:30 PM

How to limit disk usage for this mod?

jawatkin 02-26-2009 01:40 AM

Quote:

Originally Posted by MissKalunji (Post 1753279)
to tyranny And slayerz

What happened exactly you installed and pages went blank?

- Which cache method did you use? (file cache,x-cache)?

- Do you currently have a cache system installed on yoru server?

- Do you have php 5?

Can you describe exactly the step you took to end up having blank pages...?

I can try to help you guys out:)

I had the same issue... Uploaded files then uploaded the XML and got blank pages. Disabled plugin system to get back in and had to uninstall the product in order to get things back together:

Never configured anything so whatever is set as default for cache method and running php 5.2.8 with FPM patch.

vB = 3.8.1

Slayerz 02-26-2009 02:33 AM

Vb 3.8.1
Platform - Debian
MySQL Version 5.0.45
Perl 5.8.8
Php- 5

Trust me my hosting is perfect.
I host it.
My server is not the issue.

ChrisChristian 02-26-2009 03:26 AM

Uninstalled for now. More problems than benefits. The mod has potential, but I will wait for a new version with fixed bugs to try again.

F0xy 02-26-2009 12:24 PM

eaccelerator.shm_size="16"
eaccelerator.cache_dir="/tmp/eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="64"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"

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 still get this error, can anyone see from the above info if I need to change or add any info?

MissKalunji 02-26-2009 12:55 PM

Quote:

Originally Posted by F0xy (Post 1755175)
eaccelerator.shm_size="16"
eaccelerator.cache_dir="/tmp/eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="64"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"

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 still get this error, can anyone see from the above info if I need to change or add any info?

you probably didn't configure it properly


who installed eaccelerator for you?
i would suggest pm him : https://vborg.vbsupport.ru/member.php?u=134669 he is the one who helped me maybe he might be available to support you onthat....

F0xy 02-26-2009 03:24 PM

my hosts installed it, I believe they actually reinstalled it again because of these problems. I'm on a VPS.

admin0 02-26-2009 04:46 PM

Hi,

Today I installed an old addon (developed for 3.5.4)
https://vborg.vbsupport.ru/showthread.php?t=113042

This addon shows the random 5 games in the forumhome from the ipbarcade.
This is working fine and you can see it on http://www.nepalhub.com/ , top part, below notices and above the welcome box.

The thing is, this disappears if I turn ON vboptimize, and works only when I turn it off {Its Off now}

What can I do and how do I solve it? vboptimize was working perfectly, and I need this too.

RedTrinity 02-27-2009 05:20 AM

Quote:

Originally Posted by MissKalunji (Post 1753279)
to tyranny And slayerz

What happened exactly you installed and pages went blank?

- Which cache method did you use? (file cache,x-cache)?

- Do you currently have a cache system installed on yoru server?

- Do you have php 5?

Can you describe exactly the step you took to end up having blank pages...?

I can try to help you guys out:)

The hack was working fine for me until I upgraded our Vbulletin forum from 3.8.0 to 3.8.1. After that, it started making forumdisplay.php a blank page. Everything else was still working ok apart from this page, and disabling this hack fixed the blank page issue - although it took me a while to work out what the cause was.

No other changes were made (ie. new hacks added/removed etc) which would have resulted in this problem - it was definitely the VB upgrade that did it.

adivor 02-27-2009 05:38 AM

FOR ALL LIGHTTPD USERS:

This mod work at 100% in my forum with lighttpd:

www.adivor.it

fattony69 02-27-2009 02:44 PM

Does this work with vBSEO, is there any issue with any modifications, and are there any success stories?

Switch02 02-27-2009 03:28 PM

interesting, will keep an eye on this one ;)

citizenkane 02-27-2009 04:47 PM

did you database eror konow probleme ??? help :S

hacks4dto 02-28-2009 05:36 PM

I used this mod for about an month (since 3.8 upgrade) and everthing went smooth until last week.
After a period of time (mostly 3 days or so), the content didn't show up anymore.
Only the header and footer are visible.

http://img16.imageshack.us/img16/3759/2vvtgzl.th.jpg

I'm using:
vbulletin 3.8.1
vbadvanced cmps 3.1.0
kernel 2.6.18-5-686 smp
nginx 0.7.38
php 5.2.8 with php-fpm 0.5.10, suhosin patch 0.9.6, suhosin extension 0.9.27 and xcache 1.2.2

Im now using a workaround-cron to restart php-fpm every night.

briansol 03-02-2009 09:27 PM

yes, this works with vbseo. In fact, you can use vbseo to use xcache/etc along side of this. just be sure to edit config_vbseo.php and set your storage header to a unique prefix for every site you have (default is vbseo_storage, change to siteXXX_vbseo_storage).

To the guy with e-accelerator problems, go back 2 pages and read my last post in this thread. you need to compile eaccelerator with the get and put functions. Installing alone will NOT enable the needed functions.

I've had this on for over a month now on 5 different sites ranging from 3.7.2 to 3.8.1 with no issues, and a TON of var data which has saved me 131,534,789 database queries.

Habsy 03-03-2009 05:04 AM

I just installed this mod and it crashed my site. I cannot get back into the cp to uninstall. Is there any way to do it via ftp?

All I get is white screen now.

Habsy 03-03-2009 05:37 AM

Still no luck. Your mod crashed my site.

Thanks.

smnet 03-03-2009 10:25 AM

I always place a lot of stock in what lizard thinks....

Installed!
Quote:

Originally Posted by Lizard King (Post 1688673)
One of the best modifications i've ever seen at vb.org in the last couple years. Code is perfectly structured , doing its job perfectly.

Definately deserves to be the mod of the year.


Habsy 03-03-2009 03:04 PM

Well that's nice.

This isn't the first mod I have installed.

It crashed vBulletin.

It may work for some of you but I can tell you right now something caused is to crash.

KevinL 03-03-2009 03:07 PM

@Habsy you can try...

QUICK FIX

Add this to your config.php

define('DISABLE_HOOKS', 1);

This will turn off all of your mods.

Go into admin and uninstall this mod.

return your original config.php

Then uninstall the mod.

Dr-net 03-03-2009 07:03 PM

Great it is speed up my site

smnet 03-03-2009 09:06 PM

Those people are receiving errors...

I was getting database errors and on close inspection it seemed to be a query missing some info regarding sessions.... I pinned this down to the WOL caching.

I have the spider display mod and also members visited in last 24 hours mod running so perhaps thats what is causing a conflict.

Anyway, if you are running either of these mods and are having issues, then just put the WOL setting to zero and you should be good.

@Deceptor.... You might want to look into this. If you need the exact database errors then let me know and i'll get them to ya.

el-q6ri 03-04-2009 03:12 PM

if i use XCache what I need to condifer so i dont have any problem with this mode ?

ergonum 03-04-2009 04:19 PM

I have some custom template / sites on my vBulletin Forum that I'd like to cache for a specific amount of time.

Is there an easy possibility of adding custom pages to be cached with a custom time value?

Thanks in advance

dbembibre 03-05-2009 08:19 AM

Quote:

Originally Posted by hIBEES (Post 1690930)
I'm not sure but i'm sure vbSEO uses lots of resources?

The majority of resources consumption of vBSEO is related to to URL rewrites

el-q6ri 03-07-2009 05:30 PM

I have use eAccelerator and VB 3.7.5 PL1 and this mode but when I select Flush Cache it dont flush the Cache I use PHP5.2.5 and MYSQL 4.1.22-standard

how to solve this ?

tide 03-07-2009 09:18 PM

installed with memcache and working great, wish it used even more of memcached, I have 8GB of memory going to waste :)

Habsy 03-07-2009 10:53 PM

Quote:

Originally Posted by KevinL (Post 1759349)
@Habsy you can try...

QUICK FIX

Add this to your config.php

define('DISABLE_HOOKS', 1);

This will turn off all of your mods.

Go into admin and uninstall this mod.

return your original config.php

Then uninstall the mod.

Thank you, that is what I ended up doing. I am too afraid to even attempt to re-install this mod.

wreckless 03-08-2009 05:33 AM

FOR THOSE WHO ARE GETTING THE FATAL ERROR:
You need to make sure that the vboptimise folder is CHMOD to 777.

psypix 03-08-2009 09:04 AM

Here is a tip that might help some of you having problems with notices. Once you've created or edited a notice use the flush cache function in vBOptimise and then refresh the page where you expect to see the notices. Works OK for me on 3.8.1PL1
Thanks for a cool hack :)

el-q6ri 03-09-2009 06:10 AM

Quote:

Originally Posted by el-q6ri (Post 1762638)
I have use eAccelerator and VB 3.7.5 PL1 and this mode but when I select Flush Cache it dont flush the Cache I use PHP5.2.5 and MYSQL 4.1.22-standard

how to solve this ?

any one could help me ?

F0xy 03-09-2009 02:56 PM

Quote:

Originally Posted by el-q6ri (Post 1762638)
I have use eAccelerator and VB 3.7.5 PL1 and this mode but when I select Flush Cache it dont flush the Cache I use PHP5.2.5 and MYSQL 4.1.22-standard

how to solve this ?

i have the seem problem

Red-Level 03-09-2009 05:13 PM

I keep getting a 404 error:

The requested URL /forums=e2fce8f173a426c05ca106ad7bcd5b66& was not found on this server.

This only happens when members are not logged in. I'm also using vBAdvanced. vBOptimise is current disabled and uninstalled, yet this error still occurs. Any ideas?

nighteyes 03-10-2009 05:02 PM

Quote:

Originally Posted by F0xy (Post 1764098)
i have the seem problem

Same problem here too.

Redzzand 03-10-2009 05:52 PM

...

kaanon 03-10-2009 09:09 PM

For the life of me, I could not find the link to optimal settings, but it's here: /forums/admincp/vboptimise.php?do=optimal

Nice mod, so far. Crossing my fingers to see if it works on production.


All times are GMT. The time now is 04:48 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.02400 seconds
  • Memory Usage 1,831KB
  • 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_php_printable
  • (11)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