Git Product home page Git Product logo

Comments (7)

uprel avatar uprel commented on May 25, 2024

Check if you have correctly setup settings.php and also look in Apache error log.

from gisapp.

bonegabor avatar bonegabor commented on May 25, 2024

Hello,

Thanks for your answer. Unfortunately I could not figure out what the problem is. Apache error log shows nothing, and settings.php is correct, (as a I think). QGIS Server is working, because the Qgis Web Client was running, but I need your web client to be able to use the login system,
The link where you can see my project is http://harta.atlaspasari.ro/gisapp/helloworld?public=on .
Can you have a look on it please?

Thank you,
Gabor

from gisapp.

uprel avatar uprel commented on May 25, 2024

I think problem is with accessing the database. Error should be visible from Apache log. Also postgresql log might be helpful. Postgres version must be 9.3. or higher. Send me these logs and settings.php and I will check. Email [email protected]

from gisapp.

uprel avatar uprel commented on May 25, 2024

Problem was due to old version of PostgreSQL 9.2

from gisapp.

bonegabor avatar bonegabor commented on May 25, 2024

Thank you for your help and for your application. I've upgraded my postgrsql and now it works. 👍

from gisapp.

teckefaro avatar teckefaro commented on May 25, 2024

Hello
This is a first choice with a configuration of the EQWC and, now in a pass over front, in the problem of login of access.

  • PostgreSQL e o 9.4 64 bit.
  • PHP 5.5.26.
  • Qgis-server is working correctly with manual configuration tests.
  • About setting the settings.php file.
    <?php define('DEFAULT_LANG', 'en'); define('DEBUG', false); define('DB_CONN_STRING', 'pgsql:host=localhost;port=5432;dbname=gisapp'); define('DB_USER', 'postgres'); define('DB_PWD', 'postgres'); define('PROJECT_PATH', 'D:/SERVIDOR/wamp64/www/04TESTE/gisapp/_demo/'); define('QGISSERVERURL', 'http://localhost/cgi-bin/qgis_mapserv.fcgi.exe'); define('QGISSERVERCACHE', false); define('GOOGLE_MAPS_KEY','your_key'); define('MAPBOX_KEY','your_access_token'); define('MAIN_UPLOAD_DIR', 'uploads/'); define('OGR2OGR', 'C:/OSGeo4W64/bin/ogr2ogr'); define('TEMP_PATH', 'C:/Temp'); define('GISAPPURL', '/gisapp/');

this error appears:
image

from gisapp.

uprel avatar uprel commented on May 25, 2024

Looks like problem on screen is just because PHP Strict standard variable is different. I will have to check setup on Windows, but you must have some errors also in Apache error.log. Check there

from gisapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.