Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\xampp\htdocs\shop\config\lang_en.php:1) in C:\xampp\xampp\htdocs\shop\index.php on line 20
I wanted to change "Cattegories" name to "Категории" which is the name in Bulgarian but after that it appear this warrning. I red the other topics for changig the name but i didn't found the lang.php file in the admin folder. I founded in the config folder so i chaged it there but then it appers the folowing warrning:
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\xampp\htdocs\shop\config\lang_en.php:1) in C:\xampp\xampp\htdocs\shop\index.php on line 20
I tried to change it again to " Cattegories" but the warrning still apperars above the whole site
Please help me to remove this warrning actualy i have no idea how to write on php and i do all the changes from the admin section georgitivanov@gmail.com sorry for my bad english
» Quick.Cart v3.x
Goosfraba
2009-09-07 13:16
I replaced the old lang_en file with New one. and the warrning does not exist any more but that means that i can not change "Categories" to my language... when i do it again the warrning appears again... and i must replace the fail again with new one
Please help
kalanta
2009-09-07 14:05
You can, but do it in your computer and use Macromedia Dreamweaver (recommended from me).
Goosfraba: just try one more time and this time try not to make some syntactic PHP mistake.
Goosfraba
2009-09-07 16:38
I tried all you said but the warrning still appears. Yes the name "Cattegories" is changed now and i can read it but the warrning still appears. All so when I save the file I check especiali UTF-8 encoding.... I deleted the word "Cattegories" between the /' '/ Whithout damiging any php code
I allready solve the problem. But i did it in a funny way. I extracted new file and i change it before replacing in the main folder and for this time it's working...
But now can you tell me how can i remove the option for payment and carriers in the order form. I don't need them because these options we manage by phone so we use the shoping site only for orders information and registration. When i delete all the options for payment and carriors after kliking on the "submit form" appears small screen that informs for empty fields... exactly the fields i deleted so i have to add them again with price=0 only for filling the empty space.