View Issue Details

IDProjectCategoryView StatusLast Update
0000244Main CAcert Websiteaccount administrationpublic2013-01-14 08:45
Reporterph3 Assigned Toduane  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000244: AJAX (location) From stopped working
DescriptionThe auto-complete functionality of both AJAX (location) forms ('Find an Assurer' and 'My Location') stopped working for me. I have NOT changed any of my javascript settings. For example the menu at the left ist working absolutly normal.
Additional InformationThe forms stopped working after I reached 100 points. Maybe there is a relationship.
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

macbill

2006-06-03 15:26

reporter   ~0000247

This is reproducable for me, too. When I joined, it was working. A few months later, it stopped. Thought it was a browser problem. Tried with Firefox and Microsoft Internet Explorer on WinXPHome with no success. By the way, I have 0 points, so I don't think it's point related, as above.

macbill

2006-07-04 03:33

reporter   ~0000259

Reminder sent to: duane

Hello,

Has someone been assigned to this ticket. I don't know a workaround. Do you know why the Ajax isn't working?

bclozel

2006-07-27 23:49

reporter   ~0000268

I've just registered and the form isn't working at all ('my location' and 'find an assurer').
So I'm unable to set my location, although I found it in several databases used and tried many times with different spells: is there a related problem with the location database?

Sourcerer

2006-07-28 05:44

administrator   ~0000269

Problem found:
ac.php, line 9:
        $id = intval($_REQUEST['id']);
should be
        $id = "location";
or
        $id=$_REQUEST['id'];

duane

2006-07-28 06:04

developer   ~0000270

Last edited: 2006-07-28 06:15

- $id = intval($_REQUEST['id']);
+ $id = mysql_real_escape_string(strip_tags($_REQUEST['id']));

Issue History

Date Modified Username Field Change
2006-05-24 04:52 ph3 New Issue
2006-06-03 15:26 macbill Note Added: 0000247
2006-06-03 15:31 macbill Status new => needs feedback
2006-07-04 03:33 macbill Note Added: 0000259
2006-07-27 23:49 bclozel Note Added: 0000268
2006-07-28 05:44 Sourcerer Note Added: 0000269
2006-07-28 06:04 duane Status needs feedback => solved?
2006-07-28 06:04 duane Fixed in Version => production
2006-07-28 06:04 duane Resolution open => fixed
2006-07-28 06:04 duane Assigned To => duane
2006-07-28 06:04 duane Note Added: 0000270
2006-07-28 06:15 duane Note Edited: 0000270
2006-08-03 22:40 Sourcerer Status solved? => closed
2013-01-14 08:45 Werner Dworak Fixed in Version => 2006