Could someone help me out with this. I had this problem about a year ago with another site and I can't for the life of me remember what I had to do to fix it. I am in a oscommerce application, however I think it is really a php problem. I get this message when ever I try to update the admin portion of the site:
Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site1/fst/var/www/html/admin3/includes/application_top.php:267 ) in /home/virtual/site1/fst/var/www/html/admin3/includes/functions/general.php on line 18
You are lucky I have the files opened right now. The errors you report are only the last one, the first and main problem is that this line failed:
include(DIR_WS_CLASSES . 'language.php'); // application_top.php:267
It generated a warning and the headers and then the html body was send.
Basicly your main language file is missing.
Marek
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php