Plugin Throughs PHP Fatal Error on Nginx
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin Throughs PHP Fatal Error on Nginx’ is closed to new replies.