Resolution: in de wsgi-script on line number 18 searchtables = ['"schema_name"."search_address”’] remove the double quote’s -> searchtables = ['schema_name.search_address’] That did the trick
Thanks to Bernhard Ströbl Begin doorgestuurd bericht: > Van: Geert Smet <[email protected]> > Onderwerp: [Qgis-user] Qgis Web Client: offending input ? > Datum: 23 oktober 2013 10:53:23 CEST > Aan: Qgis-user <[email protected]> > > Hi, > I created a VIEW (search_address) and it seems to be good when i'm using the > search bar on the upper right corner it get's me to the wright location but > i'll get always an error pop-up. "Network request failed error: could not > execute query". > > In the log-file i'm getting these two errors: > - offending input: "schema_name"."search_address", referer: > http://localhost/maps/test > - error: could not execute query: can't execute an empty query, referer: > http://localhost/maps/test > > Anyone an idea what i am doing wrong ? > > Thanks, > Geert Smet
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
