Menu

Strange error after form submission

Help
Julie
2008-07-02
2013-06-03
  • Julie

    Julie - 2008-07-02

    Hi, I am getting this strange error returned after the form is submitted:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/xxxxxxxx/public_html/forms/membership/processor.php:1) in /home/xxxxxxxxx/public_html/forms/membership/processor.php on line 5

    Line 5 reads:

    session_start();

    The form sends an email which works fine.  Any ideas on what on the server is causing this error?  Thanks in adavance.

     
    • TNTEverett

      TNTEverett - 2008-07-03

      Usually due to some extra or missing characters but can also be that the session_start() function is late in the processor.php file. It's hard to know without seeing the file but you might try and move this function to the top of the file just after the <?php line. 

      https://sourceforge.net/forum/message.php?msg_id=5059523

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.