• Hi,
    I have faced a problem that is create a error_log file in cpanel and increasing continuously. I have tried to fix this problem but unable to fix.

    wp-config file where i have add some code that is ”

    define(‘WP_DEBUG’, true);

    // Enable Debug logging to the /wp-content/debug.log file
    define(‘WP_DEBUG_LOG’, true);
    /* That’s all, stop editing! Happy blogging. */
    define(‘WP_DEBUG_DISPLAY’, true);
    @ini_set(‘display_errors’,1);
    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);”

    I have also add some code in .httaccess file. but not solve this problem

    the problem is showing in error file that is
    “[17-Nov-2018 13:07:19 UTC] require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/woocommerce/templates/archive-product.php’), do_action(‘woocommerce_sidebar’), WP_Hook->do_action, WP_Hook->apply_filters, woocommerce_get_sidebar, wc_get_template, include(‘/plugins/woocommerce/templates/global/sidebar.php’), get_sidebar, locate_template, load_template, require_once(‘/themes/martfury/sidebar.php’), dynamic_sidebar, WP_Widget->display_callback, Martfury_Widget_Layered_Nav->widget, Martfury_Widget_Layered_Nav->layered_nav_list, martfury_get_filtered_term_product_counts, set_transient, update_option দ্বারা…………………

    Need help. It argent.
    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Increasing web disk by error log’ is closed to new replies.