• This plugin is not working with the latest WP.

    Some issue:

    • deprecated functions (has_cap, get_permalink)
    • Undefined variable: newtime in crawler
    • Fatal error: Call to a member function get_feed_permastruct() on null in wp-content/plugins/w3-total-cache/Util_PageUrls.php on line 597
    • non-static method should not be called statically in warm-cache.php
    • etc…
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ramon fincken

    (@ramon-fincken)

    I can confirm it is working on 4.6.1 on multiple server, ranging from PHP 5.5 till PHP 7.0

    If you have some remarks about syntax and keeping up with functions, I welcome you to ping me on twitter to work together on this.

    Some things (like the static call to a non-static method) should be easy to fix.

    • wp-content/plugins/warm-cache/warm-cache.php:155: Non-static method mijnpress_plugin_framework::addPluginContent() should not be called statically
    • wp-content/plugins/warm-cache/warm-cache.php:148: Non-static method mijnpress_plugin_framework::addPluginSubMenu() should not be called statically
    • Apparently you also add warm_cache::addPluginContent() as a static callable for the filter plugin_row_meta.
    • This reply was modified 8 years, 4 months ago by pepe.
    Plugin Author ramon fincken

    (@ramon-fincken)

    I will apply the fixes, they are indeed not so hard, but finding time is harder.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working, lots of errors’ is closed to new replies.