Menu

Warning messages after receiving password

Help
Robb Doyle
2002-08-11
2002-08-20
  • Robb Doyle

    Robb Doyle - 2002-08-11

    Warning: Cannot add header information - headers already sent by (output started at /home/rdoyle/public_html/config.php:117) in /home/rdoyle/public_html/user.php on line 435

    Warning: Cannot add header information - headers already sent by (output started at /home/rdoyle/public_html/config.php:117) in /home/rdoyle/public_html/htmlheader.php on line 28

    I have no trouble when logging in as administrator, however I tried creating a regular user account, received the password, and when I attempted to login... only received the 2 warning messages.

    Even though the warning messages direct me to the particular lines... I am still not sure what needs to be changed.

    Your assistance would be appreciated!

    Robb Doyle
    "webmaster" for www.amtaga.org

     
    • Paivi

      Paivi - 2002-08-17

      there is probably some empty spaces after the ?> tag in your config.php. delete the spaces and everything should be ok.

       
    • Edward Ritter

      Edward Ritter - 2002-08-20

      That is the most common symptom of "headers already sent" warnings. Remove any spaces you find after the ending tag of php  ( the ?>) . If that doesn't work, I've had success with just cutting and pasting into a brand new file.

      Ed
      phpWS Mod Forge

       
    • Robb Doyle

      Robb Doyle - 2002-08-20

      First I want to thank spiggy and esritterfor taking their time to respond. SuPPORT is a hallmark of a community indeed.

      After reading over the documentation (DUH?) I found the instructions in the INSTALL doc under

      "Error Messages Handling".

      So now there are no more Error Messages and Warnings on practically every header that I view. (What a relief!).

      Being new to this world of PHP and MySQL is challenging indeed, yet exciting because of this wonderful solution that is known as PhpWebsite.

      Thanks again,
      Robb Doyle

       

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.