Hello there!
I am facing this “HttpError” issue where I am trying to import an issue exported from the previous version of ojs 3.1.2. File size is 140 MB. I have allowed upto 250 MB. File upload progress completes successfully but at the end this error pops up…
Any help in this regard will be highly appreciated. @asmecher@Vitaliy
Just an update!
Upon investigating the network tab and request / response messages, I configured the respective length of content in my web.config file and now the size is not an issue. But now, when I click on Import I get the following messages… Please check and let me know what is the issue with that? @Vitaliy
It’s XML validation error and it looks like your XML isn’t compatible with OJS 3.2.0-2. E.g., the first 4 attributes that are mentioned in the message should be for publication element, not article according to a schema file. Maybe @asmecher knows if backward compatibility is considered.
@Farhan_Abbas, did you manage to solve this? Have you found the specs for the changes requires to migrate XML files generated in older versions to OJS 3.2.1?
I have not been able to fins the spec file for those changes… I’ld be glad to summarize, but need to figure out those changes… any lead on that? @asmecher ??
You can determine the changes required between two OJS releases by comparing the two relevant XML schema files, lib/pkp/plugins/importexport/native/pkp-native.xsd and plugins/importexport/native/native.xsd, between the two versions. You can download the .tar.gz packages for the old and new versions of OJS and compare them there, or if you’re using git, you can do it directly from the git repository. For example, to compare 3.1.2-2 and 3.2.1-0:
Hello @asmecher and community,
This has been a great suggestion, however, I have had no success in the analysis of the .xsd files. I was wondering if anyone in the community could share an exported issue in the XML Native 3.0.2 version. that could help me compare the tags. I think that I could take it from there and provide a solution hopefully.