“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.
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
Opened by Jason (jason) - Friday, 11 November 2005, 08:05 GMT+1
|
DetailsThis 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.
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.