• Resolved fantasyprints

    (@fantasyprints)


    Installaed your plugin and seemed to be working but now get

    website :www.fptrade.co.uk

    Fatal error: Call to undefined function wp_suspend_cache_addition() in /home/fpshop36/public_html/fptrade.co.uk/wp-includes/cache.php on line 415

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_ob_end_flush_all’ not found or invalid function name in /home/fpshop36/public_html/fptrade.co.uk/wp-includes/plugin.php on line 524

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    This doesn’t seem related to my plugin at all, did you update some other plugin or theme perhaps?

    We don’t use wp_suspend_cache_addition() and neither wp_ob_end_flush_all

    Only things I can tell you is:
    Does it work when you disable the html minification option on the plugin settings page (that’s the only thing that uses ob_flush, but it’s not the same one shown on your error)?
    Does it work when you disable my plugin completely?

    Edit: It seems that the wp_suspend_cache_addition is used on wp super cache plugin, if not please get me a full list of plugins and theme used on your site, as well as your php and wordpress version.

    • This reply was modified 8 years, 1 month ago by Raul P..
    • This reply was modified 8 years, 1 month ago by Raul P..
    Plugin Author Raul P.

    (@alignak)

    On previous versions, I had error_reporting(0), but I realized that this would prevent showing any possible errors for all plugins.

    I removed that option to hide the errors site wide so now other plugins will report as usual and you may see errors with those.

    If you want to track down which one, simply disable one by one until you find it.
    Also add define( 'WP_DEBUG', true ); to your wp-config.php file to see other hidden errors with other plugins or themes.

    https://codex.www.ads-software.com/Debugging_in_WordPress

    Let me know if you sort it out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error after installation’ is closed to new replies.