Sorry if a message like this has already been posted, but I didn't find one like it. The locator is great, I've used it for a few different sites I've made. I just downloaded the 2.0 version and installed it, everything worked fine, but upon installation I get this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/matsupe/public_html/locator/install.php:117) in /home/matsupe/public_html/locator/install.php on line 270
I also get the error when after I login to the administration panel, is this a quick fix that I can make to the program, I'm basically a noob so I can't quite figure out how to fix it. Thanks for the program, it's worked awesome, keep up the good work.
Most of the time this error
Most of the time this error can be ignored. It's because after install I use a header("Location:") call to send you to the search page. But if an error or warning has come up during install that isnt fatal, it will instead display those errors rather than send you to the search page. You shouldnt get this error any other time other than during install since that is the ONLY place that even uses the header function.