Opened 7 years ago
Closed 7 years ago
#2770 closed defect (fixed)
500 internal server error on search widget with SQLite DB
Reported by: | phidrho | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | 3.1.1 |
Component: | Fusion | Version: | 3.1.0 |
Severity: | trivial | Keywords: | search, sqlite, search widget, Fusion |
Cc: | External ID: |
Description
After upgrade to Mapguide 3.1.0.9064, Fusion search widget connected to SQLite polygon layer stopped working. Search is working properly on MSSQL layers. I think situation with SHP layer is the same as with SQLite.
The problem is probably in GetGeometryTypes(), it seems that function detects that SQLite layer has points for some reason, and then Search.php script sets $bHasPoint variable to True which then causes the error. I temporarily changed bHasPoint to False in line 149 (in Search.php) to avoid the bug.
Attachments (2)
Change History (4)
by , 7 years ago
by , 7 years ago
Attachment: | 500_internal_server_error.png added |
---|
comment:1 by , 7 years ago
Milestone: | → 3.1.1 |
---|---|
Owner: | set to |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Speculatively fixed for:
Trunk: https://trac.osgeo.org/fusion/changeset/3028 3.1.1: https://trac.osgeo.org/fusion/changeset/3029
I say speculatively because while I didn't get HTTP 500 errors, I did have screwy SQLite data files to test with that had similar problems with the Search widget.