Flyspray - The bug killer!

“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra

This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!

Do not issue bugs reports against versions earlier than 0.9.9.5

Security problem? Check the security section.

Tasklist

FS#735 - fix.inc.php - Notice: Undefined index: QUERY_STRING

Attached to Project: Flyspray - The bug killer!
Opened by Jason (jason) - Friday, 11 November 2005, 08:05 GMT+1
Task Type Bug Report
Category Backend/Core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 0.9.8
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

This error occurs on IIS 5. I updated includes/fix.inc.php line 29 like so:

  if ($_SERVER['QUERY_STRING']) {

to

  if (isset($_SERVER['QUERY_STRING'])) {

(i havn’t verified if this affects other OSs, though.)

This task depends upon

Closed by  Tony Collins (knigits)
Friday, 11 November 2005, 08:13 GMT+1
Reason for closing:  Fixed in devel
Additional comments about closing:  Our new templates system effectively eliminates 'undefined index' notices.

Loading...