From uwe.seher at gmail.com Wed May 3 00:14:32 2017 From: uwe.seher at gmail.com (Uwe Seher) Date: Wed, 3 May 2017 09:14:32 +0200 Subject: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 Message-ID: Hello group! Last week we had to update our server including a switch from PHP5 to PHP7. Everything worked fine, but after the update the digitizer element in mabender produces an sql-error. If the digititzer is activated, every move of the map produces the following error-message: *Feature API: Abfrage fehlgeschlagen."\n\n \n \n An Error Occurred: Internal Server Error\n \n \n

Oops! An Error Occurred

\n

The server returned a \"500 Internal Server Error\".

\n\n
\n Something is broken. Please let us know what you were doing when this error occurred.\n We will fix it as soon as possible. Sorry for any inconvenience caused.\n
\n \n\n"* The mapbender log shows the following: *[2017-05-03 06:14:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25... ^" at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250':\n\nSQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91, PDOException(code: 42601): SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:699)"} [][2017-05-03 06:14:44] security.DEBUG: Write SecurityContext in the session [] []prod.log lines 3827-3852/3852 (END)* The same is found in the database log (postgresql 9.6.2, postgis 2.3.1: *2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]ERROR: syntax error at or near ")" at character 2912017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]STATEMENT: SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250* Some weeks before updating the server i ran a database update, but after that, it worked as expected. So i dont think, the database-upgrade is the reason for this. Executing the sql shows the error, which disappears when the empty where-clause is deleted. I have just no clue how to handle this, so every hint would be helpful. Thanks in advance Uwe Seher -------------- next part -------------- An HTML attachment was scrubbed... URL: From uwe.seher at gmail.com Wed May 3 00:32:47 2017 From: uwe.seher at gmail.com (Uwe Seher) Date: Wed, 3 May 2017 09:32:47 +0200 Subject: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 In-Reply-To: References: Message-ID: Update: The error occurs when 'current extent' is activated. If this is deactivated everything works. Also the sql-statemant works, when the empty brackets are filled with a 'true'. Uwe Seher 2017-05-03 9:14 GMT+02:00 Uwe Seher : > Hello group! > > Last week we had to update our server including a switch from PHP5 to > PHP7. Everything worked fine, but after the update the digitizer element in > mabender produces an sql-error. > If the digititzer is activated, every move of the map produces the > following error-message: > > *Feature API: Abfrage fehlgeschlagen."\n\n \n > \n An Error Occurred: Internal Server > Error\n \n \n

Oops! An Error Occurred

\n >

The server returned a \"500 Internal Server Error\".

\n\n
\n > Something is broken. Please let us know what you were doing when this error > occurred.\n We will fix it as soon as possible. Sorry for any inconvenience > caused.\n
\n \n\n"* > > The mapbender log shows the following: > > > > > > *[2017-05-03 06:14:44] request.CRITICAL: Uncaught PHP Exception > Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT > id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, > ycoord, bwastrid, station, dist, srid, description, site_type, priority, > planned, organization, issued_by, contact, is_valid, created, created_by, > last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT > 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" > LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT > 25... ^" at > /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php > line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): An > exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, > 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, > srid, description, site_type, priority, planned, organization, issued_by, > contact, is_valid, created, created_by, last_edit, edited_by FROM > mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250':\n\nSQLSTATE[42601]: > Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by > FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT > 25...\n ^ at > /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91, > PDOException(code: 42601): SQLSTATE[42601]: Syntax error: 7 ERROR: syntax > error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 > t WHERE () LIMIT > 25...\n ^ at > /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:699)"} > [][2017-05-03 06:14:44] security.DEBUG: Write SecurityContext in the > session [] []prod.log lines 3827-3852/3852 (END)* > The same is found in the database log (postgresql 9.6.2, postgis 2.3.1: > > > *2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]ERROR: syntax > error at or near ")" at character 2912017-05-03 06:14:44 > GMT[[unknown]:xxx:59097554.1ed9d:0]STATEMENT: SELECT id, > ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, > ycoord, bwastrid, station, dist, srid, description, site_type, priority, > planned, organization, issued_by, contact, is_valid, created, created_by, > last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250* > > Some weeks before updating the server i ran a database update, but after > that, it worked as expected. So i dont think, the database-upgrade is the > reason for this. > Executing the sql shows the error, which disappears when the empty > where-clause is deleted. > I have just no clue how to handle this, so every hint would be helpful. > > Thanks in advance > > Uwe Seher > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From astrid.emde at wheregroup.com Wed May 3 00:48:32 2017 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Wed, 03 May 2017 09:48:32 +0200 Subject: [Mapbender-users] Mapbender - welcome to the new PSC members Message-ID: <011f93fd40e102789cf7d5216436a991@wheregroup.com> Hello Mapbender-Developer, hello Mapbender-user, I am pleased to announce the new PSC. We have new members in the PSC - welcome Axel Schaefer (also Chair), Andriy Oblivantsev, David Patzke, Rolf Neuberger and Frederik Häfker. You find the list of the actual PSC members at: http://mapbender3.org/?q=en/community -- Best regards Astrid --------------------------------------- Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com --------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 22 Fax: +49(0)228 90 90 38 - 11 astrid.emde at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- pgp-public key: http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284 Signierte und/oder verschlüsselte Nachrichten sind sehr willkommen Signed and/or encrypted mail is highly appreciated From g.wahren at klemm-hensen.de Wed May 3 02:01:09 2017 From: g.wahren at klemm-hensen.de (Gero Wahren) Date: Wed, 3 May 2017 11:01:09 +0200 (CEST) Subject: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 In-Reply-To: References: Message-ID: <684868648.1094171.1493802068993.JavaMail.zimbra@klemm-hensen.de> Hi, i have the same problem. It seem's that the database-query is'nt well formed. I think that the where-clause don't have to be empty. Please correct me. Query: An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25 I searched a little bit and you can fix it , when you uncheck the "currentExtend" for the digitizer or Pipe it with all in your yaml-File. "currentExtend|all". I think that the Plattformname changed in PHP 7 so the genIntersectCondition-Function generates an empty where-clause. Mit freundlichen Grüßen Gero Wahren Dipl.-Inf. 25 Jahre Ingenieurbüro Klemm & Hensen GmbH Ingenieurbüro Klemm & Hensen GmbH Fabrikstraße 18 | 04178 Leipzig T: +49 341 45311-13 F: +49 341 45311-88 M: +49 176 10609065 E: g.wahren at klemm-hensen.de W: www.klemm-hensen.de Erfolgreich zertifiziert nach ISO 9001:2008. Geschäftsführer: Günter Klemm | Gerald Schäfer Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig Registergericht: Amtsgericht Leipzig | HRB 2522 ----- Ursprüngliche Mail ----- Von: "Uwe Seher" An: "Mapbender User List" Gesendet: Mittwoch, 3. Mai 2017 09:14:32 Betreff: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 Hello group! Last week we had to update our server including a switch from PHP5 to PHP7. Everything worked fine, but after the update the digitizer element in mabender produces an sql-error. If the digititzer is activated, every move of the map produces the following error-message: Feature API: Abfrage fehlgeschlagen."\n\n \n \n An Error Occurred: Internal Server Error\n \n \n

Oops! An Error Occurred

\n

The server returned a \"500 Internal Server Error\".

\n\n
\n Something is broken. Please let us know what you were doing when this error occurred.\n We will fix it as soon as possible. Sorry for any inconvenience caused.\n
\n \n\n" The mapbender log shows the following: [2017-05-03 06:14:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25... ^" at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250':\n\nSQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91, PDOException(code: 42601): SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:699)"} [] [2017-05-03 06:14:44] security.DEBUG: Write SecurityContext in the session [] [] prod.log lines 3827-3852/3852 (END) The same is found in the database log (postgresql 9.6.2, postgis 2.3.1: 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]ERROR: syntax error at or near ")" at character 291 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]STATEMENT: SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250 Some weeks before updating the server i ran a database update, but after that, it worked as expected. So i dont think, the database-upgrade is the reason for this. Executing the sql shows the error, which disappears when the empty where-clause is deleted. I have just no clue how to handle this, so every hint would be helpful. Thanks in advance Uwe Seher _______________________________________________ Mapbender_users mailing list Mapbender_users at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapbender_users From g.wahren at klemm-hensen.de Wed May 3 02:26:04 2017 From: g.wahren at klemm-hensen.de (Gero Wahren) Date: Wed, 3 May 2017 11:26:04 +0200 (CEST) Subject: [Mapbender-users] UPDATE:Re: Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 In-Reply-To: <684868648.1094171.1493802068993.JavaMail.zimbra@klemm-hensen.de> References: <684868648.1094171.1493802068993.JavaMail.zimbra@klemm-hensen.de> Message-ID: <415631800.1095247.1493803564025.JavaMail.zimbra@klemm-hensen.de> Hi, it is not the Platformname. It seem's to be a other Problem, maybe the preg_replace() in row 480 of the FeatureType.php-File? Are'nt there some Modifikations in PHP7? Mit freundlichen Grüßen Gero Wahren Dipl.-Inf. 25 Jahre Ingenieurbüro Klemm & Hensen GmbH Ingenieurbüro Klemm & Hensen GmbH Fabrikstraße 18 | 04178 Leipzig T: +49 341 45311-13 F: +49 341 45311-88 M: +49 176 10609065 E: g.wahren at klemm-hensen.de W: www.klemm-hensen.de Erfolgreich zertifiziert nach ISO 9001:2008. Geschäftsführer: Günter Klemm | Gerald Schäfer Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig Registergericht: Amtsgericht Leipzig | HRB 2522 ----- Ursprüngliche Mail ----- Von: "Gero Wahren" An: "Mapbender User List" Gesendet: Mittwoch, 3. Mai 2017 11:01:09 Betreff: Re: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 Hi, i have the same problem. It seem's that the database-query is'nt well formed. I think that the where-clause don't have to be empty. Please correct me. Query: An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25 I searched a little bit and you can fix it , when you uncheck the "currentExtend" for the digitizer or Pipe it with all in your yaml-File. "currentExtend|all". I think that the Plattformname changed in PHP 7 so the genIntersectCondition-Function generates an empty where-clause. Mit freundlichen Grüßen Gero Wahren Dipl.-Inf. 25 Jahre Ingenieurbüro Klemm & Hensen GmbH Ingenieurbüro Klemm & Hensen GmbH Fabrikstraße 18 | 04178 Leipzig T: +49 341 45311-13 F: +49 341 45311-88 M: +49 176 10609065 E: g.wahren at klemm-hensen.de W: www.klemm-hensen.de Erfolgreich zertifiziert nach ISO 9001:2008. Geschäftsführer: Günter Klemm | Gerald Schäfer Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig Registergericht: Amtsgericht Leipzig | HRB 2522 ----- Ursprüngliche Mail ----- Von: "Uwe Seher" An: "Mapbender User List" Gesendet: Mittwoch, 3. Mai 2017 09:14:32 Betreff: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 Hello group! Last week we had to update our server including a switch from PHP5 to PHP7. Everything worked fine, but after the update the digitizer element in mabender produces an sql-error. If the digititzer is activated, every move of the map produces the following error-message: Feature API: Abfrage fehlgeschlagen."\n\n \n \n An Error Occurred: Internal Server Error\n \n \n

Oops! An Error Occurred

\n

The server returned a \"500 Internal Server Error\".

\n\n
\n Something is broken. Please let us know what you were doing when this error occurred.\n We will fix it as soon as possible. Sorry for any inconvenience caused.\n
\n \n\n" The mapbender log shows the following: [2017-05-03 06:14:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25... ^" at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250':\n\nSQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91, PDOException(code: 42601): SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:699)"} [] [2017-05-03 06:14:44] security.DEBUG: Write SecurityContext in the session [] [] prod.log lines 3827-3852/3852 (END) The same is found in the database log (postgresql 9.6.2, postgis 2.3.1: 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]ERROR: syntax error at or near ")" at character 291 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]STATEMENT: SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250 Some weeks before updating the server i ran a database update, but after that, it worked as expected. So i dont think, the database-upgrade is the reason for this. Executing the sql shows the error, which disappears when the empty where-clause is deleted. I have just no clue how to handle this, so every hint would be helpful. Thanks in advance Uwe Seher _______________________________________________ Mapbender_users mailing list Mapbender_users at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapbender_users _______________________________________________ Mapbender_users mailing list Mapbender_users at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapbender_users From frederik.haefker at wheregroup.com Wed May 3 02:35:09 2017 From: frederik.haefker at wheregroup.com (Frederik Haefker (WhereGroup)) Date: Wed, 3 May 2017 11:35:09 +0200 Subject: [Mapbender-users] UPDATE:Re: Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 In-Reply-To: <415631800.1095247.1493803564025.JavaMail.zimbra@klemm-hensen.de> References: <684868648.1094171.1493802068993.JavaMail.zimbra@klemm-hensen.de> <415631800.1095247.1493803564025.JavaMail.zimbra@klemm-hensen.de> Message-ID: <81be6f42-dd30-1f5e-a61f-dc96074c3755@wheregroup.com> Hi, just as a side note: the mapbender 3.0.6 will bring along full php7 support. http://doc.mapbender3.org/en/book/versions.html Best Regards Frederik Am 03.05.2017 um 11:26 schrieb Gero Wahren: > Hi, > it is not the Platformname. It seem's to be a other Problem, maybe the preg_replace() in row 480 of the FeatureType.php-File? Are'nt there some Modifikations in PHP7? > > > Mit freundlichen Grüßen > > Gero Wahren > Dipl.-Inf. > > 25 Jahre Ingenieurbüro Klemm & Hensen GmbH > > Ingenieurbüro Klemm & Hensen GmbH > Fabrikstraße 18 | 04178 Leipzig > > T: +49 341 45311-13 > F: +49 341 45311-88 > M: +49 176 10609065 > E: g.wahren at klemm-hensen.de > W: www.klemm-hensen.de > > Erfolgreich zertifiziert nach ISO 9001:2008. > > Geschäftsführer: Günter Klemm | Gerald Schäfer > Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig > Registergericht: Amtsgericht Leipzig | HRB 2522 > > ----- Ursprüngliche Mail ----- > Von: "Gero Wahren" > An: "Mapbender User List" > Gesendet: Mittwoch, 3. Mai 2017 11:01:09 > Betreff: Re: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 > > Hi, > i have the same problem. It seem's that the database-query is'nt well formed. I think that the where-clause don't have to be empty. > Please correct me. > > Query: > An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25 > > I searched a little bit and you can fix it , when you uncheck the "currentExtend" for the digitizer or Pipe it with all in your yaml-File. "currentExtend|all". > I think that the Plattformname changed in PHP 7 so the genIntersectCondition-Function generates an empty where-clause. > > > Mit freundlichen Grüßen > > Gero Wahren > Dipl.-Inf. > > 25 Jahre Ingenieurbüro Klemm & Hensen GmbH > > Ingenieurbüro Klemm & Hensen GmbH > Fabrikstraße 18 | 04178 Leipzig > > T: +49 341 45311-13 > F: +49 341 45311-88 > M: +49 176 10609065 > E: g.wahren at klemm-hensen.de > W: www.klemm-hensen.de > > Erfolgreich zertifiziert nach ISO 9001:2008. > > Geschäftsführer: Günter Klemm | Gerald Schäfer > Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig > Registergericht: Amtsgericht Leipzig | HRB 2522 > > ----- Ursprüngliche Mail ----- > Von: "Uwe Seher" > An: "Mapbender User List" > Gesendet: Mittwoch, 3. Mai 2017 09:14:32 > Betreff: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 > > Hello group! > > Last week we had to update our server including a switch from PHP5 to PHP7. Everything worked fine, but after the update the digitizer element in mabender produces an sql-error. > If the digititzer is activated, every move of the map produces the following error-message: > > Feature API: Abfrage fehlgeschlagen."\n\n \n \n An Error Occurred: Internal Server Error\n \n \n

