I have a problem.
I modified the wp-config.php file, and I did it wrong, so I “reset” the file, like it was before, but this message continue in the header:
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/pushclie/public_html/FCPV/wordpress/wp-config.php:1) in /home/pushclie/public_html/FCPV/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
How can I fixed this? The only modification I did was in the wp-config.php file, but I already undo all changes. Its like the original but the error messsage still appear.
Thanks
Hey!
Try adding:
error_reporting(0);
Either wp-config.php or theme functions.php.
Regards,
Josue