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)

KevinL 01-22-2009 01:44 PM

The config.php is in your includes folder

Add that line after the first <?php

dholt 01-22-2009 01:47 PM

Thanks as I found it, and as I should go back up and read some more

Nadeemjp 01-22-2009 02:33 PM

Quote:

Originally Posted by KevinL (Post 1721173)
Originally Posted by rinkrat View Post

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.

You should really read through the entire thread...

dear kevin
i am sorry for not reading the whole thread.
but the problem is, i dont know what to do.
i uninstalled it before everything went bizzare.
once i disable the hooks, i dont see it in the product list.
how should i uninstall it can you please advice?:(

cykelmyggen 01-22-2009 04:41 PM

I've installed this Mod and so far it's working OK, but I would like to enable the APC cache method.

I'm on a hosted server and has asked my webhost if this was enabled on server, which they confirmed.

However, when i click on the APC in vBoptimise my acp, I recieve this message:

"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 have enabled the APC in my config, with the line below

$config['Datastore']['class'] = 'vB_Datastore_APC';

Any help would be appreciated:confused:

KevinL 01-22-2009 05:12 PM

For both of you I think you may have to have it recompiled with PHP....don't quote me on it though...

BamaStangGuy 01-22-2009 08:19 PM

I lied. I have right at 30 products installed. Those things pile up fast.

abode 01-22-2009 11:51 PM

my forum has 21000 users registered . also with ~13500 visits and about 1456 visitor per day
do vB Optimise 1.3.2 help in this without any mistakes or errors

Gino1012 01-23-2009 03:30 AM

Thanks for destroying my site it didn't work and now my database is corrupt and my luck the db I have is also corrupt so thanks.

Edit sorry didnt read the few posts up
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.

You should really read through the entire thread...

Thank god for him posting :)

BamaStangGuy 01-23-2009 03:51 AM

Quote:

Originally Posted by Gino1012 (Post 1721894)
Thanks for destroying my site it didn't work and now my database is corrupt and my luck the db I have is also corrupt so thanks.

Edit sorry didnt read the few posts up
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.

You should really read through the entire thread...

Thank god for him posting :)

What version of PHP did you have?

cykelmyggen 01-23-2009 07:06 AM

Quote:

Originally Posted by cykelmyggen (Post 1721366)
I've installed this Mod and so far it's working OK, but I would like to enable the APC cache method.

I'm on a hosted server and has asked my webhost if this was enabled on server, which they confirmed.

However, when i click on the APC in vBoptimise my acp, I recieve this message:

"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 have enabled the APC in my config, with the line below

$config['Datastore']['class'] = 'vB_Datastore_APC';

Any help would be appreciated:confused:

Problem solved ... webhost screwed the server-configs...fixed now, and running smooth :up:

kingvillain 01-23-2009 08:11 AM

I am impressed, after configuring and activating this mod my forum is lightning fast, thanyou very much :D

TCB 01-23-2009 08:22 AM

Would it be possible to add vboptimise function to the video directory remixed mod ?

Vaupell 01-23-2009 12:11 PM

hmm it wont update links etc after installed on vba.. :down:

take the lottery module as an eksample, enabled vbo 1.3.2 in it
and set the timer to 60, howewer ewen now more than 12 hours
after nochange to the module, ewen though i changede the module links.

---------------------------------------------------------

But on the up side :up:

This mod have improved loading speed from 5-10sec ish to 1-5sec and on
googlechrome browser instant ewen though it has never seen the page before.

Thank you :up: great for vbulletin, just have a few grrr on vba.. highly recomended mod!

djbaxter 01-24-2009 05:27 PM

Quote:

Originally Posted by wolfstream (Post 1691060)
The recommended values for eaccelerator configuration (which, btw has worked for years without fail):

Code:

  ./configure \
  --enable-eaccelerator=shared \
  --with-php-config=$PHP_PREFIX/bin/php-config

Changes insisted by your code (and ONLY your code, btw):
Code:

  ./configure \
  --enable-eaccelerator=shared \
  --with-eaccelerator-shared-memory \
  --with-php-config=$PHP_PREFIX/bin/php-config

