-2

Warning: Cannot modify header information - headers already sent by (output started at /home/adminhadith/public_html/wp-content/plugins/mechanic-visitor-counter/wp-statsmechanic.php:1) in /home/adminhadith/public_html/wp-includes/pluggable.php on line 1174

winner_joiner
  • 12,173
  • 4
  • 36
  • 61

1 Answers1

0

Try to add ob_start(); top of wp-config.php file

<?php
ob_start();
Chandra Kumar
  • 4,127
  • 1
  • 17
  • 25