[Qgis-developer] Qgis web client search
Andreas Neumann
a.neumann at carto.net
Thu Jan 16 04:06:34 PST 2014
Hi,
If you get the source code of the Python File than it means that the
wsgi module is not enabled or correctly configured.
But as Bernhard said - at the beginning you really have to work in
manual mode - not directly in QGIS web client. You will have to make
sure that the database is properly set up, the database connection and
credentials work and that the script returns a valid JSON response.
If that works you can continue testing it in QGIS web client.
Andreas
Am 16.01.2014 12:09, schrieb Mira Maric:
> I set up Apache config file:
> insert following lines:
> - LoadModule wsgi_module modules/mod_wsgi.so
> and
>
> WSGIScriptAlias /wsgi C:\OSGeo4W\apache\htdocs\qgis-web-client-master\wsgi
> WSGIScriptAliasMatch ^/wsgi/([^/]+)
> "C:\OSGeo4W\apache\htdocs\qgis-web-client-master\$1.wsgi"
>
>
> , after this I create tables in Posgis and modify connection string in
> search.wsgi and getSearchGeom.wsgi.
>
> Now when I run web page and try to search in search box I get this error:
>
> Resource interpreted as Script but transferred with MIME type text/plain:
> "http://localhost:89/qgis-web-client-master/wsgi/search.wsgi?query=&searchtables=&query=89&cb=stcCallback1001".
> ext-all.js:7
> Uncaught SyntaxError: Unexpected token ILLEGAL search.wsgi:1
>
>
>
More information about the Qgis-developer
mailing list