Want to subscribe to topics you're interested in?
Become a Member

Xenforo DragonByte Optimise issues

Discussion in 'Forum software usage' started by Amaratto, Feb 11, 2017.

  1. Amaratto

    Amaratto New Member

    5
    1
    3
    Feb 11, 2017
    Ratings:
    +1
    Local Time:
    11:24 AM
    Hello.

    The plugin does not see settings, redis, here are the current settings on the server:

    HTML:
    Redis server v=3.2.7 sha=00000000:0 malloc=jemalloc-4.4.0 bits=64 build=b565372b9b30c59
    php extenstion redis 3.1.0
    
    daemonize no
    pidfile /var/run/redis/redis.pid
    port 6379
    tcp-backlog 511
    bind 127.0.0.1
    timeout 0
    tcp-keepalive 0
    loglevel notice
    logfile /var/log/redis/redis.log
    databases 16
    save 900 1
    save 300 10
    save 60 10000
    stop-writes-on-bgsave-error yes
    rdbcompression yes
    rdbchecksum yes
    dbfilename dump.rdb
    dir /var/lib/redis/
    slave-serve-stale-data yes
    slave-read-only yes
    repl-diskless-sync no
    repl-diskless-sync-delay 5
    repl-disable-tcp-nodelay no
    slave-priority 100
    appendonly no
    appendfilename "appendonly.aof"
    appendfsync everysec
    no-appendfsync-on-rewrite no
    auto-aof-rewrite-percentage 100
    auto-aof-rewrite-min-size 64mb
    aof-load-truncated yes
    lua-time-limit 5000
    slowlog-log-slower-than 10000
    slowlog-max-len 128
    latency-monitor-threshold 0
    notify-keyspace-events ""
    hash-max-ziplist-entries 512
    hash-max-ziplist-value 64
    list-max-ziplist-entries 512
    list-max-ziplist-value 64
    set-max-intset-entries 512
    zset-max-ziplist-entries 128
    zset-max-ziplist-value 64
    hll-sparse-max-bytes 3000
    activerehashing yes
    client-output-buffer-limit normal 0 0 0
    client-output-buffer-limit slave 256mb 64mb 60
    client-output-buffer-limit pubsub 32mb 8mb 60
    hz 10
    aof-rewrite-incremental-fsync yes
    
    and here are the results of the tests: Screenshot by Lightshot

    Any ideas?

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    6:24 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Moved to own thread, other thread was for feedback of this forum's usage of DB Optimise for Xenforo :)

    what do you mean doesn't see settings ? unable to connect ?

    which version of Centmin Mod you using ? See redis install guide at https://community.centminmod.com/threads/how-to-install-redis-server-on-centmin-mod-lemp-stack.4546/

    what is output for these SSH commands
    Code (Text):
    php -v
    php --ri redis

    example
    Code (Text):
    php -v
    PHP 7.0.15 (cli) (built: Jan 19 2017 13:49:24) ( NTS )
    Copyright (c) 1997-2017 The PHP Group
    Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
        with Zend OPcache v7.0.15, Copyright (c) 1999-2017, by Zend Technologies
    

    Code (Text):
    php --ri redis
    
    redis
    
    Redis Support => enabled
    Redis Version => 3.1.1
    Available serializers => php, igbinary
    


    Ensure you're using latest version of addon [DBTech] DragonByte Optimise
     
    Last edited: Feb 11, 2017
  3. Amaratto

    Amaratto New Member

    5
    1
    3
    Feb 11, 2017
    Ratings:
    +1
    Local Time:
    11:24 AM
    Here system test: Screenshot

    I unfortunately don't use your mod:(

    Try to configure the redis in your manual.
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    6:24 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah then it could be problems with your server's install and configuration of redis server and redis php extension.
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    6:24 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    be careful, depending on your server environment you can break things. Can't help you with non centmin mod servers though.

    Works fine on this forum with DB Optimise

    upload_2017-2-11_16-51-18.png
     
  6. Amaratto

    Amaratto New Member

    5
    1
    3
    Feb 11, 2017
    Ratings:
    +1
    Local Time:
    11:24 AM
    Code:
    [root@centos ~]# php -v
    PHP 5.6.30 (cli) (built: Jan 19 2017 22:31:39)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
        with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.9, Copyright (c) 2002-2016, by ionCube Ltd.
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    [root@centos ~]# php --ri redis
    
    redis
    
    Redis Support => enabled
    Redis Version => 3.1.0
    
     
  7. Amaratto

    Amaratto New Member

    5
    1
    3
    Feb 11, 2017
    Ratings:
    +1
    Local Time:
    11:24 AM
    Yes, i am used a latest version - 3.2.4
     
  8. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    6:24 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    might need to ask your web host + DragonByte support :)