I still have this error in myWebsite/wp-admin/
in spite of there is nothing wrong with the code "I guess"!
The Error is :
Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/themes/mh-magazine/functions.php:54) in /pages/..../wp-includes/pluggable.php on line 1216
But what I have in this line is this code :
ini_set( ‘upload_max_size’ , ’25MB’ );
ini_set( ‘post_max_size’, ’27MB’);
ini_set( ‘memory_limit’, ’30MB’ );
In addition to not displaying anything but the header of the website although all data is existent in my dashboard (When I was able to see content of my dashboard.)