• Resolved Demian

    (@demian85)


    Hi,

    In the last version I come across a stack trace error, not sure if this is a plugin bug?

    [Thu May 07 13:00:30.814752 2020] Backend log: PHP Stack trace:\n, referer: https://example.com
    Backend log: PHP 1. shutdown_action_hook() /wp-includes/load.php:0\n, referer: example.com
    Backend log: PHP 2. do_action() /public_html/wp-includes/load.php:960\n, referer: example.com
    Backend log: PHP 3. WP_Hook->do_action() /public_html/wp-includes/plugin.php:478\n, referer: example.com
    Backend log: PHP 4. WP_Hook->apply_filters() /public_html/wp-includes/class-wp-hook.php:311\n, referer: example.com
    Backend log: PHP 5. wp_ob_end_flush_all() /public_html/wp-includes/class-wp-hook.php:287\n, referer: example.com
    Backend log: PHP 6. ob_end_flush() /public_html/wp-includes/functions.php:4609\n, referer: example.com
    Backend log: PHP 7. WpFastestCacheCreateCache->callback() /public_html/wp-includes/functions.php:4609\n, referer: example.com
    Backend log: PHP 8. CssUtilities->combineCss() /public_html/wp-content/plugins/wp-fastest-cache/inc/cache.php:723\n, referer: example.com

    Thanks for your time

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Emre Vona

    (@emrevona)

    is the problem solved when you disable the “combine css” option?

    Thread Starter Demian

    (@demian85)

    Hi @emrevona

    I have today new ones, based on the CssUtilities, please let me know how to tackle this. I haven’t been able to check combine css, because this is not showing

    Backend log: PHP   1. shutdown_action_hook() /public_html/wp-includes/load.php:0\n,
    Backend log: PHP   2. do_action() /public_html/wp-includes/load.php:960\n
    Backend log: PHP   3. WP_Hook->do_action() /public_html/wp-includes/plugin.php:478\n
    Backend log: PHP   4. WP_Hook->apply_filters() /public_html/wp-includes/class-wp-hook.php:311\n
    Backend log: PHP   5. wp_ob_end_flush_all() /public_html/wp-includes/class-wp-hook.php:287\n
    Backend log: PHP   6. ob_end_flush() /public_html/wp-includes/functions.php:4609\n
    Backend log: PHP   7. WpFastestCacheCreateCache->callback() /public_html/wp-includes/functions.php:4609\n
    Backend log: PHP   8. CssUtilities->__construct() /public_html/wp-content/plugins/wp-fastest-cache/inc/cache.php:722\n
    Backend log: PHP   9. CssUtilities->set_tags() /public_html/wp-content/plugins/wp-fastest-cache/inc/css-utilities.php:13\n
    Backend log: PHP  10. CssUtilities->find_tags() /public_html/wp-content/plugins/wp-fastest-cache/inc/css-utilities.php:277\n
    • This reply was modified 3 years, 11 months ago by Demian.
    Thread Starter Demian

    (@demian85)

    Hi @emrevona

    It’s resolved, there was a wp cron problem, it was being bloated with cron jobs due to a major new version from woocommerce. Since I fixed this, the issues are gone.

    Plugin Author Emre Vona

    (@emrevona)

    nice 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP Stack Trace error’ is closed to new replies.