• Resolved mondalaci

    (@mondalaci)


    I monitor the PHP warnings of my site with Rollbar because they are often a sign of larger issues.

    Your plugin generates hundreds, if not thousands of PHP warnings monthly, of which the following is the most prevalent:

    E_WARNING: unlink(/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/cache/wpfc-mobile-cache/wordpress/index.html): No such file or directory
    1
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/wp-fastest-cache/wpFastestCache.php" line 1530
    +1 non-project frame
    3
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/wp-fastest-cache/wpFastestCache.php" line 1530 in unlink [args]
    4
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/wp-fastest-cache/wpFastestCache.php" line 1401 in WpFastestCache::deleteHomePageCache
    5
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/wp-fastest-cache/wpFastestCache.php" line 481 in WpFastestCache::singleDeleteCache [args]
    6
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/class-wp-hook.php" line 310 in WpFastestCache::clear_cache_after_woocommerce_order_status_changed [args]
    7
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/class-wp-hook.php" line 332 in WP_Hook::apply_filters [args]
    8
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/plugin.php" line 517 in WP_Hook::do_action [args]
    9
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/woocommerce/includes/class-wc-order.php" line 397 in do_action [args]
    10
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/woocommerce/includes/class-wc-order.php" line 245 in WC_Order::status_transition
    11
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/woocommerce/includes/class-wc-order.php" line 357 in WC_Order::save
    12
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php" line 660 in WC_Order::update_status [args]
    13
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php" line 371 in WC_API_Orders::edit_order [args]
    14
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php" line 222 in WC_API_Server::dispatch
    15
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-api.php" line 113 in WC_API_Server::serve_request
    16
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/class-wp-hook.php" line 308 in WC_Legacy_API::handle_rest_api_requests [args]
    17
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/class-wp-hook.php" line 332 in WP_Hook::apply_filters
    18
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/plugin.php" line 565 in WP_Hook::do_action [args]
    19
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/class-wp.php" line 399 in do_action_ref_array [args]
    20
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/class-wp.php" line 780 in WP::parse_request [args]
    21
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-includes/functions.php" line 1332 in WP::main [args]
    22
    File "/var/www/ultimatehackingkeyboard.com/wordpress/wp-blog-header.php" line 16 in wp
    23
    File "/var/www/ultimatehackingkeyboard.com/wordpress/index.php" line 17 in require [args]

    Would you fix this warning? These warnings are alarming, and they count toward my monthly Rollbar quota, increasing my expenses.

    Thanks for your plugin! I’ll probably buy the pro version soon.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PHP warnings’ is closed to new replies.