Menu

Installation Issues

Help
2001-11-12
2001-11-13
  • Nobody/Anonymous

    Fresh install... PHPLib 7.2/PHPBt 0.5.1. MySQL.

    After install script runs and I save out the config.php. I am presented with the login. When I try to login. I get the following on the same page as login:

    Warning:  Cannot add header information - headers already sent by (output started at /opt/php/phpbug/config.php:85) in session.inc on line 450
    Warning:  Cannot add header information - headers already sent by (output started at /opt/php/phpbug/config.php:85) in session.inc on line 451
    Warning:  Cannot add header information - headers already sent by (output started at /opt/php/phpbug/config.php:85) in session.inc on line 452
    Warning:  Cannot add header information - headers already sent by (output started at /opt/php/phpbug/config.php:85) in session.inc on line 453
    Warning:  Cannot add header information - headers already sent by (output started at /opt/php/phpbug/config.php:85) in session.inc on line 454
    Warning:  Cannot add header information - headers already sent by (output started at /opt/php/phpbug/config.php:85) in session.inc on line 117

    Immediatly after this is what appears to be the correct initial page (Welcome to ...), however I can't do anything with it. If I try to click on the "Admin Tools" link, I get another login page and then an error stating that /admin/index.php does not exist.

     
    • Mike Torrence

      Mike Torrence - 2001-11-12

      I've now logged it. I am the user who posted the previous message...

       
    • Benjamin Curtis

      Benjamin Curtis - 2001-11-12

      This looks like an issue with some extra white space in config.php.  Make sure there is no newline or space (or anything else) before the <?php or after the ?> in config.php.  I hope I didn't add the extra space in the distribution! :(

       
    • Mike Torrence

      Mike Torrence - 2001-11-13

      Yes, that was it... the following HTML text appeared after the config info:
      <pre>
      <html>
         <title>phpBugTracker Installation</title>
         <link rel="StyleSheet" href="css.php" type="text/css">
      </head>
      <body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
      <table border="0" cellpadding="0" cellspacing="0" width="640">
         <tr>
            <td width="200" valign="top"><br><img src="logo.jpg"></td>
            <td valign="top">
               <div class="banner">phpBugTracker Installation</div>

               The database tables have been created.  Once you have
               config.php in place, you will be able to login to the admin
               tools via the form below using the admin login and password
               you provided.
               You will be taken to the home page, and from there you can go to the
               configuration page of the admin tools  which will allow you to
               customize your installation of phpBugTracker further.  Once you have
               completed the configuration, you will be ready to add a project and
               start reporting bugs!
               <br>
               <br>
               Please feel welcome to subscribe the phpbt-users mailing list by
               visiting the mailing list
               <a href="http://lists.sourceforge.net/lists/listinfo/phpbt-users" targ$
               <hr size="1" width="300">
               <form action="index.php" method="post">
                  <table border="0" cellpadding="1" cellspacing="3" align="center">
                     <tr>
                        <td>Login:</td>
                        <td><input type="text" name="username" value="mike@222lake.co$
                     </tr>
                        <td>Password:</td>
                        <td><input type="password" name="password"></td>
                     </tr>
                     <tr>
                        <td colspan="2" align="center">
                           <input type="hidden" name="dologin" value="1">
                           <input type="submit" value="Login">
                        </td>
                     </tr>
                  </table>
               </form>
            </td>
         </tr>
      </table>
      </pre>

       

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.