Icemat Posted March 22, 2007 Posted March 22, 2007 Here's what I get when I try the bulgarian language, in English it's ok. How am I supposed to fix that? Warning: Cannot modify header information - headers already sent by (output started at /home/omg/public_html/newshop/includes/languages/bulgarian.php:2) in /home/omg/public_html/newshop/includes/functions/general.php on line 33
Icemat Posted March 22, 2007 Author Posted March 22, 2007 btw line 33 contains the following: header('Location: ' . $url);
Icemat Posted March 22, 2007 Author Posted March 22, 2007 Ah, it's okay, I fixed it... A moderator can delete this topic now. Thanks for the....help? (rofl)(rofl)
stefanb Posted July 8, 2007 Posted July 8, 2007 Sorry for repeating old questions, but I have the same problem. Can someone tell me how to fix it. I'm newby with oscommerse and PHP.
EVS Posted September 7, 2007 Posted September 7, 2007 Sorry for repeating old questions, but I have the same problem. Can someone tell me how to fix it. I'm newby with oscommerse and PHP. AGAIN SAME PROBLEM HERE! ANY HELP PLEASE! Always give your best, never get discouraged!
Guest Posted January 13, 2008 Posted January 13, 2008 It is written here: http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/15 A common cause to the problem is spaces ("whitespace") existing before the first <?php tag and/or after the last ?> tag with the files involved. By removing all spaces so that <?php is at the very start of the file and that ?> is at the very end of the file, no content would have been sent to the client and headers can be set safely.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.