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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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??????
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
This has been fixed in cvs, but for now you can just delete that line and the one following.
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
Is it failing on the bug email? Do you have email settings correct in php.ini?
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??????
Are you running this on windows or a unix?