Guest Posted May 26, 2004 Share Posted May 26, 2004 go to my site HERE When you go to add a product to the cart an error comes up. Any idea how I can fix this?? Thanks Chris Link to comment Share on other sites More sharing options...
burt Posted May 26, 2004 Share Posted May 26, 2004 You could search the Forum for "headers already sent by" ? Link to comment Share on other sites More sharing options...
nixadm Posted May 26, 2004 Share Posted May 26, 2004 google is wise looks like line break where it shouldn't be or somethihng,, whats on: /home/chris/public_html/catalog/includes/functions/general.php on line 29 Link to comment Share on other sites More sharing options...
Guest Posted May 28, 2004 Share Posted May 28, 2004 HELP!!!! I tried removing a } in line 29 in the file above. The whole page went down. I then put it back exactly like it was and there are 2 error's behind the first image. How do I get rid of these? and Why are they there? It worked fine before. Thanks Chris Link to comment Share on other sites More sharing options...
chrislundberg Posted May 30, 2004 Share Posted May 30, 2004 Try turning off force cookies and session ids. I looked at your code and it shows cids included on your urls, iam not sure why they are there mabe there was some cut and paste stuff going on. Your error seems to be coming from a included file as it show up in most of your php files. I would try comparing you general.php file with the stock one as it may be messed up. make a backup of it 1st and replace it with the stock one from the zip file. good luck Link to comment Share on other sites More sharing options...
Guest Posted May 30, 2004 Share Posted May 30, 2004 Try to erase every blank space and carriage return at the end of the files sessions.php and general.php, after the last "?>". Some text editors insert them and provoke the php error "headers already sent by...". Good luck. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.