You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \Exception('The QGIS project '.basename($qgs_path).' has invalid content!');
793
793
}
@@ -1404,7 +1404,10 @@ protected function getFieldConfiguration($layerXml)
1404
1404
1405
1405
// Option + Attributes
1406
1406
if (count((array) $options) > 2) {
1407
-
\jLog::log('Project '.basename($this->path).': More than one Option found in the Qgis File for field '.$fieldName.', only the first will be read.', 'lizmapadmin');
1407
+
$errormsg = 'Project '.basename($this->path);
1408
+
$errormsg .= ': More than one Option found in the Qgis File for field ';
1409
+
$errormsg .= $fieldName.', only the first will be read.';
0 commit comments