Hi, I'm getting this error message on the processor.php page when I submit my form:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/dontw0/public_html/contactform/processor.php:7) in /home/dontw0/public_html/contactform/processor.php on line 18
The email sends fine, but I can't get rid of the error message - any idea what could be causing it?
Thanks
Kelly
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
looks like a server configuration issue. Ask your server admin / hosting provider about this. If everything is working fine and just those messages are annoying you, you can disable warning spew in your php.ini. Its best to do that locally for this particular form and not server wide.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm getting this error message on the processor.php page when I submit my form:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/dontw0/public_html/contactform/processor.php:7) in /home/dontw0/public_html/contactform/processor.php on line 18
The email sends fine, but I can't get rid of the error message - any idea what could be causing it?
Thanks
Kelly
looks like a server configuration issue. Ask your server admin / hosting provider about this. If everything is working fine and just those messages are annoying you, you can disable warning spew in your php.ini. Its best to do that locally for this particular form and not server wide.