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)

TheFallenAngel 12-24-2008 03:24 PM

Not really anything major but I'm getting some odd effects on vBadvanced. I've had one user report that they've gotten different buttons from another skin. I cached the welcome block and even got another user's display.

vBadvanced version is 3.1.0

veenuisthebest 12-24-2008 04:22 PM

Quote:

Originally Posted by TheFallenAngel (Post 1692955)
Not really anything major but I'm getting some odd effects on vBadvanced. I've had one user report that they've gotten different buttons from another skin. I cached the welcome block and even got another user's display.

vBadvanced version is 3.1.0

Read the descriptions in the vba modules before enabling settings.

It clearly says not to enable it for welcome block OR any other module that uses templates and no php files.

Deceptor 12-24-2008 04:48 PM

Hostboard - But does your XCache actually "require" authentification, the setting itself is to tell vB Optimise if you need it or not. If you do need it and you don't let vB Optimise know, there will be unexpected results.

unp 12-25-2008 05:24 AM

I have a small problem using APC and vBoptimise, Editing/Saving temlates flushes 'APC Opcode Cache' but not the 'user cache' where the templates are actually stored.
I still have to clear the user cache manually for the changes to reflect.

Also is it possible to disable automatic 'flush cache' because if I am editing more than one template i would not want the cache to flush after every save.

Thank you :)

IRANCITY 12-25-2008 07:49 AM

Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83

when i change system

Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83

_
Unable to add cookies, header already sent.
File: /home/iecloob/domains/iecloob.com/public_html/includes/class_core.php
Line: 3242

IRANCITY 12-25-2008 07:49 AM

what am i doing?

i only install memcache

i dont know how config VB optimise setting

Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83

Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83

_
Unable to add cookies, header already sent.
File: /home/iecloob/domains/iecloob.com/public_html/includes/class_core.php

Deceptor 12-25-2008 10:03 AM

unp - I'll see what I can do to resolve that, does flushing cache in the ACP drop the templates cache?

IRANCITY - My guess is you've got memcache incorrectly configured, please ensure Memcache is correctly setup in your vBulletin config before choosing memcache in vB Optimise.

unp 12-25-2008 10:45 AM

Quote:

Originally Posted by Deceptor (Post 1693385)
unp - I'll see what I can do to resolve that, does flushing cache in the ACP drop the templates cache?

Flushing cache in ACP has the same effect as saving templates.
Opcode cleared but template cache is still intact.

IRANCITY 12-25-2008 04:53 PM

i can't :(
i've inserted this config's to my config.php :
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$config['Misc']['memcacheserver'] = '127.0.0.3';
$config['Misc']['memcacheport'] = '11211';
$i = 0;

$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.3';
$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;

also results of typing this command in ssh :
[root@xxxxxx /]# /usr/local/bin/memcached -u nobody -d -m 64 -l 127.0.0.3 -p 11211
bind(): Address already in use
failed to listen

IRANCITY 12-25-2008 07:51 PM

help me


All times are GMT. The time now is 09:13 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.01748 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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