Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    What are you connection settings?

    Thread Starter diegobastosdev

    (@diegobastosdev)

    Client: PECL Extension (v2.2.8-devphp7)
    Protocol: TCP
    Host: 127.0.0.1
    Port: 6379
    Database: 0

    I’m using the easyengine.

    Plugin Author Till Krüss

    (@tillkruess)

    Does it work when you use Predis?

    define( 'WP_REDIS_CLIENT', 'predis' );
    Eric

    (@varjik)

    I can answer this for diego if he doesn’t get around it.

    Predis works. It seems with this new update, especially on Nginx, all ACF fields are disabled. From what it looks like ACF can’t read the DB / Redis cache properly. Disabling object cache or forcing Redis to use Predis does fix this issue.

    What is the drawback with forcing Predis?

    Plugin Author Till Krüss

    (@tillkruess)

    Predis is slower, especially under load.

    When you’re using PhpRedis caching works fine, except for ACF related things?

    Thread Starter diegobastosdev

    (@diegobastosdev)

    With the new update all my ACF fields disappeared. The remaining functions normally.

    Plugin Author Till Krüss

    (@tillkruess)

    I can’t reproduce the issue with:

    • Advanced Custom Fields PRO 5.3.7
    • PHP 5.6.10
    • WordPress 4.5.1
    • PhpRedis 2.2.7

    Did you try flushing your entire cache? If that doesn’t help, please send me an email via: https://till.im

    Eric

    (@varjik)

    Yup flushed all Cache etc. I’ve setup redis for object caching per here: https://www.digitalocean.com/community/tutorials/how-to-configure-redis-caching-to-speed-up-wordpress-on-ubuntu-14-04

    You can see all the prerequisites in that tutorial.

    fagnerguima

    (@fagnerguima)

    Same here with PHP7 e PECL Extension (v2.2.7-devphp7)

    Plugin Author Till Krüss

    (@tillkruess)

    Could anyone ask their developer to take a closer look?

    I’m pretty sure it’s the new wp_cache_get() parameters, but like I said earlier, I can’t reproduce it locally.

    Or is anyone willing to let me debug on their server? (It’s against the wp.org forum rules.)

    If yes, drop me a line via till.im.

    Plugin Author Till Krüss

    (@tillkruess)

    I’ve found the issue. Will be fixed in v1.3.2.

    fagnerguima

    (@fagnerguima)

    thank you

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘ACF does not work for widgets’ is closed to new replies.