Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter par_westerlind

    (@par_westerlind)

    Seems like there is no support for this plugin…

    Same issue… cache is messed up and I can’t seem to find it to clean it out.

    alivin70

    (@alivin70)

    I found the problem and a solution.
    The problem is due to double caching system:
    1) the final widget output is cached using the class class/Magento_Cache.php
    2) single api results are cached in class/Magento.php through calls to setAPICacheResults

    I solved the problem commenting out all the calls to setAPICacheResults and getAPICacheResults in the file class/Magento.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stop working when turning on cache…’ is closed to new replies.