Recent content by desirulez

  1. D

    Bug php7 + memcache

    Didnt even chk that they had enabled that feature, thanks Fillip H.. That was probably the issue for memcached as well, ill ahve to disable that on their live site as well.
  2. D

    Bug php7 + memcache

    pm sent
  3. D

    Bug php7 + memcache

    Crap, didnt notice that i fat fingered the config.php for resdis, thats fixed. It appears that its doing the same thing as memcached, randomly fails & passes the flush test.
  4. D

    Bug php7 + memcache

    I can telnet to redis on its port as well, tested via the cmd line seems ok
  5. D

    Bug php7 + memcache

    Nope, not running xdebug
  6. D

    Bug php7 + memcache

    I set redis logging to verbose, but i dont even see a connection attempt when i test the system, even though it states it went away.
  7. D

    Bug php7 + memcache

    I changed it over to redis. Redis server went away on line 81 in /forums/dbtech/vboptimise/includes/operators/redis.php #0 forums/dbtech/vboptimise/includes/operators/redis.php(81): Redis->get('ownc_vb.optimis...') #1 /forums/dbtech/vboptimise/includes/class_operator_model.php(44)...
  8. D

    Bug php7 + memcache

    No, i havent, im posting this because this is a paid for addon with you. This is just a test site with php 7, im guessing you havent updated to php 7 coding for using function __construct() in your code, as its needed for vbulletin 4? Im running opcache with php 7 at this point & would like to...
  9. D

    Bug php7 + memcache

    Doing some testing & i can see it actually doesnt flush memcache, its adding items, but it wont flush, so even though it actually shows that it passed a test, its actually not. Edit to add: Running Test: Connection to memcache Test completed successfully Running Test: Store Cache Test...
  10. D

    Bug php7 + memcache

    There are no log entries anyplace, i log php errors to a separate log, i also checked the apache logs, nothing there either. php reports no start up issues with the pecl-memcache or memcached itself on start up of apache.
  11. D

    Bug php7 + memcache

    Its not really random, its basically passing & failing on every other click of the "system test" feature of vboptimise pro
  12. D

    Bug php7 + memcache

    Wondering if an one has ran into a issue running php7 & memcached? Testing right now & im seeing a pass & fail on the flush cache test Out of 5 system tests in vbopimise pro, its fails twice & passes 3 times, basically every other test is a pass/fail
  13. D

    Question Multiple memcache servers

    sweet! thanks Fillip H., ill have to do some comparing now.
  14. D

    Question Multiple memcache servers

    Hi Will vboptimize pro take advantage of multiple memcache servers in a 3 server load balanced setup as vbulletin does?
Back
Top