Viewing 1 replies (of 1 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hi,

    Made a change in call of a js file and the issue was fixed. However, it was not straightforward.

    ISSUE:

    When we were making the changes those were not getting applied and after some debugging I came to know that settings php file was cached (old copy).

    I temporarily disabled the caching from plugin settings, the changes applied and issue fixed. After that, I re enabled the caching of wp super cache from its settings. So, again it is getting the old copy and the issue can be seen.

    The wp super cache plugin had cached a settings php file of the plugin which was containing a call to validation js file. Without this caching activity such issue has not been seen anywhere so far.

    I can not make a decision, whether I should deactivate or disable the wp super cache or at least clear the cache collected so far for plugins. The decision should be made by the plugin user. Then either he or we can do so. I even don’t know after how much time the caching will be auto cleared. But after clear, the issue will be fixed.

    I think that code change I can also put in our plugin. However, such issue was not seen so far and was only seen here with wp super cache.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘404 error when bid placed’ is closed to new replies.