cdamianou Posted May 20, 2004 Posted May 20, 2004 Hi When i click on add to cart, or click on Account ETC it brings the following error. Warning: Cannot modify header information - headers already sent by (output started at /home/damianou/public_html/includes/languages/english.php:354) in /home/damianou/public_html/includes/functions/general.php on line 23 Does anyone know why this has happened all of a sudden/ Thanks
freyes01 Posted May 20, 2004 Posted May 20, 2004 Hi, The problem is at the end or beginning of your php file there are not allowed to be any blank spaces or lines. This usually occurs in your english.php file in the languages file. Go to the end and see if there is any blank characters after the ?> B) Thanks, Freddy
chrisstylez Posted May 20, 2004 Posted May 20, 2004 Hi, The problem is at the end or beginning of your php file there are not allowed to be any blank spaces or lines. This usually occurs in your english.php file in the languages file. Go to the end and see if there is any blank characters after the ?> B) yup he is exactly right (isnt that a pain in the ass sometimes)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.