Oops! An Error Occurred

\n

The server returned a \"500 Internal Server Error\".

\n\n
\n Something is broken. Please let us know what you were doing when this error occurred.\n We will fix it as soon as possible. Sorry for any inconvenience caused.\n
\n \n\n" > > The mapbender log shows the following: > > [2017-05-03 06:14:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25... ^" at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250':\n\nSQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91, PDOException(code: 42601): SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:699)"} [] > [2017-05-03 06:14:44] security.DEBUG: Write SecurityContext in the session [] [] > prod.log lines 3827-3852/3852 (END) > > The same is found in the database log (postgresql 9.6.2, postgis 2.3.1: > > 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]ERROR: syntax error at or near ")" at character 291 > 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]STATEMENT: SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250 > > Some weeks before updating the server i ran a database update, but after that, it worked as expected. So i dont think, the database-upgrade is the reason for this. > Executing the sql shows the error, which disappears when the empty where-clause is deleted. > I have just no clue how to handle this, so every hint would be helpful. > > Thanks in advance > > Uwe Seher > > > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users From g.wahren at klemm-hensen.de Wed May 3 02:56:22 2017 From: g.wahren at klemm-hensen.de (Gero Wahren) Date: Wed, 3 May 2017 11:56:22 +0200 (CEST) Subject: [Mapbender-users] UPDATE:Re: Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 In-Reply-To: <81be6f42-dd30-1f5e-a61f-dc96074c3755@wheregroup.com> References: <684868648.1094171.1493802068993.JavaMail.zimbra@klemm-hensen.de> <415631800.1095247.1493803564025.JavaMail.zimbra@klemm-hensen.de> <81be6f42-dd30-1f5e-a61f-dc96074c3755@wheregroup.com> Message-ID: <730597793.1096281.1493805382883.JavaMail.zimbra@klemm-hensen.de> Hi Frederik, when will be the Version 3.0.6.0 released or have i missed the release? I have a experimental installation from github. It runs, but there some issues. Mit freundlichen Grüßen Gero Wahren Dipl.-Inf. 25 Jahre Ingenieurbüro Klemm & Hensen GmbH Ingenieurbüro Klemm & Hensen GmbH Fabrikstraße 18 | 04178 Leipzig T: +49 341 45311-13 F: +49 341 45311-88 M: +49 176 10609065 E: g.wahren at klemm-hensen.de W: www.klemm-hensen.de Erfolgreich zertifiziert nach ISO 9001:2008. Geschäftsführer: Günter Klemm | Gerald Schäfer Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig Registergericht: Amtsgericht Leipzig | HRB 2522 ----- Ursprüngliche Mail ----- Von: "Frederik Haefker (WhereGroup)" An: "Mapbender User List" Gesendet: Mittwoch, 3. Mai 2017 11:35:09 Betreff: Re: [Mapbender-users] UPDATE:Re: Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 Hi, just as a side note: the mapbender 3.0.6 will bring along full php7 support. http://doc.mapbender3.org/en/book/versions.html Best Regards Frederik Am 03.05.2017 um 11:26 schrieb Gero Wahren: > Hi, > it is not the Platformname. It seem's to be a other Problem, maybe the preg_replace() in row 480 of the FeatureType.php-File? Are'nt there some Modifikations in PHP7? > > > Mit freundlichen Grüßen > > Gero Wahren > Dipl.-Inf. > > 25 Jahre Ingenieurbüro Klemm & Hensen GmbH > > Ingenieurbüro Klemm & Hensen GmbH > Fabrikstraße 18 | 04178 Leipzig > > T: +49 341 45311-13 > F: +49 341 45311-88 > M: +49 176 10609065 > E: g.wahren at klemm-hensen.de > W: www.klemm-hensen.de > > Erfolgreich zertifiziert nach ISO 9001:2008. > > Geschäftsführer: Günter Klemm | Gerald Schäfer > Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig > Registergericht: Amtsgericht Leipzig | HRB 2522 > > ----- Ursprüngliche Mail ----- > Von: "Gero Wahren" > An: "Mapbender User List" > Gesendet: Mittwoch, 3. Mai 2017 11:01:09 > Betreff: Re: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 > > Hi, > i have the same problem. It seem's that the database-query is'nt well formed. I think that the where-clause don't have to be empty. > Please correct me. > > Query: > An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25 > > I searched a little bit and you can fix it , when you uncheck the "currentExtend" for the digitizer or Pipe it with all in your yaml-File. "currentExtend|all". > I think that the Plattformname changed in PHP 7 so the genIntersectCondition-Function generates an empty where-clause. > > > Mit freundlichen Grüßen > > Gero Wahren > Dipl.-Inf. > > 25 Jahre Ingenieurbüro Klemm & Hensen GmbH > > Ingenieurbüro Klemm & Hensen GmbH > Fabrikstraße 18 | 04178 Leipzig > > T: +49 341 45311-13 > F: +49 341 45311-88 > M: +49 176 10609065 > E: g.wahren at klemm-hensen.de > W: www.klemm-hensen.de > > Erfolgreich zertifiziert nach ISO 9001:2008. > > Geschäftsführer: Günter Klemm | Gerald Schäfer > Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig > Registergericht: Amtsgericht Leipzig | HRB 2522 > > ----- Ursprüngliche Mail ----- > Von: "Uwe Seher" > An: "Mapbender User List" > Gesendet: Mittwoch, 3. Mai 2017 09:14:32 > Betreff: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 > > Hello group! > > Last week we had to update our server including a switch from PHP5 to PHP7. Everything worked fine, but after the update the digitizer element in mabender produces an sql-error. > If the digititzer is activated, every move of the map produces the following error-message: > > Feature API: Abfrage fehlgeschlagen."\n\n \n \n An Error Occurred: Internal Server Error\n \n \n

Oops! An Error Occurred

\n

The server returned a \"500 Internal Server Error\".

\n\n
\n Something is broken. Please let us know what you were doing when this error occurred.\n We will fix it as soon as possible. Sorry for any inconvenience caused.\n
\n \n\n" > > The mapbender log shows the following: > > [2017-05-03 06:14:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25... ^" at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250':\n\nSQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91, PDOException(code: 42601): SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:699)"} [] > [2017-05-03 06:14:44] security.DEBUG: Write SecurityContext in the session [] [] > prod.log lines 3827-3852/3852 (END) > > The same is found in the database log (postgresql 9.6.2, postgis 2.3.1: > > 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]ERROR: syntax error at or near ")" at character 291 > 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]STATEMENT: SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250 > > Some weeks before updating the server i ran a database update, but after that, it worked as expected. So i dont think, the database-upgrade is the reason for this. > Executing the sql shows the error, which disappears when the empty where-clause is deleted. > I have just no clue how to handle this, so every hint would be helpful. > > Thanks in advance > > Uwe Seher > > > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users _______________________________________________ Mapbender_users mailing list Mapbender_users at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapbender_users From frederik.haefker at wheregroup.com Wed May 3 04:25:39 2017 From: frederik.haefker at wheregroup.com (Frederik Haefker (WhereGroup)) Date: Wed, 3 May 2017 13:25:39 +0200 Subject: [Mapbender-users] UPDATE:Re: Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 In-Reply-To: <730597793.1096281.1493805382883.JavaMail.zimbra@klemm-hensen.de> References: <684868648.1094171.1493802068993.JavaMail.zimbra@klemm-hensen.de> <415631800.1095247.1493803564025.JavaMail.zimbra@klemm-hensen.de> <81be6f42-dd30-1f5e-a61f-dc96074c3755@wheregroup.com> <730597793.1096281.1493805382883.JavaMail.zimbra@klemm-hensen.de> Message-ID: Hi, for the moment you can use the digitizer in version 1.1.x. As it is not released by now you have to change your composer.json accordingly. The release of the mapbender3 in Version 3.0.6.0 will be soon. We are in the last phase of the testing. Best Regards Frederik Häfker Am 03.05.2017 um 11:56 schrieb Gero Wahren: > Hi Frederik, > when will be the Version 3.0.6.0 released or have i missed the release? > I have a experimental installation from github. It runs, but there some issues. > > Mit freundlichen Grüßen > > Gero Wahren > Dipl.-Inf. > > 25 Jahre Ingenieurbüro Klemm & Hensen GmbH > > Ingenieurbüro Klemm & Hensen GmbH > Fabrikstraße 18 | 04178 Leipzig > > T: +49 341 45311-13 > F: +49 341 45311-88 > M: +49 176 10609065 > E: g.wahren at klemm-hensen.de > W: www.klemm-hensen.de > > Erfolgreich zertifiziert nach ISO 9001:2008. > > Geschäftsführer: Günter Klemm | Gerald Schäfer > Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig > Registergericht: Amtsgericht Leipzig | HRB 2522 > > ----- Ursprüngliche Mail ----- > Von: "Frederik Haefker (WhereGroup)" > An: "Mapbender User List" > Gesendet: Mittwoch, 3. Mai 2017 11:35:09 > Betreff: Re: [Mapbender-users] UPDATE:Re: Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 > > Hi, > > just as a side note: the mapbender 3.0.6 will bring along full php7 > support. > http://doc.mapbender3.org/en/book/versions.html > > Best Regards Frederik > > > Am 03.05.2017 um 11:26 schrieb Gero Wahren: >> Hi, >> it is not the Platformname. It seem's to be a other Problem, maybe the preg_replace() in row 480 of the FeatureType.php-File? Are'nt there some Modifikations in PHP7? >> >> >> Mit freundlichen Grüßen >> >> Gero Wahren >> Dipl.-Inf. >> >> 25 Jahre Ingenieurbüro Klemm & Hensen GmbH >> >> Ingenieurbüro Klemm & Hensen GmbH >> Fabrikstraße 18 | 04178 Leipzig >> >> T: +49 341 45311-13 >> F: +49 341 45311-88 >> M: +49 176 10609065 >> E: g.wahren at klemm-hensen.de >> W: www.klemm-hensen.de >> >> Erfolgreich zertifiziert nach ISO 9001:2008. >> >> Geschäftsführer: Günter Klemm | Gerald Schäfer >> Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig >> Registergericht: Amtsgericht Leipzig | HRB 2522 >> >> ----- Ursprüngliche Mail ----- >> Von: "Gero Wahren" >> An: "Mapbender User List" >> Gesendet: Mittwoch, 3. Mai 2017 11:01:09 >> Betreff: Re: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 >> >> Hi, >> i have the same problem. It seem's that the database-query is'nt well formed. I think that the where-clause don't have to be empty. >> Please correct me. >> >> Query: >> An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25 >> >> I searched a little bit and you can fix it , when you uncheck the "currentExtend" for the digitizer or Pipe it with all in your yaml-File. "currentExtend|all". >> I think that the Plattformname changed in PHP 7 so the genIntersectCondition-Function generates an empty where-clause. >> >> >> Mit freundlichen Grüßen >> >> Gero Wahren >> Dipl.-Inf. >> >> 25 Jahre Ingenieurbüro Klemm & Hensen GmbH >> >> Ingenieurbüro Klemm & Hensen GmbH >> Fabrikstraße 18 | 04178 Leipzig >> >> T: +49 341 45311-13 >> F: +49 341 45311-88 >> M: +49 176 10609065 >> E: g.wahren at klemm-hensen.de >> W: www.klemm-hensen.de >> >> Erfolgreich zertifiziert nach ISO 9001:2008. >> >> Geschäftsführer: Günter Klemm | Gerald Schäfer >> Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig >> Registergericht: Amtsgericht Leipzig | HRB 2522 >> >> ----- Ursprüngliche Mail ----- >> Von: "Uwe Seher" >> An: "Mapbender User List" >> Gesendet: Mittwoch, 3. Mai 2017 09:14:32 >> Betreff: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 >> >> Hello group! >> >> Last week we had to update our server including a switch from PHP5 to PHP7. Everything worked fine, but after the update the digitizer element in mabender produces an sql-error. >> If the digititzer is activated, every move of the map produces the following error-message: >> >> Feature API: Abfrage fehlgeschlagen."\n\n \n \n An Error Occurred: Internal Server Error\n \n \n

Oops! An Error Occurred

\n

The server returned a \"500 Internal Server Error\".

