Help! Im getting this Error in MySQL

2 replies
I need a lil bit help!
Kindly help me to figure out this problem?
What type of error is this? is it a MySQL or Problem in the Template.

Error :

Warning: Cannot modify header information - headers already sent by (output started at /home/haxy_05/public_html/www.worthism.com/wp-includes/functions.php:2870) in /home/haxy_05/public_html/www.worthism.com/wp-includes/option.php on line 720

Admin Sorry if this is the wrong section. Kindly move it the right one.
#error #mysql
  • Profile picture of the author Qquamrul
    Add this following php code in the header:
    Make this code must be set most upper portion of your option.php files

    ob_start();
    {{ DiscussionBoard.errors[10854386].message }}
  • Profile picture of the author sunsetcoder
    You can use ob_start at the first line of the page and your problem will be solved. I hope it helps you
    {{ DiscussionBoard.errors[10854684].message }}

Trending Topics