Menu

problem running after install

Help
2002-05-08
2002-06-12
  • Nobody/Anonymous

    please help...i'm new at all this! 

    my error_reporting is set to E_ALL

    this is my dilemma...

    when i call the page, the phpbt home page appears but displayed above it is:

    Notice: Undefined index: QUERY_STRING in c:\inetpub\wwwroot\bugtracker\include.php on line 64

    Warning: Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\bugtracker\include.php:64) in c:\inetpub\wwwroot\bugtracker\include.php on line 132

    i can turn this off by setting the error reporting to e_errors but this issue creates further issue as i move through the site. when i try to add a bug i get:

    Notice: Undefined index: QUERY_STRING in c:\inetpub\wwwroot\bugtracker\include.php on line 64

    Warning: Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\bugtracker\include.php:64) in c:\inetpub\wwwroot\bugtracker\include.php on line 132

    Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\bugtracker\include.php:64) in c:\inetpub\wwwroot\bugtracker\bug.php on line 447
    and i can't proceed...

    Can anyone help me...or point me to site that can.  thanks

     
    • Benjamin Curtis

      Benjamin Curtis - 2002-05-09

      This has been fixed in cvs, but for now you can just delete that line and the one following.

       
    • Nobody/Anonymous

      Hi again,

      I tried reducing the error reporting to E_ERROR and that solves the Notices.

      However when I hit submit after adding a bug i get a new blank page with only these Warnings on it:

      Warning: Server Error in c:\inetpub\wwwroot\bugtracker\bug.php on line 265

      Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\bugtracker\bug.php:265) in c:\inetpub\wwwroot\bugtracker\bug.php on line 447

      and I cannot proceed forwards.  If i hit back I return to a blank 'add bug' page and when I query the bugs my most recent addition is there.  How do I overcome these warnings so to make proceeding through the application smooth??

      Thanks Ben

       
    • Benjamin Curtis

      Benjamin Curtis - 2002-05-11

      Is it failing on the bug email?  Do you have email settings correct in php.ini?

       
    • Nobody/Anonymous

      I have the setting in the .ini set to

      SMTP: mail.xxx.xxx.nat

      sendmail_from = admin@xxx.xxx.nat

      is this all that needs to be done for windows???

      it now appears to send the emails yet i never receive any.  however in order for me to send the emails without an error, I had to uncomment and configure the sendmail_path.  help??????

       
    • Benjamin Curtis

      Benjamin Curtis - 2002-06-12

      Are you running this on windows or a unix?

       

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.