By coutlet
Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-content/themes/Lamoon/includes/shortcodes/shortcodes.php:1) in /var/www/wp-includes/pluggable.php on line 1121
I just wanna ask a question, maybe someone of you already had the same problem. I was working and everything was perfect, and suddenly i got this…
Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-content/themes/Lamoon/includes/shortcodes/shortcodes.php:1) in /var/www/wp-includes/pluggable.php on line 1121
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
My friend has always the same error after they installed the Hungarian version of WordPress. As I know all problems were solved after reinstalling that, but the original, English version.
This is a somewhat common PHP issue. You should check that file for trailing spaces, just make sure there’s no extra chars after the php closing tag: ?>
If that’s not the case, there might be some logic issue wich can only be addressed by evaluating the code. Also, on a production server you might wanna just turn off warnings and notices adding the following line:
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ^ E_DEPRECATED);
Hope it helps…
@c-outlet I suggest opening the file /var/www/wp-content/themes/Lamoon/includes/shortcodes/shortcodes.php in a text editor (nano or vim) and checking if the first line is empty.
Any whitespaces/newlines before the <?php tag can cause this error.
Moreover since this is an issue with a premium theme you can ask them directly.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.