\n\n
\n Something is broken. Please let us know what you were doing when this error occurred.\n We will fix it as soon as possible. Sorry for any inconvenience caused.\n
\n \n\n" >> >> The mapbender log shows the following: >> >> [2017-05-03 06:14:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25... ^" at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): An exception occurred while executing 'SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250':\n\nSQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91, PDOException(code: 42601): SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:699)"} [] >> [2017-05-03 06:14:44] security.DEBUG: Write SecurityContext in the session [] [] >> prod.log lines 3827-3852/3852 (END) >> >> The same is found in the database log (postgresql 9.6.2, postgis 2.3.1: >> >> 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]ERROR: syntax error at or near ")" at character 291 >> 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]STATEMENT: SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, priority, planned, organization, issued_by, contact, is_valid, created, created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250 >> >> Some weeks before updating the server i ran a database update, but after that, it worked as expected. So i dont think, the database-upgrade is the reason for this. >> Executing the sql shows the error, which disappears when the empty where-clause is deleted. >> I have just no clue how to handle this, so every hint would be helpful. >> >> Thanks in advance >> >> Uwe Seher >> >> >> _______________________________________________ >> Mapbender_users mailing list >> Mapbender_users at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_users >> _______________________________________________ >> Mapbender_users mailing list >> Mapbender_users at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_users >> _______________________________________________ >> Mapbender_users mailing list >> Mapbender_users at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_users > > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users -- --------------------------------------- Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com --------------------------------------- Frederik Haefker WhereGroup GmbH & Co. KG Eifelstraße 7 53119 Bonn Germany Fon: +49 (0)228 / 90 90 38 - 21 Fax: +49 (0)228 / 90 90 38 - 11 frederik.haefker at wheregroup.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From axel.schaefer at wheregroup.com Wed May 3 04:30:13 2017 From: axel.schaefer at wheregroup.com (Axel Schaefer) Date: Wed, 3 May 2017 13:30:13 +0200 Subject: [Mapbender-users] Mapbender-Login und Zweifaktor-Authentifizierung In-Reply-To: References: Message-ID: <55036c6a-3b77-9ee2-5fc7-0dd4e1635677@wheregroup.com> Hallo. Am 26.04.2017 um 07:43 schrieb Jakob Merkel: > Eine Zweifaktor-Authentifizierung in Mapbender mit Token, TAN o.Ä. ist mir nicht bekannt. > Ob eine Entwicklung in diese Richtung vorgesehen ist, weiß ich nicht. Momentan haben wir das Feature nicht in der Pipe. Gruß, Axel Schaefer From axel.schaefer at wheregroup.com Wed May 3 04:35:24 2017 From: axel.schaefer at wheregroup.com (Axel Schaefer) Date: Wed, 3 May 2017 13:35:24 +0200 Subject: [Mapbender-users] Install Mapbender3 in macOS with XAMPP In-Reply-To: <1493129465466-5318350.post@n6.nabble.com> References: <1493129465466-5318350.post@n6.nabble.com> Message-ID: Hi. Take a look into the Apache Logs. Any errors? Check, that you have installed Mapbender properly. Does it react to the URL? Does it log someting in app/logs/prod.log? Which version of PHP and which download of MB3? The 3.0.5 branch doesn't support PHP7 yet so if your Sierra is shipped with PHP 7 it will not run. One note to the databases: You have some possibilities for a database for Mapbender: PostgreSQL, MySQL or SQLite (and Oracle, if you want to). Only the MB3-Configuration is stored there, no geodata. For geodata, you need a spatial enabled database. If you are more like a developer you can also take a look into the Contributing.md to cross-check your installation. https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md Best regards, Axel Am 25.04.2017 um 16:11 schrieb ledungtdc: > I installed XAMPP with: > - Apache/2.4.23 (Unix) > - PHP/5.6.24 > I also installed PostgreSQL 9.5 > All work well and I can run Wordpress, Joomla or my own PHP code locally in > my MacBook with macOS Sierra 10.12.4 > I tried to install MapBender3 in the way guides for Ubuntu and Debian but > never success. The browser responds nothing (Server not found). > Anyone can help me in this case > > Thanks > > > > -- > View this message in context: http://osgeo-org.1560.x6.nabble.com/Install-Mapbender3-in-macOS-with-XAMPP-tp5318350.html > Sent from the mapbender-users mailing list archive at Nabble.com. > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users > From uwe.seher at gmail.com Wed May 3 04:46:26 2017 From: uwe.seher at gmail.com (Uwe Seher) Date: Wed, 3 May 2017 13:46:26 +0200 Subject: [Mapbender-users] UPDATE:Re: Mapbender3-3.0.5.3: Error after updating PHP5 to PHP7 In-Reply-To: References: <684868648.1094171.1493802068993.JavaMail.zimbra@klemm-hensen.de> <415631800.1095247.1493803564025.JavaMail.zimbra@klemm-hensen.de> <81be6f42-dd30-1f5e-a61f-dc96074c3755@wheregroup.com> <730597793.1096281.1493805382883.JavaMail.zimbra@klemm-hensen.de> Message-ID: Hello! So there is a chance, that the issue is solved in the next version? Thank you for the help! Uwe Seher 2017-05-03 13:25 GMT+02:00 Frederik Haefker (WhereGroup) < frederik.haefker at wheregroup.com>: > Hi, > > for the moment you can use the digitizer in version 1.1.x. As it is not > released by now you have to change your composer.json accordingly. > > The release of the mapbender3 in Version 3.0.6.0 will be soon. We are in > the last phase of the testing. > > Best Regards > Frederik Häfker > > > Am 03.05.2017 um 11:56 schrieb Gero Wahren: > > Hi Frederik, > > when will be the Version 3.0.6.0 released or have i missed the release? > > I have a experimental installation from github. It runs, but there some > issues. > > > > Mit freundlichen Grüßen > > > > Gero Wahren > > Dipl.-Inf. > > > > 25 Jahre Ingenieurbüro Klemm & Hensen GmbH > > > > Ingenieurbüro Klemm & Hensen GmbH > > Fabrikstraße 18 | 04178 Leipzig > > > > T: +49 341 45311-13 > > F: +49 341 45311-88 > > M: +49 176 10609065 > > E: g.wahren at klemm-hensen.de > > W: www.klemm-hensen.de > > > > Erfolgreich zertifiziert nach ISO 9001:2008. > > > > Geschäftsführer: Günter Klemm | Gerald Schäfer > > Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig > > Registergericht: Amtsgericht Leipzig | HRB 2522 > > > > ----- Ursprüngliche Mail ----- > > Von: "Frederik Haefker (WhereGroup)" > > An: "Mapbender User List" > > Gesendet: Mittwoch, 3. Mai 2017 11:35:09 > > Betreff: Re: [Mapbender-users] UPDATE:Re: Mapbender3-3.0.5.3: Error > after updating PHP5 to PHP7 > > > > Hi, > > > > just as a side note: the mapbender 3.0.6 will bring along full php7 > > support. > > http://doc.mapbender3.org/en/book/versions.html > > > > Best Regards Frederik > > > > > > Am 03.05.2017 um 11:26 schrieb Gero Wahren: > >> Hi, > >> it is not the Platformname. It seem's to be a other Problem, maybe the > preg_replace() in row 480 of the FeatureType.php-File? Are'nt there some > Modifikations in PHP7? > >> > >> > >> Mit freundlichen Grüßen > >> > >> Gero Wahren > >> Dipl.-Inf. > >> > >> 25 Jahre Ingenieurbüro Klemm & Hensen GmbH > >> > >> Ingenieurbüro Klemm & Hensen GmbH > >> Fabrikstraße 18 | 04178 Leipzig > >> > >> T: +49 341 45311-13 > >> F: +49 341 45311-88 > >> M: +49 176 10609065 > >> E: g.wahren at klemm-hensen.de > >> W: www.klemm-hensen.de > >> > >> Erfolgreich zertifiziert nach ISO 9001:2008. > >> > >> Geschäftsführer: Günter Klemm | Gerald Schäfer > >> Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig > >> Registergericht: Amtsgericht Leipzig | HRB 2522 > >> > >> ----- Ursprüngliche Mail ----- > >> Von: "Gero Wahren" > >> An: "Mapbender User List" > >> Gesendet: Mittwoch, 3. Mai 2017 11:01:09 > >> Betreff: Re: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating > PHP5 to PHP7 > >> > >> Hi, > >> i have the same problem. It seem's that the database-query is'nt well > formed. I think that the where-clause don't have to be empty. > >> Please correct me. > >> > >> Query: > >> An exception occurred while executing 'SELECT id, > ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, > ycoord, bwastrid, station, dist, srid, description, site_type, priority, > planned, organization, issued_by, contact, is_valid, created, created_by, > last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT > 250': SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" > LINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25 > >> > >> I searched a little bit and you can fix it , when you uncheck the > "currentExtend" for the digitizer or Pipe it with all in your yaml-File. > "currentExtend|all". > >> I think that the Plattformname changed in PHP 7 so the > genIntersectCondition-Function generates an empty where-clause. > >> > >> > >> Mit freundlichen Grüßen > >> > >> Gero Wahren > >> Dipl.-Inf. > >> > >> 25 Jahre Ingenieurbüro Klemm & Hensen GmbH > >> > >> Ingenieurbüro Klemm & Hensen GmbH > >> Fabrikstraße 18 | 04178 Leipzig > >> > >> T: +49 341 45311-13 > >> F: +49 341 45311-88 > >> M: +49 176 10609065 > >> E: g.wahren at klemm-hensen.de > >> W: www.klemm-hensen.de > >> > >> Erfolgreich zertifiziert nach ISO 9001:2008. > >> > >> Geschäftsführer: Günter Klemm | Gerald Schäfer > >> Sitz der Gesellschaft: Fabrikstraße 18 | 04178 Leipzig > >> Registergericht: Amtsgericht Leipzig | HRB 2522 > >> > >> ----- Ursprüngliche Mail ----- > >> Von: "Uwe Seher" > >> An: "Mapbender User List" > >> Gesendet: Mittwoch, 3. Mai 2017 09:14:32 > >> Betreff: [Mapbender-users] Mapbender3-3.0.5.3: Error after updating > PHP5 to PHP7 > >> > >> Hello group! > >> > >> Last week we had to update our server including a switch from PHP5 to > PHP7. Everything worked fine, but after the update the digitizer element in > mabender produces an sql-error. > >> If the digititzer is activated, every move of the map produces the > following error-message: > >> > >> Feature API: Abfrage fehlgeschlagen."\n\n \n > \n An Error Occurred: Internal Server > Error\n \n \n

Oops! An Error Occurred

\n >

The server returned a \"500 Internal Server Error\".

