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
Asked
Active
Viewed 44 times
-2
-
1Without knowing what is on that page, there's no way for us to help. – Difster Aug 01 '17 at 09:57
1 Answers
0
Try to add ob_start();
top of wp-config.php
file
<?php
ob_start();

Chandra Kumar
- 4,127
- 1
- 17
- 25
-
-
Use this plugin: https://wordpress.org/plugins/wp-config-file-editor/ – Chandra Kumar Aug 14 '17 at 06:43