Serious Bugs on Usage & Logs [SOLVED]
Re: Serious Bugs on Usage & Logs
Re: Serious Bugs on Usage & Logs [SOLVED]
The size of log file "error.log" under /home/users/tasteofsouthindia/logs was rapidly increasing around 10 MB per second.
The below mentioned code in header.php created the issue:
Code: Select all
<?php if ( is_shop() ) : ?>
<h1><?php woocommerce_page_title(); ?></h1>
<?php else : ?>
<h1><?php the_archive_title(); ?></h1>
<?php endif; ?>
Thank you all who helped me in finding the issue and making me fix it.