\n\n
\n > Something is broken. Please let us know what you were doing when this error > occurred.\n We will fix it as soon as possible. Sorry for any inconvenience > caused.\n
\n \n\n" > >> > >> The mapbender log shows the following: > >> > >> [2017-05-03 06:14:44] request.CRITICAL: Uncaught PHP Exception > Doctrine\DBAL\DBALException: "An exception occurred while executing 'SELECT > id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, > ycoord, bwastrid, station, dist, srid, description, site_type, priority, > planned, organization, issued_by, contact, is_valid, created, created_by, > last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 250': > SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ")" LINE 1: > ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25... ^" at > /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php > line 91 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): > An exception occurred while executing 'SELECT id, > ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, xcoord, > ycoord, bwastrid, station, dist, srid, description, site_type, priority, > planned, organization, issued_by, contact, is_valid, created, created_by, > last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT > 250':\n\nSQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near > \")\"\nLINE 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT > 25...\n ^ at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/ > lib/Doctrine/DBAL/DBALException.php:91, PDOException(code: 42601): > SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near \")\"\nLINE > 1: ...dited_by FROM mrh_1509.erkundung_06_2017 t WHERE () LIMIT 25...\n ^ > at /srv/www/htdocs/mapbender3-3.0.5.3/vendor/doctrine/dbal/ > lib/Doctrine/DBAL/Connection.php:699)"} [] > >> [2017-05-03 06:14:44] security.DEBUG: Write SecurityContext in the > session [] [] > >> prod.log lines 3827-3852/3852 (END) > >> > >> The same is found in the database log (postgresql 9.6.2, postgis 2.3.1: > >> > >> 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]ERROR: syntax > error at or near ")" at character 291 > >> 2017-05-03 06:14:44 GMT[[unknown]:xxx:59097554.1ed9d:0]STATEMENT: > SELECT id, ST_ASTEXT(ST_TRANSFORM(geom, 25832)) AS geom, id, short_name, > xcoord, ycoord, bwastrid, station, dist, srid, description, site_type, > priority, planned, organization, issued_by, contact, is_valid, created, > created_by, last_edit, edited_by FROM mrh_1509.erkundung_06_2017 t WHERE () > LIMIT 250 > >> > >> Some weeks before updating the server i ran a database update, but > after that, it worked as expected. So i dont think, the database-upgrade is > the reason for this. > >> Executing the sql shows the error, which disappears when the empty > where-clause is deleted. > >> I have just no clue how to handle this, so every hint would be helpful. > >> > >> Thanks in advance > >> > >> Uwe Seher > >> > >> > >> _______________________________________________ > >> Mapbender_users mailing list > >> Mapbender_users at lists.osgeo.org > >> https://lists.osgeo.org/mailman/listinfo/mapbender_users > >> _______________________________________________ > >> Mapbender_users mailing list > >> Mapbender_users at lists.osgeo.org > >> https://lists.osgeo.org/mailman/listinfo/mapbender_users > >> _______________________________________________ > >> Mapbender_users mailing list > >> Mapbender_users at lists.osgeo.org > >> https://lists.osgeo.org/mailman/listinfo/mapbender_users > > > > _______________________________________________ > > Mapbender_users mailing list > > Mapbender_users at lists.osgeo.org > > https://lists.osgeo.org/mailman/listinfo/mapbender_users > > _______________________________________________ > > Mapbender_users mailing list > > Mapbender_users at lists.osgeo.org > > https://lists.osgeo.org/mailman/listinfo/mapbender_users > > -- > --------------------------------------- > Aufwind durch Wissen! > Qualifizierte OpenSource-GIS-Schulungen > bei der www.foss-academy.com > --------------------------------------- > > Frederik Haefker > WhereGroup GmbH & Co. KG > Eifelstraße 7 > 53119 Bonn > Germany > > Fon: +49 (0)228 / 90 90 38 - 21 > Fax: +49 (0)228 / 90 90 38 - 11 > > frederik.haefker at wheregroup.com > www.wheregroup.com > Amtsgericht Bonn, HRA 6788 > ------------------------------- > Komplementärin: > WhereGroup Verwaltungs GmbH > vertreten durch: > Olaf Knopp, Peter Stamm > ------------------------------- > > > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillermo.heufemann at gmail.com Wed May 3 12:24:45 2017 From: guillermo.heufemann at gmail.com (guillermo.heufemann at gmail.com) Date: Wed, 3 May 2017 15:24:45 -0400 Subject: [Mapbender-users] Guillermo Heufemann has shared a document on Google Docs with you Message-ID: Guillermo Heufemann has invited you to view the following document: Open in Docs -------------- next part -------------- An HTML attachment was scrubbed... URL: From axel.schaefer at wheregroup.com Fri May 5 06:38:12 2017 From: axel.schaefer at wheregroup.com (Axel Schaefer) Date: Fri, 05 May 2017 15:38:12 +0200 Subject: [Mapbender-users] Mapbender3 Version 3.0.6.0 released Message-ID: <87zier4e63.fsf@wheregroup.com> Dear Mapbender Users and Mapbender Developers ============================================= You'll find the German version of this announcement below. Dear Mapbender-User and Mapbender-Developers! Today we published version 3.0.6.0 of Mapbender3. Thanks to all participants! It's a Feature-Release with new functions and many bug fixes. We refer to the versions-log at the Mapbender3 documentation [1] (http://doc.mapbender3.org/de/book/versions.html), where we summarized the list by chapters. Many changes relate to the code base, which has been tidied in many parts. Download [2]: http://mapbender3.org/?q=de/download or directly via the link in footnote [3]. - The TAR.GZ file is suitable for Linux systems geeignet, because it uses symlinks in the web/bundles directory. - The ZIP file is for Windows (and Linux) and doesn't use symlinks, because they are not supported by Windows. Source code [4]:https://github.com/mapbender/mapbender-starter Work and develop with the source code (Contributing.md) [5]: https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md (also in the master-branch) Report bugs [6]: https://github.com/mapbender/mapbender/issues Documentation [7]: http://doc.mapbender3.org/ Installation and Update [8]: http://doc.mapbender3.org/en/book/installation.html Never worked with Mapbender3 before [9]? http://doc.mapbender3.org/en/book/quickstart.html Mapbender-demo [10]: https://demo.mapbender3.org/ Sandbox with opportunity to register [11]: https://sandbox.mapbender3.org/ New functions in this release, among other things, contain the Print, the Digitizer, the Measurement and the display of users for secured elements. We had to lift the system requirements to PHP 5.5.4 and say goodbye to PHP 5.3, which has completed its life cycle a long time ago. First we wanted to publish the release as bugfix-release, but changed this to a feature-release because of outsourcing the submodules (mapbender, fom, owsproy), among other things. Thus also the Digitizer is integrated as Version 1.1. We also created some things, which simplify the update of Mapbender and the implementation of new functions with modules in the future. Therefore you can find many references to the CONTRIBUTING.MD [4] in the developer part of the documentation on mapbender3.org [6]. The CONTRIBUTING.MD is a help file for developers and advanced users, which we put directly to the source-code of the Mapbender-Starter project. We want to achieve an easier entry into development for Mapbender. A typical developer is able to open and read this file directly in his coding-environment. He (or she) will see that Mapbender is easily set up and can be started directly with the Symfony integrated web-server. We will continue and update this Contributing.md. Thus the Mapbender-documentation will develop to a mere user documentation. What’s next? We created some structural basics to publish bugfix-versions more frequently. Our rule of thumb is about "2 handful of bugs" or 2 months time. We will document the bugs and fixes on the issue tracker on Github. Currently we are working on moving our public test server, to which we will refer – as far as possible – in our bug reports. Feature-versions will be published irregularly. Currently we are working on the 3.0.6 branch and maintain the 3.0.7 branch, in which the features will be integrated. The next feature-release will result from the code of the 3.0.7 branch with the bugfixes from the 3.0.6 branch. If you filter by versions, you can find the features in the issue-tracker [12]. There you can also find the 3.1 branch, which will come with bigger changes in the architecture (Symfony dependence and thus the directory structure) and from which we already were able to implement smaller parts in this release. Links/Footnotes: --------------- [1] Version history: http://doc.mapbender3.org/en/book/versions.html [2] Download: http://mapbender3.org/?q=en/download [3] Download of theBuilds: http://www.mapbender3.org/builds/ [4] Download of the source code: https://github.com/mapbender/mapbender-starter [5] Contributing.md: https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md [6] Feature and Bugtracker: https://github.com/mapbender/mapbender/issues [7] Mapbender-Documentation: http://doc.mapbender3.org/ [8] Installation: http://doc.mapbender3.org/en/book/installation.html [9] Mapbender3 Quickstart: http://doc.mapbender3.org/en/book/quickstart.html [10] Mapbender-Demo: https://demo.mapbender3.org/ [11] Sandbox with opportunity to register: https://sandbox.mapbender3.org/ [12] Open tickets for the 3.0.6.1 Release: https://github.com/mapbender/mapbender/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.6.1 German Version: Liebe Mapbender-Benutzer und Mapbender-Entwickler ================================================================= Heute haben wir die Version 3.0.6.0 von Mapbender3 veröffentlicht. Danke an dieser Stelle an alle Beteiligten. Es handelt sich um einen Feature-Release mit neuen Funktionalitäten und vielen Bugfixes. Ich möchte da einfach auf das Versions-Log in der Mapbender3 Dokumentation [1] verweisen (http://doc.mapbender3.org/de/book/versions.html), in der wir die Liste Kapitelweise zusammengefasst haben. Viele Änderungen betreffen die Codebasis, die an vielen Stellen aufgeräumt worden ist. Download [2]: http://mapbender3.org/?q=de/download oder direkt über den Link in Fußnote [3]. - Die TAR.GZ Datei ist für Linux Systeme geeignet, denn sie nutzt Symlinks im web/bundles Verzeichnis. - Die ZIP-Datei ist für Windows geeignet (und für Linux) und nutzt keine Symlinks, da die nicht von Windows unterstützt werden. Source-Code [4]: https://github.com/mapbender/mapbender-starter Arbeiten mit dem Source-Code (Contributing.md) [5]: https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md (liegt auch im Master-Branch) Melden von Fehlern [6]: https://github.com/mapbender/mapbender/issues Dokumentation [7]: http://doc.mapbender3.org/ Installation und Update [8]: http://doc.mapbender3.org/de/book/installation.html Noch nie mit Mapbender3 gearbeitet [9]? http://doc.mapbender3.org/de/book/quickstart.html Mapbender-Demo [10]: https://demo.mapbender3.org/ Sandbox mit Anmeldemöglichkeit [11]: https://sandbox.mapbender3.org/ Neue Funktionen in diesem Release betreffen u.a. den Druck, den Digitizer, das Messen oder die Anzeige der Nutzer bei der Absicherung von Elementen. Wir mussten die Systemvoraussetzungen auf PHP 5.5.4 heben und verabschieden uns damit von der PHP 5.3 Schiene, die ja auch seit langer Zeit ihren Lebenszyklus abgeschlossen hat. Wir hatten zuerst vorgehabt, den Release als Bugfix-Release zu veröffentlichen, haben dies aber u.a. durch Auslagerung der Submodule (mapbender, fom, owsproxy) auf einen Feature-Release gehievt. Damit ist auch der Digitizer als Version 1.1 eingebaut. In der Zeit haben wir auch ein paar Dinge geschaffen, die es uns in der Zukunft ermöglichen, den Mapbender leichter zu aktualisieren und neue Funktionen leichter über Module zu realisieren. Daher finden Sie im Developer Teil der Dokumentation auf mapbender3.org [6] auch viele Verweise auf die Contributing.md [4], einer Hilfedatei für Entwickler und Entwicklerinnen und Fortgeschrittene, die wir direkt in den Source-Code des mapbender-starter gepackt haben, um diesen Nutzern einen leichteren Einstieg in den Mapbender zu ermöglichen. Ein typischer Entwickler kann diese Datei direkt in seiner Entwicklungsumgebung öffnen und lesen. Er oder sie wird sehen, dass der Mapbender sich mit ein paar Befehlen direkt einrichten und über den in Symfony eingebauten Webserver direkt starten lässt. Diese Contributing.md werden wir weiter fortführen und aktualisieren. Die Mapbender-Dokumentation wird sich dadurch mehr zu einer reinen Benutzerdokumentation entwickeln. Wie geht es weiter? Wir konnten einige strukturelle Grundlagen schaffen um häufigere Bugfix-Versionen zu veröffentlichen. Unsere Daumenregel ist etwa "2 Handvoll Bugs" oder etwa 2 Monate Zeit. Die Bugs und Fixes werden wir auf dem Issue Tracker auf Github dokumentieren. Wir arbeiten zur Zeit noch am Serverumzug unseres öffentlichen Testservers, auf dem wir - soweit möglich - in den Bugreports verweisen können. Feature-Versionen werden unregelmäßig veröffentlicht. Wir arbeiten zur Zeit auf dem 3.0.6 Branch und pflegen nebenher den 3.0.7 Branch mit, in dem diese Features dann eingebaut werden und aus dessen Code dann der nächste Feature-Release entstehen wird, mit den Bugfixes aus dem 3.0.6 Branch. Features finden Sie im Issue-Tracker, wenn Sie nach der Version filtern [12]. Sie finden dort auch den 3.1 Branch, der größere Architektur-Änderungen mit sich bringen wird (Symfony Abhängigkeit und damit auch die Verzeichnisstuktur), von denen wir kleinere Teile aber schon in diesem Release umsetzen konnten. Links/Fußnoten: --------------- [1] Versionshistorie: http://doc.mapbender3.org/de/book/versions.html [2] Download: http://mapbender3.org/?q=de/download [3] Download der Builds: http://www.mapbender3.org/builds/ [4] Download des Quellcodes: https://github.com/mapbender/mapbender-starter [5] Contributing.md: https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md [6] Feature and Bugtracker: https://github.com/mapbender/mapbender/issues [7] Mapbender-Dokumentation: http://doc.mapbender3.org/ [8] Installation: http://doc.mapbender3.org/de/book/installation.html [9] Mapbender3 Quickstart: http://doc.mapbender3.org/de/book/quickstart.html [10] Mapbender-Demo: https://demo.mapbender3.org/ [11] Sandbox mit Anmeldemöglichkeit: https://sandbox.mapbender3.org/ [12] Offene Tickets für den 3.0.6.1 Release: https://github.com/mapbender/mapbender/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.6.1 *~*~* Best regards, viele Grüße The Mapbender Team -- Axel Schaefer WhereGroup GmbH & Co. KG Eifelstraße 7 53119 Bonn Germany Fon: +49 (0)228 / 90 90 38 - 23 Fax: +49 (0)228 / 90 90 38 - 11 axel.schaefer at wheregroup.com www.meldemax.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From charlotte.toma at wheregroup.com Mon May 8 02:47:22 2017 From: charlotte.toma at wheregroup.com (Charlotte Toma) Date: Mon, 8 May 2017 11:47:22 +0200 Subject: [Mapbender-users] Updated project in Mapbender Gallery - Metropole Ruhr Message-ID: <73bd1f87-f5f6-767b-76f1-63e414b67007@wheregroup.com> Hallo Mapbender Nutzer, wir haben in der Mapbender Galerie das Projekt der Metropole Ruhr aktualisiert. Mit der bereits vorher eingebundenen Anwendung für die Luftbilder [2] konnten die historischen Luftbilder ab 1930 des Ruhrgebiets betrachtet werden. Da der Regionalverband Ruhr jedoch auch weitere sehenswerte Anwendungen hat haben wir hier die Links angepasst und verweisen nun auf die Anwendungsübersicht [3]. Neben den Luftbildern gibt es noch jeweils eine Anwendung für den Stadtplan [4] und die Bebauungspläne [5]. Besonders schön ist bei dem Stadtplan der angepasste Hintergrundwechsler in der Seitenleiste. [1] http://mapbender3.org/?q=de/galerie [2] https://luftbilder.geoportal.ruhr/ [3] http://www.metropoleruhr.de/regionalverband-ruhr/karten-geodaten/kartendienste-geoportale.html [4] https://stadtplan.geoportal.ruhr/ [5] https://bplan.geoportal.ruhr/ --------------------------------------------------------------------------------------------------------------------------------------------------------- Hello Mapbender-user, we updated the Metropole Ruhr project in the Mapbender Gallery [1]. With the previously applied application for aerial photography (Luftbilder) [2], the historical aerial photographs from 1930 to 2016 of the Ruhrgebiet could be considered. However, since the Regionalverband Ruhr has also other interesting applications, we have adapted the links here and refer to the application overview [3]. In addition to the Luftbilder, there is also an application for the city map [4] and the Bebauungspläne [5]. Particularly nice with is the adapted background-switcher in the sidepane of the city map. [1] http://www.mapbender3.org/?q=en/gallery [2] https://luftbilder.geoportal.ruhr/ [3] http://www.metropoleruhr.de/regionalverband-ruhr/karten-geodaten/kartendienste-geoportale.html [4] https://stadtplan.geoportal.ruhr/ [5] https://bplan.geoportal.ruhr/ -- Mit freundlichen Grüßen Charlotte Toma GIS-Consultant ********************************************************* Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com ********************************************************* Charlotte Toma WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 24 Fax: +49(0)228 90 90 38 - 11 charlotte.toma at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From mlennert at club.worldonline.be Tue May 9 07:25:40 2017 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Tue, 9 May 2017 16:25:40 +0200 Subject: [Mapbender-users] cannot edit layersets as non-root owner of application Message-ID: Hello, I just installed the 3.0.6 release and am having fun exploring Mapbender more in detail. :-) I have stumbled across an issue of which I don't know if it is a feature, a bug or a misconfiguration on my side: I have a site with a normal root user and another user who has master status. Whenever I create an application as root user, I can edit layersets and sources without any issues. However, when I login as the other user, and create an application, I can create a layerset, but then no source is listed when I try to add one. When I give edit status to my other user on an application created by root, I can edit and duplicate this application. However, I whenever I try to add a source to a layer set, none of my sources are listed and when I click on the edit button of an existing source, I get: http://myserveraddress/mapbender3/manager/repository/application/modelgeogf4001_imp/instance/27: "Oops! An Error Occurred The server returned a "403 Forbidden". Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused." Can someone give me a hint ? Moritz From axel.schaefer at wheregroup.com Wed May 10 00:29:26 2017 From: axel.schaefer at wheregroup.com (Axel Schaefer) Date: Wed, 10 May 2017 09:29:26 +0200 Subject: [Mapbender-users] Mapbender3 Version 3.0.6.0 released In-Reply-To: <87zier4e63.fsf@wheregroup.com> References: <87zier4e63.fsf@wheregroup.com> Message-ID: <50b428bc-3c2e-0478-9c6c-afcedb758818@wheregroup.com> Dear Mapbender-Users and Mapbender-Devs. We had to exchange the download-files at: http://mapbender3.org/builds/mapbender3-starter-3.0.6.0.zip http://mapbender3.org/builds/mapbender3-starter-3.0.6.0.tar.gz Our build-process left out the vendor/viscreation/vis-ui.js/src directory, so the Digitizer interface could not build itself up. The new zip/tar.gz files contain the files. In this step we changed a bit of the structure at: http://mapbender3.org/builds/ so that you find a bit easier what you're looking for. :-) Best regards Axel and Andriy. Am 05.05.2017 um 15:38 schrieb Axel Schaefer: > Dear Mapbender Users and Mapbender Developers > ============================================= > > You'll find the German version of this announcement below. > > Dear Mapbender-User and Mapbender-Developers! > > Today we published version 3.0.6.0 of Mapbender3. Thanks to all participants! > > It's a Feature-Release with new functions and many bug fixes. We refer > to the versions-log at the Mapbender3 documentation [1] > (http://doc.mapbender3.org/de/book/versions.html), where we summarized > the list by chapters. Many changes relate to the code base, which has > been tidied in many parts. > > Download [2]: http://mapbender3.org/?q=de/download or directly via the > link in footnote [3]. > > - The TAR.GZ file is suitable for Linux systems geeignet, because it > uses symlinks in the web/bundles directory. > > - The ZIP file is for Windows (and Linux) and doesn't use symlinks, > because they are not supported by Windows. > > > Source code [4]:https://github.com/mapbender/mapbender-starter > > Work and develop with the source code (Contributing.md) [5]: > https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md > (also in the master-branch) > > Report bugs [6]: https://github.com/mapbender/mapbender/issues > > Documentation [7]: http://doc.mapbender3.org/ > > Installation and Update [8]: > http://doc.mapbender3.org/en/book/installation.html > > Never worked with Mapbender3 before [9]? > http://doc.mapbender3.org/en/book/quickstart.html > > Mapbender-demo [10]: https://demo.mapbender3.org/ > > Sandbox with opportunity to register [11]: > https://sandbox.mapbender3.org/ > > New functions in this release, among other things, contain the Print, > the Digitizer, the Measurement and the display of users for secured > elements. We had to lift the system requirements to PHP 5.5.4 and say > goodbye to PHP 5.3, which has completed its life cycle a long time > ago. First we wanted to publish the release as bugfix-release, but > changed this to a feature-release because of outsourcing the submodules > (mapbender, fom, owsproy), among other things. Thus also the Digitizer > is integrated as Version 1.1. > > We also created some things, which simplify the update of Mapbender and > the implementation of new functions with modules in the > future. Therefore you can find many references to the CONTRIBUTING.MD > [4] in the developer part of the documentation on mapbender3.org > [6]. The CONTRIBUTING.MD is a help file for developers and advanced > users, which we put directly to the source-code of the Mapbender-Starter > project. We want to achieve an easier entry into development for > Mapbender. A typical developer is able to open and read this file > directly in his coding-environment. He (or she) will see that Mapbender > is easily set up and can be started directly with the Symfony integrated > web-server. We will continue and update this Contributing.md. Thus the > Mapbender-documentation will develop to a mere user documentation. > > What’s next? We created some structural basics to publish > bugfix-versions more frequently. Our rule of thumb is about "2 handful > of bugs" or 2 months time. We will document the bugs and fixes on the > issue tracker on Github. Currently we are working on moving our public > test server, to which we will refer – as far as possible – in our bug > reports. > > Feature-versions will be published irregularly. Currently we are working > on the 3.0.6 branch and maintain the 3.0.7 branch, in which the features > will be integrated. The next feature-release will result from the code > of the 3.0.7 branch with the bugfixes from the 3.0.6 branch. If you > filter by versions, you can find the features in the issue-tracker > [12]. There you can also find the 3.1 branch, which will come with > bigger changes in the architecture (Symfony dependence and thus the > directory structure) and from which we already were able to implement > smaller parts in this release. > > > Links/Footnotes: > --------------- > > [1] Version history: http://doc.mapbender3.org/en/book/versions.html > > [2] Download: http://mapbender3.org/?q=en/download > > [3] Download of theBuilds: http://www.mapbender3.org/builds/ > > [4] Download of the source code: > https://github.com/mapbender/mapbender-starter > > [5] Contributing.md: > https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md > > [6] Feature and Bugtracker: > https://github.com/mapbender/mapbender/issues > > [7] Mapbender-Documentation: http://doc.mapbender3.org/ > > [8] Installation: http://doc.mapbender3.org/en/book/installation.html > > [9] Mapbender3 Quickstart: > http://doc.mapbender3.org/en/book/quickstart.html > > [10] Mapbender-Demo: https://demo.mapbender3.org/ > > [11] Sandbox with opportunity to register: > https://sandbox.mapbender3.org/ > > [12] Open tickets for the 3.0.6.1 Release: > https://github.com/mapbender/mapbender/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.6.1 > > > > > German Version: Liebe Mapbender-Benutzer und Mapbender-Entwickler > ================================================================= > > Heute haben wir die Version 3.0.6.0 von Mapbender3 veröffentlicht. Danke > an dieser Stelle an alle Beteiligten. > > Es handelt sich um einen Feature-Release mit neuen Funktionalitäten und > vielen Bugfixes. Ich möchte da einfach auf das Versions-Log in der > Mapbender3 Dokumentation [1] verweisen > (http://doc.mapbender3.org/de/book/versions.html), in der wir die Liste > Kapitelweise zusammengefasst haben. Viele Änderungen betreffen die > Codebasis, die an vielen Stellen aufgeräumt worden ist. > > Download [2]: http://mapbender3.org/?q=de/download oder direkt über den > Link in Fußnote [3]. > > - Die TAR.GZ Datei ist für Linux Systeme geeignet, denn sie nutzt > Symlinks im web/bundles Verzeichnis. > > - Die ZIP-Datei ist für Windows geeignet (und für Linux) und nutzt keine > Symlinks, da die nicht von Windows unterstützt werden. > > Source-Code [4]: https://github.com/mapbender/mapbender-starter > > Arbeiten mit dem Source-Code (Contributing.md) [5]: > https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md > (liegt auch im Master-Branch) > > Melden von Fehlern [6]: https://github.com/mapbender/mapbender/issues > > Dokumentation [7]: http://doc.mapbender3.org/ > > Installation und Update [8]: > http://doc.mapbender3.org/de/book/installation.html > > Noch nie mit Mapbender3 gearbeitet [9]? > http://doc.mapbender3.org/de/book/quickstart.html > > Mapbender-Demo [10]: https://demo.mapbender3.org/ > > Sandbox mit Anmeldemöglichkeit [11]: https://sandbox.mapbender3.org/ > > Neue Funktionen in diesem Release betreffen u.a. den Druck, den > Digitizer, das Messen oder die Anzeige der Nutzer bei der Absicherung > von Elementen. Wir mussten die Systemvoraussetzungen auf PHP 5.5.4 heben > und verabschieden uns damit von der PHP 5.3 Schiene, die ja auch seit > langer Zeit ihren Lebenszyklus abgeschlossen hat. Wir hatten zuerst > vorgehabt, den Release als Bugfix-Release zu veröffentlichen, haben dies > aber u.a. durch Auslagerung der Submodule (mapbender, fom, owsproxy) auf > einen Feature-Release gehievt. Damit ist auch der Digitizer als Version > 1.1 eingebaut. > > In der Zeit haben wir auch ein paar Dinge geschaffen, die es uns in der > Zukunft ermöglichen, den Mapbender leichter zu aktualisieren und neue > Funktionen leichter über Module zu realisieren. Daher finden Sie im > Developer Teil der Dokumentation auf mapbender3.org [6] auch viele > Verweise auf die Contributing.md [4], einer Hilfedatei für Entwickler > und Entwicklerinnen und Fortgeschrittene, die wir direkt in den > Source-Code des mapbender-starter gepackt haben, um diesen Nutzern einen > leichteren Einstieg in den Mapbender zu ermöglichen. Ein typischer > Entwickler kann diese Datei direkt in seiner Entwicklungsumgebung öffnen > und lesen. Er oder sie wird sehen, dass der Mapbender sich mit ein paar > Befehlen direkt einrichten und über den in Symfony eingebauten Webserver > direkt starten lässt. Diese Contributing.md werden wir weiter fortführen > und aktualisieren. Die Mapbender-Dokumentation wird sich dadurch mehr zu > einer reinen Benutzerdokumentation entwickeln. > > Wie geht es weiter? Wir konnten einige strukturelle Grundlagen schaffen > um häufigere Bugfix-Versionen zu veröffentlichen. Unsere Daumenregel ist > etwa "2 Handvoll Bugs" oder etwa 2 Monate Zeit. Die Bugs und Fixes > werden wir auf dem Issue Tracker auf Github dokumentieren. Wir arbeiten > zur Zeit noch am Serverumzug unseres öffentlichen Testservers, auf dem > wir - soweit möglich - in den Bugreports verweisen können. > > Feature-Versionen werden unregelmäßig veröffentlicht. Wir arbeiten zur > Zeit auf dem 3.0.6 Branch und pflegen nebenher den 3.0.7 Branch mit, in > dem diese Features dann eingebaut werden und aus dessen Code dann der > nächste Feature-Release entstehen wird, mit den Bugfixes aus dem 3.0.6 > Branch. Features finden Sie im Issue-Tracker, wenn Sie nach der Version > filtern [12]. Sie finden dort auch den 3.1 Branch, der größere > Architektur-Änderungen mit sich bringen wird (Symfony Abhängigkeit und > damit auch die Verzeichnisstuktur), von denen wir kleinere Teile aber > schon in diesem Release umsetzen konnten. > > > > Links/Fußnoten: > --------------- > > [1] Versionshistorie: http://doc.mapbender3.org/de/book/versions.html > > [2] Download: http://mapbender3.org/?q=de/download > > [3] Download der Builds: http://www.mapbender3.org/builds/ > > [4] Download des Quellcodes: > https://github.com/mapbender/mapbender-starter > > [5] Contributing.md: > https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md > > [6] Feature and Bugtracker: > https://github.com/mapbender/mapbender/issues > > [7] Mapbender-Dokumentation: http://doc.mapbender3.org/ > > [8] Installation: http://doc.mapbender3.org/de/book/installation.html > > [9] Mapbender3 Quickstart: > http://doc.mapbender3.org/de/book/quickstart.html > > [10] Mapbender-Demo: https://demo.mapbender3.org/ > > [11] Sandbox mit Anmeldemöglichkeit: https://sandbox.mapbender3.org/ > > [12] Offene Tickets für den 3.0.6.1 Release: > https://github.com/mapbender/mapbender/issues?q=is%3Aopen+is%3Aissue+milestone%3A3.0.6.1 > > > *~*~* > > > Best regards, viele Grüße > The Mapbender Team > > -- Axel Schaefer WhereGroup GmbH & Co. KG Eifelstraße 7 53119 Bonn Germany Fon: +49 (0)228 / 90 90 38 - 23 Fax: +49 (0)228 / 90 90 38 - 11 axel.schaefer at wheregroup.com www.meldemax.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From mlennert at club.worldonline.be Wed May 10 01:06:53 2017 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Wed, 10 May 2017 10:06:53 +0200 Subject: [Mapbender-users] Mapbender3 Version 3.0.6.0 released In-Reply-To: <50b428bc-3c2e-0478-9c6c-afcedb758818@wheregroup.com> References: <87zier4e63.fsf@wheregroup.com> <50b428bc-3c2e-0478-9c6c-afcedb758818@wheregroup.com> Message-ID: On 10/05/17 09:29, Axel Schaefer wrote: > In this step we changed a bit of the structure at: > http://mapbender3.org/builds/ so that you find a bit easier what you're > looking for. :-) May I suggest the creation of a symlink entitled http://mapbender3.org/builds/mapbender3-current.tar.gz (or similar) that would point to the current release version ? This would make it easier to keep our local docs up to date with a link that would always point to the latest release... Moritz From mlennert at club.worldonline.be Thu May 11 02:20:18 2017 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Thu, 11 May 2017 11:20:18 +0200 Subject: [Mapbender-users] cannot edit layersets as non-root owner of application In-Reply-To: References: Message-ID: <20170511112018.7c6f6315@moritz-ulb> Le Tue, 9 May 2017 16:25:40 +0200, Moritz Lennert a écrit : > Hello, > > I just installed the 3.0.6 release and am having fun exploring > Mapbender more in detail. :-) > > I have stumbled across an issue of which I don't know if it is a > feature, a bug or a misconfiguration on my side: I have a site with a > normal root user and another user who has master status. > > Whenever I create an application as root user, I can edit layersets > and sources without any issues. > > However, when I login as the other user, and create an application, I > can create a layerset, but then no source is listed when I try to add > one. > > When I give edit status to my other user on an application created by > root, I can edit and duplicate this application. However, I whenever > I try to add a source to a layer set, none of my sources are listed > and when I click on the edit button of an existing source, I get: > > http://myserveraddress/mapbender3/manager/repository/application/modelgeogf4001_imp/instance/27: > > "Oops! An Error Occurred > The server returned a "403 Forbidden". > Something is broken. Please let us know what you were doing when this > error occurred. We will fix it as soon as possible. Sorry for any > inconvenience caused." > > Can someone give me a hint ? Ping. Sorry for bugging, but I'm trying to get this site ready for a course. And it would be a pity if students couldn't handle their own layersets. To give some more info: Ideally, I would like to work with a group (the students). Each student individually would have no particular rights, but the group would have edit rights on those applications I would like to provide as examples. They should then be able to duplicate on example and edit them to their liking, including adding new sources to layersets and editing those sources. Just any pointer towards any docs I should read or any possible path to a solution would already be very helpful. Moritz From mlennert at club.worldonline.be Thu May 11 02:32:05 2017 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Thu, 11 May 2017 11:32:05 +0200 Subject: [Mapbender-users] cannot edit layersets as non-root owner of application In-Reply-To: <20170511112018.7c6f6315@moritz-ulb> References: <20170511112018.7c6f6315@moritz-ulb> Message-ID: <20170511113205.44e9dc87@moritz-ulb> Le Thu, 11 May 2017 11:20:18 +0200, Moritz Lennert a écrit : > Le Tue, 9 May 2017 16:25:40 +0200, > Moritz Lennert a écrit : > > [...] > > Ping. Sorry for bugging, but I'm trying to get this site ready for a > course. And it would be a pity if students couldn't handle their own > layersets. > > To give some more info: Ideally, I would like to work with a group > (the students). Each student individually would have no particular > rights, but the group would have edit rights on those applications I > would like to provide as examples. They should then be able to > duplicate on example and edit them to their liking, including adding > new sources to layersets and editing those sources. > > Just any pointer towards any docs I should read or any possible path > to a solution would already be very helpful. Another info of which I do not know if it is related: I installed the new 3.0.6 release, and now when I try to connect to http://localhost/mapbender3/config.php, I also get Oops! An Error Occurred The server returned a "404 Not Found". Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. Mapbender seems to run fine, but this still seems odd. Has this been changed in the latest release or am I doing something wrong ? Moritz From astrid.emde at wheregroup.com Thu May 11 02:46:02 2017 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Thu, 11 May 2017 11:46:02 +0200 Subject: [Mapbender-users] cannot edit layersets as non-root owner of application In-Reply-To: <20170511112018.7c6f6315@moritz-ulb> References: <20170511112018.7c6f6315@moritz-ulb> Message-ID: Am 2017-05-11 11:20, schrieb Moritz Lennert: > Le Tue, 9 May 2017 16:25:40 +0200, > Moritz Lennert a écrit : > >> Hello, >> >> I just installed the 3.0.6 release and am having fun exploring >> Mapbender more in detail. :-) >> >> I have stumbled across an issue of which I don't know if it is a >> feature, a bug or a misconfiguration on my side: I have a site with a >> normal root user and another user who has master status. >> >> Whenever I create an application as root user, I can edit layersets >> and sources without any issues. >> >> However, when I login as the other user, and create an application, I >> can create a layerset, but then no source is listed when I try to add >> one. >> >> When I give edit status to my other user on an application created by >> root, I can edit and duplicate this application. However, I whenever >> I try to add a source to a layer set, none of my sources are listed >> and when I click on the edit button of an existing source, I get: >> >> http://myserveraddress/mapbender3/manager/repository/application/modelgeogf4001_imp/instance/27: >> >> "Oops! An Error Occurred >> The server returned a "403 Forbidden". >> Something is broken. Please let us know what you were doing when this >> error occurred. We will fix it as soon as possible. Sorry for any >> inconvenience caused." >> >> Can someone give me a hint ? > > Ping. Sorry for bugging, but I'm trying to get this site ready for a > course. And it would be a pity if students couldn't handle their own > layersets. > > To give some more info: Ideally, I would like to work with a group (the > students). Each student individually would have no particular rights, > but the group would have edit rights on those applications I would like > to provide as examples. They should then be able to duplicate on > example and edit them to their liking, including adding new sources to > layersets and editing those sources. > > Just any pointer towards any docs I should read or any possible path to > a solution would already be very helpful. > > Moritz > Hello Moritz, sorry for the late answer. Looks like you have to modify the ACL settings for your second-admin (in my case it is admin1). Change ACL for Application: * admin1 -> edit Change ACL for Services * admin1 -> edit With this configuration I could add Services to applications that were not created by admin1. AAnd also handle it via groups. I tried your cenario. It world in my case. If you need more help you can contact me. -- Mit freundlichen Grüßen Astrid Emde GIS-Consultant --------------------------------------- Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com --------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 22 Fax: +49(0)228 90 90 38 - 11 astrid.emde at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- pgp-public key: http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284 Signierte und/oder verschlüsselte Nachrichten sind sehr willkommen Signed and/or encrypted mail is highly appreciated From mlennert at club.worldonline.be Thu May 11 02:49:14 2017 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Thu, 11 May 2017 11:49:14 +0200 Subject: [Mapbender-users] cannot edit layersets as non-root owner of application In-Reply-To: <20170511113205.44e9dc87@moritz-ulb> References: <20170511112018.7c6f6315@moritz-ulb> <20170511113205.44e9dc87@moritz-ulb> Message-ID: <20170511114914.52b76fd8@moritz-ulb> Le Thu, 11 May 2017 11:32:05 +0200, Moritz Lennert a écrit : > Le Thu, 11 May 2017 11:20:18 +0200, > Moritz Lennert a écrit : > > > Le Tue, 9 May 2017 16:25:40 +0200, > > Moritz Lennert a écrit : > > > > [...] > > > > Ping. Sorry for bugging, but I'm trying to get this site ready for a > > course. And it would be a pity if students couldn't handle their own > > layersets. > > > > To give some more info: Ideally, I would like to work with a group > > (the students). Each student individually would have no particular > > rights, but the group would have edit rights on those applications I > > would like to provide as examples. They should then be able to > > duplicate on example and edit them to their liking, including adding > > new sources to layersets and editing those sources. > > > > Just any pointer towards any docs I should read or any possible path > > to a solution would already be very helpful. > > Another info of which I do not know if it is related: > y > I installed the new 3.0.6 release, and now > when I try to connect to http://localhost/mapbender3/config.php, I > also get > > > Oops! An Error Occurred > The server returned a "404 Not Found". > Something is broken. Please let us know what you were doing when this > error occurred. We will fix it as soon as possible. Sorry for any > inconvenience caused. > > Mapbender seems to run fine, but this still seems odd. Has this been > changed in the latest release or am I doing something wrong ? A final info from my side, here's the installation script I use: http://tomahawk.ulb.ac.be/moritz/installation_mapbender.sh Moritz From astrid.emde at wheregroup.com Thu May 11 02:49:27 2017 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Thu, 11 May 2017 11:49:27 +0200 Subject: [Mapbender-users] cannot edit layersets as non-root owner of application In-Reply-To: <20170511113205.44e9dc87@moritz-ulb> References: <20170511112018.7c6f6315@moritz-ulb> <20170511113205.44e9dc87@moritz-ulb> Message-ID: Am 2017-05-11 11:32, schrieb Moritz Lennert: > Le Thu, 11 May 2017 11:20:18 +0200, > Moritz Lennert a écrit : > >> Le Tue, 9 May 2017 16:25:40 +0200, >> Moritz Lennert a écrit : >> >> [...] >> >> Ping. Sorry for bugging, but I'm trying to get this site ready for a >> course. And it would be a pity if students couldn't handle their own >> layersets. >> >> To give some more info: Ideally, I would like to work with a group >> (the students). Each student individually would have no particular >> rights, but the group would have edit rights on those applications I >> would like to provide as examples. They should then be able to >> duplicate on example and edit them to their liking, including adding >> new sources to layersets and editing those sources. >> >> Just any pointer towards any docs I should read or any possible path >> to a solution would already be very helpful. > > Another info of which I do not know if it is related: > > I installed the new 3.0.6 release, and now > when I try to connect to http://localhost/mapbender3/config.php, I also > get > > > Oops! An Error Occurred > The server returned a "404 Not Found". > Something is broken. Please let us know what you were doing when this > error occurred. We will fix it as soon as possible. Sorry for any > inconvenience caused. > > Mapbender seems to run fine, but this still seems odd. Has this been > changed in the latest release or am I doing something wrong ? > > Moritz > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users Hello Moritz, do you follow the quickstart document? It refers to the config.php and shows how to open it. It looks like this file is not present in 3.0.6.0 version. i get the same error. I will talk to the developer and find out the reason. http://localhost/3060/config.php -- Mit freundlichen Grüßen Astrid Emde GIS-Consultant --------------------------------------- Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com --------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 22 Fax: +49(0)228 90 90 38 - 11 astrid.emde at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- pgp-public key: http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284 Signierte und/oder verschlüsselte Nachrichten sind sehr willkommen Signed and/or encrypted mail is highly appreciated From mlennert at club.worldonline.be Thu May 11 03:51:51 2017 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Thu, 11 May 2017 12:51:51 +0200 Subject: [Mapbender-users] cannot edit layersets as non-root owner of application In-Reply-To: References: <20170511112018.7c6f6315@moritz-ulb> Message-ID: <20170511125151.4785c82c@moritz-ulb> Le Thu, 11 May 2017 11:46:02 +0200, Astrid Emde a écrit : > Am 2017-05-11 11:20, schrieb Moritz Lennert: > > Le Tue, 9 May 2017 16:25:40 +0200, > > Moritz Lennert a écrit : > > > >> Hello, > >> > >> I just installed the 3.0.6 release and am having fun exploring > >> Mapbender more in detail. :-) > >> > >> I have stumbled across an issue of which I don't know if it is a > >> feature, a bug or a misconfiguration on my side: I have a site > >> with a normal root user and another user who has master status. > >> > >> Whenever I create an application as root user, I can edit layersets > >> and sources without any issues. > >> > >> However, when I login as the other user, and create an > >> application, I can create a layerset, but then no source is listed > >> when I try to add one. > >> > >> When I give edit status to my other user on an application created > >> by root, I can edit and duplicate this application. However, I > >> whenever I try to add a source to a layer set, none of my sources > >> are listed and when I click on the edit button of an existing > >> source, I get: > >> > >> http://myserveraddress/mapbender3/manager/repository/application/modelgeogf4001_imp/instance/27: > >> > >> "Oops! An Error Occurred > >> The server returned a "403 Forbidden". > >> Something is broken. Please let us know what you were doing when > >> this error occurred. We will fix it as soon as possible. Sorry for > >> any inconvenience caused." > >> > >> Can someone give me a hint ? > > > > Ping. Sorry for bugging, but I'm trying to get this site ready for a > > course. And it would be a pity if students couldn't handle their own > > layersets. > > > > To give some more info: Ideally, I would like to work with a group > > (the students). Each student individually would have no particular > > rights, but the group would have edit rights on those applications > > I would like to provide as examples. They should then be able to > > duplicate on example and edit them to their liking, including > > adding new sources to layersets and editing those sources. > > > > Just any pointer towards any docs I should read or any possible > > path to a solution would already be very helpful. > > > > Moritz > > > > Hello Moritz, > > sorry for the late answer. > > Looks like you have to modify the ACL settings for your second-admin > (in my case it is admin1). > > Change ACL for Application: > * admin1 -> edit > > Change ACL for Services > * admin1 -> edit > That was exactly the pointer I needed ! Actually just adding the group to the Service Source ACL and setting it to edit and create was enough to allow the students to add their own data sources and edit the existing layersets in a model application they duplicate. I guess I still have to read a bit more about the access rights management to understand what is handled by ACL and what is handled by the "Security" settings of an application. Thanks a lot ! Moritz From uwe.seher at gmail.com Fri May 12 03:02:58 2017 From: uwe.seher at gmail.com (Uwe Seher) Date: Fri, 12 May 2017 12:02:58 +0200 Subject: [Mapbender-users] Problem with the digitizer after update to 3.0.6.0 (with workaround) Message-ID: Hello! This morning i made the upgrade to 3.0.6 and it worked mostly fine. The only problem that occured was the digitizer. After the update it created the error-message below in the log: [2017-05-12 09:35:03] request.CRITICAL: Uncaught PHP Exception Assetic\Exception\FilterException: "An error occurred while running: '/srv/www/htdocs/mapbender3-starter-3.0.6.0/vendor/eslider/sasscb/dist/sassc' '--load-path' '/' '--load-p ath' '/srv/www/htdocs/mapbender3-starter-3.0.6.0/app/../mapbender/src/Mapbender/CoreBundle/Resources/public/sass' '--load-path' '/srv/www/htdocs/mapbender3-starter-3.0.6.0/app/../vendor/igosuki/compass-mixins/lib' '--load-path' '/srv/www /htdocs/mapbender3-starter-3.0.6.0/app/../web' '-s' Error Output: stdin:5: file to import not found or unreadable: ../vendor/viscreation/vis-ui.js/src/styles/modal Current dir: Input: @import "libs/variables"; @import "libs/mixins"; ...lots of more stuff... After checking the path of the missing files i found the directory empty (only readme and licence). I copied the content from the old installation into the new one and it worked as before. I just wanted to ask, if this dir ../vendor/viscreation/vis-ui.js is intentionally left empty or if there should be some content. I unpacked the zip from your repository in a fresh directory, so i think the dir is empty by default. If you update fro an older version this should be no matter, but a fresh install may run into problems. Thank you for your great work! Uwe Seher -------------- next part -------------- An HTML attachment was scrubbed... URL: From Meis at stadt-muenster.de Mon May 15 01:10:00 2017 From: Meis at stadt-muenster.de (Patrick Meis) Date: Mon, 15 May 2017 08:10:00 +0000 Subject: [Mapbender-users] Feature Info Problem (in mobile template) Message-ID: Hallo list, I'm fighting with a feature info problem in the mobile version of mapbender3. I checked the autoopen-option, since I don't want to hit any extra button to activate feature info. Similarly I unchecked "Deactivate on close", so it would remain activated even after I close the feature info popup. Now for the request it works alright. The popup opens with the expected info. I can now hit another element in the map and the info in the popup changes accordingly. But if I close the info-popup and then try to request another feature, the info-popup is not opening again. I can see that Mapbender works shortly, and in the Firefox Developer Tools I see the request goes out, and even the right answer comes. Just the popup is not opening again. Only after I reload the whole application again. Any thoughts on that? Thanks in advance Patrick ___________________________________________________ Stadt Münster Der Oberbürgermeister Vermessungs- und Katasteramt Albersloher Weg 33 48155 Münster Tel.: 0251 / 492 6263 E-Mail: meis at stadt-muenster.de Internet: http://www.muenster.de/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From charlotte.toma at wheregroup.com Tue May 16 00:37:00 2017 From: charlotte.toma at wheregroup.com (Charlotte Toma) Date: Tue, 16 May 2017 09:37:00 +0200 Subject: [Mapbender-users] Tipps and Tricks Mapbender - BaseSourceSwitcher (german and english version) Message-ID: <56489336-c494-947e-1daf-0a9823fd1235@wheregroup.com> ----- English ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Tipps and Tricks Mapbender - BaseSourceSwitcher -------------------------------------------------------------------- Hello Mapbender User, For the particularly nice integration of the BaseSourceSwitcher [1] into the application, we have written a small tutorial. After the configuration, the BaseSourceSwitcher is integrated in the sidepane with a preview of the background-map, as in the the city map application [2] of the Metropole Ruhr. For the configuration the styling of the application is adapted via CSS. As a preparation you have to create screenshots with the size 110x110px of the background maps and place them in the web-folder (screenshots must be accessible from the outside). After this, you must include the BaseSourceSwitcher in the sidepane, not in the toolbar, as mentioned in the documentation. Remove all groups, if you have previously used them. Now insert the CSS-definition in your application under the CSS-tab. After the integration you have to adjust the number of the data-sourceset and the path of the image for each service. The numbers for the data-sourceset can be found in the Layerset under ID (here you can use the InstanceID). The detailed documentation on the official documentation page for the element is still in progress. This tip was created in kind support of Ms. Bast (RVR), Mr. Schepers (RVR) and Mr. Schaefer (Mapbender3)! [1] http://doc.mapbender3.org/en/bundles/Mapbender/CoreBundle/elements/basesourceswitcher.html [2] https://stadtplan.geoportal.ruhr/ ----- German ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Tipps and Tricks Mapbender - BaseSourceSwitcher -------------------------------------------------------------------- Hallo Mapbender Nutzer, für die besonders schöne Einbindung des Hintergrundwechslers [1] in die Anwendung haben wir hier eine kleine Anleitung geschrieben. Nach der Anpassung ist der Hintergrundwechsler wie bei der Anwendung für den Stadtplan [2] der Metropole Ruhr in der Seitenleiste mit Kartenvorschau eingebunden. Für die Konfiguration wird das Styling der Anwendung über CSS angepasst. Als Vorbereitung müssen Sie Screenshots mit der Größe 110x110px von den Hintergrundkarten erstellen und im web-Verzeichnis ablegen (Screenshots müssen von Außen erreichbar sein). Danach müssen Sie den BaseSourceSwitcher nach der Anleitung in der Dokumentation nicht in die Toolbar, sondern in die Sidepane einbinden. Entfernen Sie alle Gruppierungen, falls Sie vorher Gruppierungen genutzt haben. Fügen Sie nun die CSS-Vorlage in Ihrer Anwendung unter dem Tab CSS ein. Nach der Einbindung müssen Sie noch die Nummer des data-sourceset und den Pfad des Bildes je Dienst anpassen. Die passenden Nummern für das Layerset finden Sie in dem Tab Layerset unter ID (Nehmen Sie hier die InstanceID). Die ausführliche Dokumentation auf der offiziellen Dokumentationsseite zum Element wird noch nachgetragen. Dieser Tipp wurde in freundlicher Unterstützung von Frau Bast (RVR), Herr Schepers (RVR) und Herr Schaefer (Mapbender3) erstellt! [1] http://doc.mapbender3.org/de/bundles/Mapbender/CoreBundle/elements/basesourceswitcher.html [2] https://stadtplan.geoportal.ruhr/ -- Mit freundlichen Grüßen Charlotte Toma GIS-Consultant ********************************************************* Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com ********************************************************* Charlotte Toma WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 24 Fax: +49(0)228 90 90 38 - 11 charlotte.toma at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: base_source_switcher.css Type: text/css Size: 1572 bytes Desc: not available URL: From astrid.emde at wheregroup.com Tue May 16 00:53:54 2017 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Tue, 16 May 2017 09:53:54 +0200 Subject: [Mapbender-users] Problem with the digitizer after update to 3.0.6.0 (with workaround) In-Reply-To: References: Message-ID: <8201d20fb3f106b21dec9dc3c2ed3073@wheregroup.com> Hello Uwe, thanks for the feedback. Someting went wrong when we packaged Mapbedner3 at 5.5.2017 - some files were missing in the package. So we had to make a new package at 10.5. with all the files included. See mail from Axel Schaefer: https://lists.osgeo.org/pipermail/mapbender_users/2017-May/005195.html Your feedback is very welcome. Let us know when you notice something is working wrong in the new version. Have fun with Mapbedner3 Astrid Emde Am 2017-05-12 12:02, schrieb Uwe Seher: > Hello! > > This morning i made the upgrade to 3.0.6 and it worked mostly fine. > The only problem that occured was the digitizer. After the update it > created the error-message below in the log: > > [2017-05-12 09:35:03] request.CRITICAL: Uncaught PHP Exception > Assetic\Exception\FilterException: "An error occurred while running: > '/srv/www/htdocs/mapbender3-starter-3.0.6.0/vendor/eslider/sasscb/dist/sassc' > '--load-path' '/' '--load-p > ath' > '/srv/www/htdocs/mapbender3-starter-3.0.6.0/app/../mapbender/src/Mapbender/CoreBundle/Resources/public/sass' > '--load-path' > '/srv/www/htdocs/mapbender3-starter-3.0.6.0/app/../vendor/igosuki/compass-mixins/lib' > '--load-path' '/srv/www > /htdocs/mapbender3-starter-3.0.6.0/app/../web' '-s' Error Output: > stdin:5: file to import not found or unreadable: > ../vendor/viscreation/vis-ui.js/src/styles/modal Current dir: > Input: @import "libs/variables"; @import "libs/mixins"; > ...lots of more stuff... > > After checking the path of the missing files i found the directory > empty (only readme and licence). I copied the content from the old > installation into the new one and it worked as before. > I just wanted to ask, if this dir ../vendor/viscreation/vis-ui.js is > intentionally left empty or if there should be some content. I > unpacked the zip from your repository in a fresh directory, so i think > the dir is empty by default. If you update fro an older version this > should be no matter, but a fresh install may run into problems. > > Thank you for your great work! > > Uwe Seher > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users -- Mit freundlichen Grüßen Astrid Emde GIS-Consultant --------------------------------------- Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com --------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 22 Fax: +49(0)228 90 90 38 - 11 astrid.emde at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- pgp-public key: http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284 Signierte und/oder verschlüsselte Nachrichten sind sehr willkommen Signed and/or encrypted mail is highly appreciated From christian.jacobs at hs-bochum.de Wed May 17 05:00:34 2017 From: christian.jacobs at hs-bochum.de (Christian Jacobs) Date: Wed, 17 May 2017 14:00:34 +0200 Subject: [Mapbender-users] Adding WMS Layer causes Symfony Routing Exception Message-ID: <73309ecb2af7.591c5782@hs-bochum.de> Hello, I installed Mapbender3-3.0.6.0 on Windows and the Configuration seems to be OK. I can create new Applications, add new Sources etc. Also adding one of the preconfigured WMS (osm, osm2, ...) to an Application is no problem. But when adding a own Geoserver WMS to a Layerset of any kind, I got an Exception in Symfony. Exception: Parameter "instanceId" for route "mapbender_core_application_instancetunnel" must match "[^/]++" ("" given) to generate a corresponding URL. 500 Internal Server Error - InvalidParameterException Hole Stack Trace [1] Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "instanceId" for route "mapbender_core_application_instancetunnel" must match "[^/]++" ("" given) to generate a corresponding URL. at n/a in C:\mapbender3\app\cache\dev\classes.php line 926 at Symfony\Component\Routing\Generator\UrlGenerator->doGenerate(array('slug', 'instanceId'), array('_controller' => 'Mapbender\CoreBundle\Controller\ApplicationController::instanceTunnelAction'), array(), array(array('text', '/tunnel'), array('variable', '/', '[^/]++', 'instanceId'), array('text', '/instance'), array('variable', '/', '[^/]++', 'slug'), array('text', '/application')), array('slug' => 'Baum_FS', 'instanceId' => null, 'legendurl' => 'http://localhost:8080/geoserver/Botrange/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Arbres_shp'), 'mapbender_core_application_instancetunnel', '0', array(), array()) in C:\mapbender3\app\cache\dev\appDevDebugProjectContainerUrlGenerator.php line 156 at appDevDebugProjectContainerUrlGenerator->generate('mapbender_core_application_instancetunnel', array('slug' => 'Baum_FS', 'instanceId' => null, 'legendurl' => 'http://localhost:8080/geoserver/Botrange/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Arbres_shp'), '0') in C:\mapbender3\app\cache\dev\classes.php line 1291 at Symfony\Component\Routing\Router->generate('mapbender_core_application_instancetunnel', array('slug' => 'Baum_FS', 'instanceId' => null, 'legendurl' => 'http://localhost:8080/geoserver/Botrange/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Arbres_shp'), '0') in C:\mapbender3\mapbender\src\Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler.php line 318 at Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler->checkLegendViaTunnel('http://localhost:8080/geoserver/Botrange/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Arbres_shp') in C:\mapbender3\mapbender\src\Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler.php line 255 at Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler->getConfiguration() in C:\mapbender3\mapbender\src\Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler.php line 198 at Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler->generateConfiguration() in C:\mapbender3\mapbender\src\Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler.php line 192 at Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler->generateConfiguration() in C:\mapbender3\mapbender\src\Mapbender\WmsBundle\Component\WmsInstanceEntityHandler.php line 361 at Mapbender\WmsBundle\Component\WmsInstanceEntityHandler->generateConfiguration() in C:\mapbender3\mapbender\src\Mapbender\WmsBundle\Component\WmsSourceEntityHandler.php line 72 at Mapbender\WmsBundle\Component\WmsSourceEntityHandler->createInstance(object(Layerset)) in C:\mapbender3\mapbender\src\Mapbender\ManagerBundle\Controller\ApplicationController.php line 738 at Mapbender\ManagerBundle\Controller\ApplicationController->addInstanceAction('Baum_FS', '6', '6', object(Request)) in line at call_user_func_array(array(object(ApplicationController), 'addInstanceAction'), array('Baum_FS', '6', '6', object(Request))) in C:\mapbender3\app\bootstrap.php.cache line 3247 at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1') in C:\mapbender3\app\bootstrap.php.cache line 3206 at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true) in C:\mapbender3\app\bootstrap.php.cache line 3360 at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true) in C:\mapbender3\app\bootstrap.php.cache line 2562 at Symfony\Component\HttpKernel\Kernel->handle(object(Request)) in C:\mapbender3\web\app_dev.php line 28 Apparently it has something to do with the Database but I can not find the "mapbender_core_application_instancetunnel" field. Any thoughts on that? Furthermore I can only find those preinstalled .yml files in the app/config/applications directory. Also additional added .yml files don't appear automatically in the Application Interface. What am I doing wrong or where are the .yml files for self created Applications stored? Thank you in advance Christian -------------- next part -------------- An HTML attachment was scrubbed... URL: From jk at ktgis.de Thu May 18 00:00:22 2017 From: jk at ktgis.de (Jens Keller) Date: Thu, 18 May 2017 09:00:22 +0200 Subject: [Mapbender-users] Error 'No URL signature provided' when using Digitzer Message-ID: Hello, i'm trying to configure the Digitizer in my new Mapbender3 project (version 3.0.6.0). I followed the instructions in the documentation (http://doc.mapbender3.org/en/bundles/Mapbender/CoreBundle/elements/digitizer.html), but i always get the following error: ich versuche den Digitizer in meinem Mapbender3-Projekt (Version 3.0.6.0) einzurichten. Ich habe mich dabei an die Schritte in der Dokumentation gehalten, aber ich bekomme immer den folgenden Fehler: [2017-05-18 08:31:27] request.INFO: Matched route "owsproxy3_core_owsproxy_entrypoint". {"route_parameters":{"_controller":"OwsProxy3\\CoreBundle\\Controller\\OwsProxyController::entryPointAction","_route":"owsproxy3_core_owsproxy_entrypoint"},"request_uri":"http://localhost:8080/mapbender3/owsproxy/?url=http%3A%2F%2Flocalhost%3A8080%2Fmapbender3%2Fapplication%2Fdemo%2Finstance%2F16%2Ftunnel%3FTRANSPARENT%3DTRUE%26FORMAT%3Dimage%252Fpng%26VERSION%3D1.1.1%26EXCEPTIONS%3Dapplication%252Fvnd.ogc.se_xml%26SERVICE%3DWMS%26REQUEST%3DGetMap%26STYLES%3D%26LAYERS%3Dosm%26_OLSALT%3D0.5626265276672514%26SRS%3DEPSG%253A31468%26BBOX%3D4459334.8866498%2C5302750%2C4459665.1133503%2C5302750%26WIDTH%3D2358%26HEIGHT%3D0"} [] [2017-05-18 08:31:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2017-05-18 08:31:27] request.CRITICAL: Uncaught PHP Exception Exception: "No URL signature provided" at C:\mapbender3\owsproxy\src\OwsProxy3\CoreBundle\Controller\OwsProxyController.php line 105 {"exception":"[object] (Exception(code: 500): No URL signature provided at C:\\mapbender3\\owsproxy\\src\\OwsProxy3\\CoreBundle\\Controller\\OwsProxyController.php:105)"} [] Thanks in advance, Jens Keller -- Jens Keller Kompetenzteam GIS GmbH www.ktgis.de Tel. +49(0)341-99187220 eMail jk at ktgis.de Diese E-Mail wurde versandt im Auftrag des Unternehmens Kompetenzteam GIS GmbH Vertretungsberechtigter Geschäftsführer: Ghaith Hamarneh, Thomas Bauer Sitz der Gesellschaft: Friesauer Hügel 1c, 07356 Bad Lobenstein, Deutschland Eingetragen im Handelsregister B des Amtsgerichts Jena, HRB 509933 Umsatzsteuer-Identifikationsnummer gemäß §27a Umsatzsteuergesetz / VAT-ID: DE293619934 Steuer-Nummer: 161/112/10431 Diese E-Mail (mit zugehörigen Dateien) enthält möglicherweise Informationen, die vertraulich sind, dem Urheberrecht unterliegen oder ein Geschäftsgeheimnis darstellen. Falls Sie diese Nachricht irrtümlicherweise erhalten haben, benachrichtigen Sie uns bitte umgehend, indem Sie eine Antwort senden, und löschen Sie bitte diese E-Mail und Ihre Antwort darauf. Sämtliche aufgeführten Ansichten oder Meinungen sind ausschließlich diejenigen des Autors und entsprechen nicht notwendigerweise denen des Unternehmens Kompetenzteam GIS GmbH. -------------- next part -------------- An HTML attachment was scrubbed... URL: From axel.schaefer at wheregroup.com Fri May 19 04:10:38 2017 From: axel.schaefer at wheregroup.com (Axel Schaefer) Date: Fri, 19 May 2017 13:10:38 +0200 Subject: [Mapbender-users] Changes server for www and docs.mapbender3.org Message-ID: <8760gx2jbl.fsf@wheregroup.com> Dear Mapbender-Users. We have switched servers for www.mapbender3.org and docs. If you encounter some problems, please let us know. The website will be adjusted shortly. Here are the links: - www.mapbender3.org: Mapbender3 Website - www.mapbender.org: Mapbender3 Website (redirects a bit strange, yet) The documentation. We have two subdomains, doc and docs (plural). Doc is the current doc and docs let you choose between different versions. - doc.mapbender3.org: The current released documentation, as always. - docs.mapbender3.org: redirects to docs.mapbender3.org/current - docs.mapbender3.org/current: the current released documentation - docs.mapbender3.org/3053: documentation for version 3.0.5.3 - docs.mapbender3.org/3052: documentation for version 3.0.5.2 - docs.mapbender3.org/3051: documentation for version 3.0.5.1 - docs.mapbender3.org/3050: documentation for version 3.0.5.0 - docs.mapbender3.org/304: documentation for version 3.0.4.x We are going to create another server for the current builds of the documentation on our test-system and I will inform you for that later. Best regards, Axel -- Axel Schaefer WhereGroup GmbH & Co. KG Eifelstraße 7 53119 Bonn Germany Fon: +49 (0)228 / 90 90 38 - 23 Fax: +49 (0)228 / 90 90 38 - 11 axel.schaefer at wheregroup.com www.meldemax.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From jk at ktgis.de Tue May 23 02:55:36 2017 From: jk at ktgis.de (Jens Keller) Date: Tue, 23 May 2017 11:55:36 +0200 Subject: [Mapbender-users] Error 'No URL signature provided' when using Digitzer In-Reply-To: References: Message-ID: Hello, i reinstalled Mapbender3. This time i'm using a postgresql-database for the admin-data of Mapbender3 (the first time i was using the integrated sqlite-db). Then i copied the project "mapbender_user YAML" and added a Digitizer as described in the manual (accessing a database in postgresql/postgis). This time i don't get any error at all. Not in the prod.log and also not in the owsproxy_log-table in the database. But everytime i include the digitizer the mapbender-project stays mainly white and on the left site you see some html-fragments coming from the digitizer. My setup: - Windows 8.1 - Apache 2.4.25 with Fast-CGI - PHP 5.6.30 Non-Thread-Safe - Mapbender 3.0.6.0 Is there a way to find out what is wrong, because the log-files don't show any errors. Thanks in advance, Jens Keller Am 18.05.2017 um 09:00 schrieb Jens Keller: > Hello, > > i'm trying to configure the Digitizer in my new Mapbender3 project > (version 3.0.6.0). I followed the instructions in the documentation > (http://doc.mapbender3.org/en/bundles/Mapbender/CoreBundle/elements/digitizer.html), > but i always get the following error: > > ich versuche den Digitizer in meinem Mapbender3-Projekt (Version > 3.0.6.0) einzurichten. Ich habe mich dabei an die Schritte in der > Dokumentation gehalten, aber ich bekomme immer den folgenden Fehler: > > > [2017-05-18 08:31:27] request.INFO: Matched route > "owsproxy3_core_owsproxy_entrypoint". > {"route_parameters":{"_controller":"OwsProxy3\\CoreBundle\\Controller\\OwsProxyController::entryPointAction","_route":"owsproxy3_core_owsproxy_entrypoint"},"request_uri":"http://localhost:8080/mapbender3/owsproxy/?url=http%3A%2F%2Flocalhost%3A8080%2Fmapbender3%2Fapplication%2Fdemo%2Finstance%2F16%2Ftunnel%3FTRANSPARENT%3DTRUE%26FORMAT%3Dimage%252Fpng%26VERSION%3D1.1.1%26EXCEPTIONS%3Dapplication%252Fvnd.ogc.se_xml%26SERVICE%3DWMS%26REQUEST%3DGetMap%26STYLES%3D%26LAYERS%3Dosm%26_OLSALT%3D0.5626265276672514%26SRS%3DEPSG%253A31468%26BBOX%3D4459334.8866498%2C5302750%2C4459665.1133503%2C5302750%26WIDTH%3D2358%26HEIGHT%3D0"} > [] > > [2017-05-18 08:31:27] security.INFO: Populated the TokenStorage with > an anonymous Token. [] [] > > [2017-05-18 08:31:27] request.CRITICAL: Uncaught PHP Exception > Exception: "No URL signature provided" at > C:\mapbender3\owsproxy\src\OwsProxy3\CoreBundle\Controller\OwsProxyController.php > line 105 {"exception":"[object] (Exception(code: 500): No URL > signature provided at > C:\\mapbender3\\owsproxy\\src\\OwsProxy3\\CoreBundle\\Controller\\OwsProxyController.php:105)"} > [] > > > > Thanks in advance, > > Jens Keller -------------- next part -------------- An HTML attachment was scrubbed... URL: From abrabacabra at openmailbox.org Tue May 23 18:58:00 2017 From: abrabacabra at openmailbox.org (Abrabacabra) Date: Tue, 23 May 2017 21:58:00 -0400 Subject: [Mapbender-users] Custom element that displays the result of a SQL query In-Reply-To: References: <00ee01d2ac6d$2c13bef0$843b3cd0$@wipflerplan.de> Message-ID: <25586402-8db9-8695-5a0d-a107d9b7bd3a@openmailbox.org> Before spending time trying to figure out how to create my own elements, I wanted to ask you if that would be something possible. I simply want to display a value obtained by running a SQL query to the PostgreSQL backend. Something like: "Protected land (ha): [value]" Thank you, Pat From uwe.seher at gmail.com Wed May 24 01:30:27 2017 From: uwe.seher at gmail.com (Uwe Seher) Date: Wed, 24 May 2017 10:30:27 +0200 Subject: [Mapbender-users] Custom element that displays the result of a SQL query In-Reply-To: <25586402-8db9-8695-5a0d-a107d9b7bd3a@openmailbox.org> References: <00ee01d2ac6d$2c13bef0$843b3cd0$@wipflerplan.de> <25586402-8db9-8695-5a0d-a107d9b7bd3a@openmailbox.org> Message-ID: Hello! You should provide a little more information what you want to do. You can use different approches to solve this. In mapbender i think, you can use something like the search or the digitizer element. These can use a sql-query direct from mapbender. You only have to configure the database connection. But when you use a wms layer in the behind, a getfeatureinfo is maybe the better approach. best regards Uwe Seher -------------- next part -------------- An HTML attachment was scrubbed... URL: From axel.schaefer at wheregroup.com Wed May 24 07:55:59 2017 From: axel.schaefer at wheregroup.com (Axel Schaefer) Date: Wed, 24 May 2017 16:55:59 +0200 Subject: [Mapbender-users] Mapbender 3.0.6.1 released Message-ID: <87y3tmjocg.fsf@wheregroup.com> Dear Mapbender Users and Mapbender Developers ============================================= You'll find the German version of this announcement below. Dear Mapbender-User and Mapbender-Developers! Today we published version 3.0.6.1 of Mapbender3. Thanks to all participants! It's a Bugfix-Release with fixes mainly for the print-dialog and printing of a specific WMS service. Take a look at the versions-log at the Mapbender3 documentation (http://doc.mapbender3.org/de/book/versions.html) for details. - Download: http://mapbender3.org/?q=en/download or via http://www.mapbender3.org/builds/. The TAR.GZ file is suitable for Linux systems geeignet, because it uses symlinks in the web/bundles directory. The ZIP file is for Windows (and Linux) and doesn't use symlinks, because they are not supported by Windows. When in doubt: ZIP-file. - Source code:https://github.com/mapbender/mapbender-starter - Contributing.md for developers: https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md - Report bugs: https://github.com/mapbender/mapbender/issues - Documentation: http://doc.mapbender3.org/ - Installation and Update: http://doc.mapbender3.org/en/book/installation.html - Quickstart: http://doc.mapbender3.org/en/book/quickstart.html - Mapbender-demo: https://demo.mapbender3.org/ - Sandbox with opportunity to register: https://sandbox.mapbender3.org/ German Version: Liebe Mapbender-Benutzer und Mapbender-Entwickler ================================================================= Heute haben wir die Version 3.0.6.1 von Mapbender3 veröffentlicht. Danke an dieser Stelle an alle Beteiligten. Es handelt sich um einen Bugfix-Release hauptsächlich mit Fixes im Druck-Dialog und beim Druck eines bestimmten WMS Dienstes. Das Versions-Log in der Mapbender3 Dokumentation (http://doc.mapbender3.org/de/book/versions.html) listet die Änderungen auf. - Download: http://mapbender3.org/?q=de/download oder über http://www.mapbender3.org/builds/. Die TAR.GZ Datei ist für Linux Systeme geeignet, denn sie nutzt Symlinks im web/bundles Verzeichnis. Die ZIP-Datei ist für Windows geeignet (und für Linux) und nutzt keine Symlinks, da die nicht von Windows unterstützt werden. Im Zweifel: Zip-Datei. - Source-Code: https://github.com/mapbender/mapbender-starter - Contributing.md für Entwickler: https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md - Melden von Fehlern: https://github.com/mapbender/mapbender/issues - Dokumentation: http://doc.mapbender3.org/ - Installation und Update: http://doc.mapbender3.org/de/book/installation.html - Quickstart: http://doc.mapbender3.org/de/book/quickstart.html - Mapbender-Demo: https://demo.mapbender3.org/ - Sandbox mit Anmeldemöglichkeit: https://sandbox.mapbender3.org/ Best regards / Mit freundlichen Grüßen Axel Schaefer -- Axel Schaefer WhereGroup GmbH & Co. KG Eifelstraße 7 53119 Bonn Germany Fon: +49 (0)228 / 90 90 38 - 23 Fax: +49 (0)228 / 90 90 38 - 11 axel.schaefer at wheregroup.com www.meldemax.com www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From axel.schaefer at wheregroup.com Wed May 24 08:05:38 2017 From: axel.schaefer at wheregroup.com (Axel Schaefer) Date: Wed, 24 May 2017 17:05:38 +0200 Subject: [Mapbender-users] Mapbender3 Version 3.0.6.0 released In-Reply-To: References: <87zier4e63.fsf@wheregroup.com> <50b428bc-3c2e-0478-9c6c-afcedb758818@wheregroup.com> Message-ID: <87wp96jnwd.fsf@wheregroup.com> Hi Moritz. Moritz Lennert writes: > May I suggest the creation of a symlink entitled > http://mapbender3.org/builds/mapbender3-current.tar.gz (or similar) > that would point to the current release version ? This would make it > easier to keep our local docs up to date with a link that would always > point to the latest release... Both links do exist now. Thanks for your hint. http://mapbender3.org/builds/mapbender3-current.tar.gz http://mapbender3.org/builds/mapbender3-current.zip and link to the 3.0.6.1 version. ,---- [ls -al] | mapbender3-current.tar.gz -> 3.0.6.1/mapbender3-starter-3.0.6.1.tar.gz | mapbender3-current.zip -> 3.0.6.1/mapbender3-starter-3.0.6.1.zip | mapbender3-starter-3.0.6.1.tar.gz -> 3.0.6.1/mapbender3-starter-3.0.6.1.tar.gz | mapbender3-starter-3.0.6.1.zip -> 3.0.6.1/mapbender3-starter-3.0.6.1.zip `---- Best regards. Axel From abrabacabra at openmailbox.org Wed May 24 19:33:43 2017 From: abrabacabra at openmailbox.org (Abrabacabra) Date: Wed, 24 May 2017 22:33:43 -0400 Subject: [Mapbender-users] Custom element that displays the result of a SQL query In-Reply-To: References: <00ee01d2ac6d$2c13bef0$843b3cd0$@wipflerplan.de> <25586402-8db9-8695-5a0d-a107d9b7bd3a@openmailbox.org> Message-ID: I simply need to display, maybe in the toolbar or something, a single dynamic numeric value based on the result of a query made to the PostgreSQL database we use for the daily operations of the organization. It would be preceded by a string like: "The value is:" ([value]) Is there a currently available element/bundle that allows us to do that? On 2017-05-24 4:30 AM, Uwe Seher wrote: > Hello! > > You should provide a little more information what you want to do. > You can use different approches to solve this. In mapbender i think, > you can use something like the search or the digitizer element. These > can use a sql-query direct from mapbender. You only have to configure > the database connection. But when you use a wms layer in the behind, a > getfeatureinfo is maybe the better approach. > > best regards > Uwe Seher > > > > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users -------------- next part -------------- An HTML attachment was scrubbed... URL: From schepers at rvr-online.de Mon May 29 22:05:17 2017 From: schepers at rvr-online.de (Schepers, Benjamin) Date: Tue, 30 May 2017 05:05:17 +0000 Subject: [Mapbender-users] Custom element that displays the result of a SQL query In-Reply-To: References: <00ee01d2ac6d$2c13bef0$843b3cd0$@wipflerplan.de> <25586402-8db9-8695-5a0d-a107d9b7bd3a@openmailbox.org> Message-ID: <7088A26751CB34409B159B4237D510A87C9CF40F@W2K8-EXDB02.VERBAND.LOCAL> Hi Pat, mabybe this is what you want: https://github.com/mapbender/query-builder To be honest, I didn’t try it by myself. But I’d appreciate it, if you try it and share your experiences ;-) Regards Ben Von: Mapbender_users [mailto:mapbender_users-bounces at lists.osgeo.org] Im Auftrag von Abrabacabra Gesendet: Donnerstag, 25. Mai 2017 04:34 An: mapbender_users at lists.osgeo.org Betreff: Re: [Mapbender-users] Custom element that displays the result of a SQL query I simply need to display, maybe in the toolbar or something, a single dynamic numeric value based on the result of a query made to the PostgreSQL database we use for the daily operations of the organization. It would be preceded by a string like: "The value is:" ([value]) Is there a currently available element/bundle that allows us to do that? On 2017-05-24 4:30 AM, Uwe Seher wrote: Hello! You should provide a little more information what you want to do. You can use different approches to solve this. In mapbender i think, you can use something like the search or the digitizer element. These can use a sql-query direct from mapbender. You only have to configure the database connection. But when you use a wms layer in the behind, a getfeatureinfo is maybe the better approach. best regards Uwe Seher _______________________________________________ Mapbender_users mailing list Mapbender_users at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapbender_users -------------- next part -------------- An HTML attachment was scrubbed... URL: From abrabacabra at openmailbox.org Tue May 30 16:37:21 2017 From: abrabacabra at openmailbox.org (Abrabacabra) Date: Tue, 30 May 2017 19:37:21 -0400 Subject: [Mapbender-users] Custom element that displays the result of a SQL query In-Reply-To: <7088A26751CB34409B159B4237D510A87C9CF40F@W2K8-EXDB02.VERBAND.LOCAL> References: <00ee01d2ac6d$2c13bef0$843b3cd0$@wipflerplan.de> <25586402-8db9-8695-5a0d-a107d9b7bd3a@openmailbox.org> <7088A26751CB34409B159B4237D510A87C9CF40F@W2K8-EXDB02.VERBAND.LOCAL> Message-ID: <8ffa5d94-7d64-4b95-98af-ffdc077149f3@openmailbox.org> I am a little confused on how to install the bundle and add the element in one of my applications. I downloaded the source from the git repo and put it in //vendor/mapbender/query-builder/. Then I ran //composer.phar require //"mapbender/query-builder"./ It installed a few dependencies but failed near the end (I didn't wrote down the error :/). I ran the previous command another time and now it says that nothing was installed, nothing was updated and there is no error message. Still can't see the element though.. I backed up the whole Mapbender folder before doing it, so I could do it again and provide more information if needed. Anyway, am I missing something? Is it that simple to install the bundle? On 2017-05-30 1:05 AM, Schepers, Benjamin wrote: > > Hi Pat, > > mabybe this is what you want: > > https://github.com/mapbender/query-builder > > To be honest, I didn’t try it by myself. But I’d appreciate it, if you > try it and share your experiences ;-) > > Regards > > Ben > > *Von:*Mapbender_users [mailto:mapbender_users-bounces at lists.osgeo.org] > *Im Auftrag von *Abrabacabra > *Gesendet:* Donnerstag, 25. Mai 2017 04:34 > *An:* mapbender_users at lists.osgeo.org > *Betreff:* Re: [Mapbender-users] Custom element that displays the > result of a SQL query > > I simply need to display, maybe in the toolbar or something, a single > dynamic numeric value based on the result of a query made to the > PostgreSQL database we use for the daily operations of the organization. > > It would be preceded by a string like: "The value is:" ([value]) > > Is there a currently available element/bundle that allows us to do that? > > On 2017-05-24 4:30 AM, Uwe Seher wrote: > > Hello! > > You should provide a little more information what you want to do. > You can use different approches to solve this. In mapbender i > think, you can use something like the search or the digitizer > element. These can use a sql-query direct from mapbender. You only > have to configure the database connection. But when you use a wms > layer in the behind, a getfeatureinfo is maybe the better approach. > > best regards > Uwe Seher > > > > > _______________________________________________ > > Mapbender_users mailing list > > Mapbender_users at lists.osgeo.org > > > https://lists.osgeo.org/mailman/listinfo/mapbender_users > > > > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users -------------- next part -------------- An HTML attachment was scrubbed... URL: From astrid.emde at wheregroup.com Tue May 30 22:42:37 2017 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Wed, 31 May 2017 07:42:37 +0200 Subject: [Mapbender-users] Custom element that displays the result of a SQL query In-Reply-To: <8ffa5d94-7d64-4b95-98af-ffdc077149f3@openmailbox.org> References: <00ee01d2ac6d$2c13bef0$843b3cd0$@wipflerplan.de> <25586402-8db9-8695-5a0d-a107d9b7bd3a@openmailbox.org> <7088A26751CB34409B159B4237D510A87C9CF40F@W2K8-EXDB02.VERBAND.LOCAL> <8ffa5d94-7d64-4b95-98af-ffdc077149f3@openmailbox.org> Message-ID: <684029fd66b1073942bb3145a00103a6@wheregroup.com> Hello. query-manager is a nice element, that is not part of Mapbender 3.0.6.1 and will come in a future feature release. Here you can have a look on how it looks like (slide 38 - "Analyse von Daten über den Query Manager"): http://www.where2b-conference.com/sites/default/files/07_Where2B_Mapbender3_Features_in_Wesseling_AEmde.compressed.pdf (Slides from last years presentation at Where2B in Bonn http://www.where2b-conference.com/) So as you can see it maybe too much for your needs - you only want to display a short info "The value is:" ([value]). It could make sense to write a new Mapbender element that runs your query and displays the value. An element like this does not exist yet. Back to your question how you can integrate new repositories * You can integrate other repositories via composer.json * You should to follow the git based installation Read more at: https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/CONTRIBUTING.md * see part Create composer package You find the composer.json here * https://github.com/mapbender/mapbender-starter/blob/release/3.0.6/application/composer.json "require": { ... "mapbender/query-builder": "1.0.1", }, Read CONTRIBUTING.md to lear how to update repositories with ../composer.phar update -o or sh bootstrap Please note that the documentation for query-builder is not online yet. Best regards Astrid Am 2017-05-31 01:37, schrieb Abrabacabra: > I am a little confused on how to install the bundle and add the > element in one of my applications. > > I downloaded the source from the git repo and put it in > _/vendor/mapbender/query-builder_. > > Then I ran _/composer.phar require __"mapbender/query-builder"._ > > It installed a few dependencies but failed near the end (I didn't > wrote down the error :/). I ran the previous command another time and > now it says that nothing was installed, nothing was updated and there > is no error message. > > Still can't see the element though.. > > I backed up the whole Mapbender folder before doing it, so I could do > it again and provide more information if needed. > > Anyway, am I missing something? Is it that simple to install the > bundle? > > On 2017-05-30 1:05 AM, Schepers, Benjamin wrote: > >> Hi Pat, >> >> mabybe this is what you want: >> >> https://github.com/mapbender/query-builder >> >> To be honest, I didn’t try it by myself. But I’d appreciate it, >> if you try it and share your experiences ;-) >> >> Regards >> >> Ben >> >> VON: Mapbender_users >> [mailto:mapbender_users-bounces at lists.osgeo.org] IM AUFTRAG VON >> Abrabacabra >> GESENDET: Donnerstag, 25. Mai 2017 04:34 >> AN: mapbender_users at lists.osgeo.org >> BETREFF: Re: [Mapbender-users] Custom element that displays the >> result of a SQL query >> >> I simply need to display, maybe in the toolbar or something, a >> single dynamic numeric value based on the result of a query made to >> the PostgreSQL database we use for the daily operations of the >> organization. >> >> It would be preceded by a string like: "The value is:" ([value]) >> >> Is there a currently available element/bundle that allows us to do >> that? >> >> On 2017-05-24 4:30 AM, Uwe Seher wrote: >> >>> Hello! >>> >>> You should provide a little more information what you want to do. >>> You can use different approches to solve this. In mapbender i >>> think, you can use something like the search or the digitizer >>> element. These can use a sql-query direct from mapbender. You only >>> have to configure the database connection. But when you use a wms >>> layer in the behind, a getfeatureinfo is maybe the better >>> approach. >>> >>> best regards >>> Uwe Seher >>> >>> _______________________________________________ >>> >>> Mapbender_users mailing list >>> >>> Mapbender_users at lists.osgeo.org >>> >>> https://lists.osgeo.org/mailman/listinfo/mapbender_users >> >> _______________________________________________ >> Mapbender_users mailing list >> Mapbender_users at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapbender_users > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users -- Mit freundlichen Grüßen Astrid Emde GIS-Consultant --------------------------------------- Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com --------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 22 Fax: +49(0)228 90 90 38 - 11 astrid.emde at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- From astrid.emde at wheregroup.com Tue May 30 23:19:23 2017 From: astrid.emde at wheregroup.com (Astrid Emde) Date: Wed, 31 May 2017 08:19:23 +0200 Subject: [Mapbender-users] Feature Info Problem (in mobile template) In-Reply-To: References: Message-ID: Hello Patrick, (sorry for the late answer...) have a look at the last version of the mobile application. The problem does not show up there. https://demo.mapbender3.org/application/mapbender_mobile Maybe you can compare your application with the mapbender_mobile application. Best regards Astrid Am 2017-05-15 10:10, schrieb Patrick Meis: > Hallo list, > > I'm fighting with a feature info problem in the mobile version of > mapbender3. > > I checked the autoopen-option, since I don't want to hit any extra > button to activate feature info. > > Similarly I unchecked "Deactivate on close", so it would remain > activated even after I close the > > feature info popup. > > Now for the request it works alright. The popup opens with the > expected info. > > I can now hit another element in the map and the info in the popup > changes accordingly. > > But if I close the info-popup and then try to request another feature, > the info-popup is not opening > > again. > > I can see that Mapbender works shortly, and in the Firefox Developer > Tools I see the request goes > > out, and even the right answer comes. > > Just the popup is not opening again. Only after I reload the whole > application again. > > Any thoughts on that? > > Thanks in advance > > Patrick > > ___________________________________________________ > > Stadt Münster > > Der Oberbürgermeister > > Vermessungs- und Katasteramt > > Albersloher Weg 33 > > 48155 Münster > > Tel.: 0251 / 492 6263 > > E-Mail: meis at stadt-muenster.de > > Internet: http://www.muenster.de/ > _______________________________________________ > Mapbender_users mailing list > Mapbender_users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapbender_users -- Mit freundlichen Grüßen Astrid Emde GIS-Consultant --------------------------------------- Aufwind durch Wissen! Qualifizierte OpenSource-GIS-Schulungen bei der www.foss-academy.com --------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 22 Fax: +49(0)228 90 90 38 - 11 astrid.emde at wheregroup.com www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm -------------------------------