Opened 3 years ago
Closed 3 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)
Changed 3 years ago by
Changed 3 years ago by
Attachment: | 500_internal_server_error.png added |
---|
comment:1 Changed 3 years ago by
Milestone: | → 3.1.1 |
---|---|
Owner: | set to jng |
comment:2 Changed 3 years ago by
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.