Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I just uploaded a site from my local machine to production. When I try to upload images I get the following error:

Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/xxxx.com/cms/config.php:1) in /home/xxxx/xxxx.com.com/cms/includes/kcfinder/core/browser.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/xxxx.com.com/cms/config.php:1) in /home/xxxx/xxxx.com.com/cms/includes/kcfinder/core/browser.php on line 104


I saved the index file off of the root without BOM, but that didn't seem to correct the problem. When I check the files the error references, I don't see spaces. Any idea where I should be looking?
Hi,

Please scrutinize the cms/config.php file - perhaps it is the BOM issue or there are white-spaces before the opening the '<?php' tag.
2 posts Page 1 of 1