I noticed that there have been other messages and answers to postings since I posted last but I am still trying to figure out the same problem:
Downloaded and installed. keep getting the following error message. Anyone out there with any ideas:
Warning: Cannot modify header information - headers already sent by (output started at D:\hshome\cphelan\ncmalls.com\phpCodeGenie1.4\settings.php:40) in D:\hshome\cphelan\ncmalls.com\phpCodeGenie1.4\libraries\ob.lib.php on line 53
Could someone please help with this problem
Charlie
cphelan@intrstar.net
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I noticed that there have been other messages and answers to postings since I posted last but I am still trying to figure out the same problem:
Downloaded and installed. keep getting the following error message. Anyone out there with any ideas:
Warning: Cannot modify header information - headers already sent by (output started at D:\hshome\cphelan\ncmalls.com\phpCodeGenie1.4\settings.php:40) in D:\hshome\cphelan\ncmalls.com\phpCodeGenie1.4\libraries\ob.lib.php on line 53
Could someone please help with this problem
Charlie
cphelan@intrstar.net
try to add this on the top of your php page:
ob_start();
Hope this helps.
JT