• Hello,

    I recently discovered a compatibility issue between Object Cache Pro and Geo My WP (v3.7.2.2) — the map will not display at all when using Geo My WP. I tried switching to the free / non pro Redis cache plugin and it works . I’m not sure the exact cause of the issue but if I can provide any more information to help with this let me know.

    Best,

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi Alex,

    Please add the line of code below to the functions.php file of your theme and see if it corrects the conflict with the object cache:

    add_filter( 'split_the_query', '__return_false' );

    Let me know how it goes.

    Thread Starter beatstore

    (@beatstore)

    That worked, thank you! I will see if I can do this for the geo my wp queries too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Object Cache Pro compatibility’ is closed to new replies.