danzig666 / qconsolidate3

Modified version of the QConsolidate/OQ-Consolidate plugin for QGIS 3+
GNU Affero General Public License v3.0
12 stars 4 forks source link

Error while using the plugin in QGIS 3.8 #10

Open ghtmtt opened 4 years ago

ghtmtt commented 4 years ago

After clicking on Consolidate this error pops up:

Error: Parse error at line 1, column 1: error occurred while parsing element

the directory and project are created but no files are copied within the layer directory

TimFruition commented 4 years ago

I report the same issue as @ghtmtt. I tested this plugin yesterday for the first time and the result is exactly the same as @ghtmtt. My QGIS project contains points vector shapefiles, and OSM Quick Map Service layer.

NvBgm commented 4 years ago

Qgis has change his ext for projects to qgz so if you wil use consolidate save your qgis project with qgs extention en consolidate wil work.

I also had hope of an update but who knows...

alebrovelli commented 4 years ago

NvBgm suggestion works for me - thank you!

Eponia83 commented 4 years ago

I used the same solution as suggested by NvBgm. But then headers in attribute tables are cut off (full length names created in qgz cannot be stored in qgs). Similar problems based on differences in these two versions could arise, an update to be able to use qgz directly would be much appreciated :)

eanema commented 6 months ago

I believe this is duplicate bug as seen in issue https://github.com/danzig666/qconsolidate3/issues/4 My solution is copy/pasted below

I have forked this repo and fixed this issue by extracting the .qgz file into the target directory. (I have also fixed a few other issues that are mentioned in the issues section)

There are not many code changes, but they can be see here: https://github.com/danzig666/qconsolidate3/compare/master...eanema:qconsolidate3:master

The forked repo is here: https://github.com/eanema/qconsolidate3