Errors

Discussion in 'Troubleshooting' started by syan, Sep 11, 2003.

  1. syan

    syan aMember Pro Customer

    Joined:
    Apr 6, 2003
    Messages:
    39
    Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/virtual/site7/fst/var/www/html/members/rconfig.inc.php on line 20

    Warning: Cannot send session cookie - headers already sent by (output started at /home/virtual/site7/fst/var/www/html/members/rconfig.inc.php:20) in /home/virtual/site7/fst/var/www/html/members/admin/login.inc.php on line 84

    Warning: Cannot send session cache limiter - headers already sent (output started at /home/virtual/site7/fst/var/www/html/members/rconfig.inc.php:20) in /home/virtual/site7/fst/var/www/html/members/admin/login.inc.php on line 84


    anyone know what i can do ? i replaced the rconfig.inc.php with the original but sitll the problem exists.
  2. pilot

    pilot New Member

    Joined:
    May 24, 2003
    Messages:
    178
    RE:

    Warning: Cannot send session cookie - headers already sent by (output started at /home/virtual/site7/fst/var/www/html/members/rconfig.inc.php:20) in /home/virtual/site7/fst/var/www/html/members/admin/login.inc.php on line 84
    Warning: Cannot send session cache limiter - headers already sent (output started at /home/virtual/site7/fst/var/www/html/members/rconfig.inc.php:20) in /home/virtual/site7/fst/var/www/html/members/admin/login.inc.php on line 84

    open rconfig.inc.php, and login.inc.php and check you have no spaces or characters after the ?>
    at the end of the file

Share This Page