Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.11.11
Description
This crash occurs while using the https://nextcloud.com plugin Memories, which includes a CLI setup command:
php occ memories:places-setup
This command attempts to import world place polygons (e.g., cities, regions) into the database, storing them in a table with a GEOMETRY column using ST_GeomFromText(...).
The crash happens at different points during the import, consistently when inserting certain polygons.