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)

turkforum 01-01-2009 06:51 PM

We are currently using vBulletin 3.7.4 Patch Level 1. And an older version of vbadvanced.
Uploaded the files. Installed the product. did not get any message such as product installed. But it is listed on the product list.. The status of the product is "not enabled"
Then i figured out i cant make any modifications within the style templates such as header. after making changs on the tempalte when you click save nothing happens a blank screen is shown.
So i said lets go ahead and uninstall the product.. Did not get any notification such as "product uninstalled successfully". Just a screen showing one of my template being edited screen.
Then i check the product list. It was not there anymore... Well last step was to delete the uploaded optimize files..

Deleted the files. Uppss.. Cant access the forum. Upload the files everything returned to normal...

Will you please provide a detailed "uninstall" procedure please.
What modifications were made when i install the product? How can i disable those modifications?

thanks

logicuk 01-01-2009 09:23 PM

Quote:

Originally Posted by Deceptor (Post 1688831)
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 :)

here u go mate

Chadi 01-02-2009 02:18 AM

Ok, I cannot scan 37 pages now (sorry to sound lazy) but I need a bit of help here.

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 get that on both eaccelerator and memcache, yet both were compiled in Apache (along with Zend Accelerator).

I'm using Cpanel / Centos / PHP 5.

I'm confused about memcache config in the vb config.php file, although I prefer to use eaccelerator. I have this:

Code:

    // ****** DATASTORE CACHE CONFIGURATION *****
    // Here you can configure different methods for caching datastore items.
    // vB_Datastore_Filecache  - to use includes/datastore/datastore_cache.php
    // vB_Datastore_APC - to use APC
    // vB_Datastore_XCache - to use XCache
    // vB_Datastore_Memcached - to use a Memcache server, more configuration below
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';

    // ******** DATASTORE PREFIX ******
    // If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
    // than one set of forums installed on your host, you *may* need to use a prefix
    // so that they do not try to use the same variable within the cache.
    // This works in a similar manner to the database table prefix.
// $config['Datastore']['prefix'] = '';

    // It is also necessary to specify the hostname or IP address and the port the server is listening on
/*
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$i = 0;
// First Server
$i++;
$config['Misc']['memcacheserver'][$i]        = '127.0.0.1';
$config['Misc']['memcacheport'][$i]            = 11211;
$config['Misc']['memcachepersistent'][$i]    = true;
$config['Misc']['memcacheweight'][$i]        = 1;
$config['Misc']['memcachetimeout'][$i]        = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;
*/

Eaccelerator settings in php.ini

Code:

[eAccelerator]
extension="eaccelerator.so"
eaccelerator.shm_size="256"
eaccelerator.cache_dir="/tmp/eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"


Mr[K]id 01-02-2009 05:02 AM

not any Demo ?

Lizard King 01-02-2009 08:51 AM

Quote:

Originally Posted by Mr[K]id (Post 1699044)
not any Demo ?

As you are requesting a demo , i strongly advise you not to install this mod and check others.

newsoftw 01-02-2009 04:59 PM

that's great and nice working on vb 3.7.4 & thxxxxxxxxxxxx

Reycer 01-02-2009 10:32 PM

I am running 3.7.4 with PHP 5.0 I installed according to installtion instructions and now my site is down with no way for me to fix it. The uninstall instructions above are NOT working. Could someone please help me figure this out, so that I can get this crap off of my forum.

www.lacledeforum.com

Reycer 01-02-2009 10:44 PM

Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/m/d/e/mdelcour201/html/forums/includes/class_activecache.php on line 20

This is the error that is coming up.

PhilMcKrackon 01-02-2009 10:47 PM

After

<?php

in your config.php file add

define('DISABLE_HOOKS', true);

to disable your hooks, then you should be able to login to your forums and figure out what went wrong.

I am running 3.7.4 with PHP 5.2.6 and had not trouble with the addon - as are many others.

Reycer 01-02-2009 10:51 PM

nothing I am getting the same error.


All times are GMT. The time now is 06:17 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.01924 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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