Again, this should be done properly, so that individuals DON'T have to recompile and reconfigure eacc, especially when they can't.

Where exactly are these configuration options set or changed?

I'm having the same issue: eAccelerator is installed and working (as far as I know). phpinfo shows:

Code:

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by eAccelerator
    with the ionCube PHP Loader v3.1.33, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies

Code:

eAccelerator support enabled
Version  0.9.5.3 
Caching Enabled  true 
Optimizer Enabled  true 
Memory Size  16,777,152 Bytes 
Memory Available  936 Bytes 
Memory Allocated  16,776,216 Bytes 
Cached Scripts  110 
Removed Scripts  0 
Cached Keys  0

Code:

Directive Local Value Master Value
eaccelerator.allowed_admin_path no value no value
eaccelerator.cache_dir /tmp/eaccelerator /tmp/eaccelerator
eaccelerator.check_mtime 1 1
eaccelerator.compress 1 1
eaccelerator.compress_level 9 9
eaccelerator.debug 0 0
eaccelerator.enable 1 1
eaccelerator.filter no value no value
eaccelerator.log_file no value no value
eaccelerator.name_space no value no value
eaccelerator.optimizer 1 1
eaccelerator.shm_max 0 0
eaccelerator.shm_only 0 0
eaccelerator.shm_prune_period 0 0
eaccelerator.shm_size 16 16
eaccelerator.shm_ttl 0 0


TheGreatTK 01-25-2009 03:14 AM

Holy crap, works with 3.7, and trimmed a frankly ridiculous amount of space off of my DB. Things do seem a wee bit snappier!

Installed and voted for MOTM - good luck :D

djbaxter 01-25-2009 03:49 AM

Among other problems, when enabled it sent out emails from my forum from "-".

Nice idea but this clearly still needs some work.

KevinL 01-25-2009 03:51 AM

You should really read the thread. If you don't cache the phrases the emails are fine.

djbaxter 01-25-2009 04:12 AM

Quote:

Originally Posted by djbaxter (Post 1723916)
Among other problems, when enabled it sent out emails from my forum from "-".

Nice idea but this clearly still needs some work.

Quote:

Originally Posted by KevinL (Post 1723920)
You should really read the thread. If you don't cache the phrases the emails are fine.

And you shouldn't make assumptions, especially when they're pathetically wrong. I have read all 50 pages of this thread. Did you miss the part above where I said "among other problems"? I mentioned the email one only because I don't recall seeing that specific one mentioned.

If you had read the thread, you would have seen a long list of fairly serious issues with this add-on and I encountered some of those. I've now uininstalled it but I'll keep an eye on future developments.

I'm not knocking the coder. I'm simply pointing out that this needs a lot of work before I could recommend it to anyone for a live installation.

KevinL 01-25-2009 04:14 AM

I have read every page and haven't had an issue yet.

djbaxter 01-25-2009 04:52 AM

Quote:

Originally Posted by KevinL (Post 1723949)
I have read every page and haven't had an issue yet.

Well good for you. That's not a whole lot of comfort for those of us who've had problems with it, though, is it?

Deimos 01-25-2009 07:12 PM

Installed and working fine here
Can't say I've noticed any difference mind you, heh
But I'm already using Memcache and APC anyways.

aircool52 01-26-2009 02:29 AM

I did install this mod and my forum , and came out with a blank page , I reload all the same files from the original vbulletin version 3.8.0 and still the same , blank page , upgrade to version 3.8.2 and same blank page , do you have any idea how can i fix it ?

aircool52 01-26-2009 03:16 AM

In place this in the config and star working the forum :
define('DISABLE_HOOKS', true);

but all the plug ins i have is not working now , do I need to reinstall?

KevinL 01-26-2009 03:48 AM

No just uninstall this mod and then you can remove that line and your plugins will start working again.

aircool52 01-26-2009 04:28 AM

No that eazy , I uninstall all the plug ins , and reinstalled again , but when I do install the product : vboptimizer , again , it fail.

