• Fatal error: Uncaught Error: Call to undefined function insert_with_markers() in /home/domain.com/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:2095 Stack trace:
    #0 /home/domain.com/public_html/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php(775): SWCFPC_Cache_Controller->write_htaccess('')
    #1 /home/domain.com/public_html/wp-includes/class-wp-hook.php(287): SW_CLOUDFLARE_PAGECACHE->{closure}('')
    #2 /home/domain.com/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(true, Array)
    #3 /home/domain.com/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
    #4 /home/domain.com/public_html/wp-includes/load.php(1052): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main} thrown in /home/domain.com/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 2095

    I temporarily fixed it by commenting the following line in cloudflare-super-page-cache.php(775).
    $objects["cache_controller"]->write_htaccess( $error_msg );

    But need your attention to fix it. BTW, I am using Hummingbird Cache plugin on this site, and this seems to be the first time I saw this error at the very bottom of the frontend footer. seems like it loads everything, then through this error.

    Thanks in advance.

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

    (@mehranattari)

    Also, it is only happening on a website designed by the Oxygen Page Builder. My other websites that’s running on the GeneratePress theme are good.

    Plugin Contributor Salvatore Fresta

    (@salvatorefresta)

    Hi @mehranattari ,
    I think it is somehow related to oxygen, ’cause insert_with_markers is a function of the WordPress core and this is the first time someone report a fatal error like this.

    Can you please share your oxygen with me to test it in conjuction with this plugin and find a solution? You find my email address on the plugin’s settings page.

    Thank you

    Plugin Contributor Salvatore Fresta

    (@salvatorefresta)

    Btw on 4.4.3 I added a check if the insert_with_markers function exists before to use it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin Throughs PHP Fatal Error on Nginx’ is closed to new replies.