Nadeemjp 01-26-2009 04:29 AM

Quote:

Originally Posted by kingvillain (Post 1722036)
I am impressed, after configuring and activating this mod my forum is lightning fast, thanyou very much :D

no one here seems to help us out, would you mind telling what you did and how you did for this to work?

i am really disappointed to see that people really dont like to share. if this modification is only for those with prior knowledge of the darn technical stuff, then please say it so in the introductory paragraph. so that people like me do not end up with nothing and on top of it, not having any support as well:mad:

KevinL 01-26-2009 04:37 AM

Quote:

Originally Posted by aircool52 (Post 1724876)
No that eazy , I uninstall all the plug ins , and reinstalled again , but when I do install the product : vboptimizer , again , it fail.

What version of php are you using? It maybe be possible that it doesn't work with your version. Anything below 5.1 I think doesn't work.

Read through the thread. There are some little bits and pieces that might help you out ;)

Zia 01-26-2009 09:46 AM

just curious...for xcache user..

how much ram do u allocate
for Php cache & var cache ?

1.Which types of server ur on ? (shared/Vps/Dedictaed)
2.Guaranteed ram for ur host?

U allocate :
For PHP cache :
FOR varcache:

unp 01-26-2009 11:24 AM

vps with 2gb ram

32mb for php and 3 mb for var

aircool52 01-26-2009 11:35 AM

I have PHP Version 4.4.7 and MySQL Version
5.0.45 .

Hostboard 01-26-2009 03:33 PM

Installed but got:

Code:

Default Style ... (Templates) (StyleVars) (Replacement Variables)
Fatal error: Call to undefined method vb_activecache::flush() in /home/domains/MyDomain.org/public_html/forums/includes/adminfunctions_template.php(1014) : eval()'d code on line 4


ImmortalForums 01-26-2009 07:50 PM

This mod requires php 5.x

aircool52 01-26-2009 08:05 PM

Ok them let see if the server like to make an upgrade.

Zia 01-27-2009 01:12 AM

any one face any problem with adsense with this mod?

pedroenf 01-27-2009 01:29 AM

I use adsense and so far no problems. Just discovered another interesting thing, changing from Filecache to eAccelerator saved me another query :D.

BamaStangGuy 01-27-2009 03:46 AM

Quote:

Originally Posted by aircool52 (Post 1725107)
I have PHP Version 4.4.7 and MySQL Version
5.0.45 .

Quote:

FAQ

1. I'm getting PHP errors, what gives?
A) You'll need to be using PHP5.1 for vB Optimise to work. Preferably the latest stable version of PHP is recommended.
From the developers post

Mondi 01-27-2009 04:18 AM

Installed - will give it a whirl...

Doomday 01-27-2009 05:49 PM

So far 2 weeks since i installed it and no problem at all works perfect with 3.7.5 and this mods:

AME - The Automatic Media Embeder
Auto Database Backup
Cyb - Advanced Forum Statistics
Cyb - Advanced Permissions Based on Post Count
Cyb - Check If Already Posted
Cyb - PayPal Donate
Expresiones espaƱolas vBA_CMPS
Google Adsense Postbit Integration
Hide Links From Guests
Inferno vBShout
Invitation System
IpInfo
Navbar2
passiveVid
Post Thank You Hack
Ralles Auto Thread Closing
Reason for Closing Thread
Separate Sticky and Normal Threads
sids hide hack
TCattd - The Image Resizer
vBStatus
Who Has Read a Thread.
vB Google Adsense for Search plus Integration

MissKalunji 01-28-2009 04:34 PM

something i noticed when i flush cache...it ask me for pswd i put it and nothing happens and my cache isn't flushed...

What might have i done wrong?

Edit :

Never mind it did...i guess it takes a while? and there's no confirmation?

KevinL 01-28-2009 04:42 PM

no there should be a confirmation


All times are GMT. The time now is 11:43 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.02319 seconds
  • Memory Usage 1,836KB
  • 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
  • (6)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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