OJS3 - Native XML Import - Articles do not show up

Hello,

I am trying to import an XML file with embeded articles. Everything looks good, the articles show up, I can klick the “pdf” - button - but than I get an “404 not found” - error. Additionally, the html - file get’s an pdf - Button too.

Unfortunately errors without error messages are hard to debug - so maybe somebody can see what’s wrong? Help is really appreciated - thank’s!

All the best

Christian

Here is an example of my code:

<article xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" locale="de_DE" date_submitted="2010-01-24" stage="production" date_published="2010-01-24" section_ref="FOR" seq="1" access_status="0">
<id type="internal" advice="ignore">91</id>
<id type="public" advice="update">91</id>
<id type="doi" advice="update">10.5072/medienimpulse.2009.47.91</id>
<title locale="de_DE">Bildungs(relevante) Standards für das Lernen mit Neuen Medien  </title>
<subtitle locale="de_DE"></subtitle>
<abstract locale="de_DE"></abstract>
<licenseUrl>https://creativecommons.org/licenses/by/3.0/at/deed.de</licenseUrl>
<copyrightHolder locale="de_DE">Ulf-Daniel Ehlers</copyrightHolder>
<copyrightHolder locale="en_US">Ulf-Daniel Ehlers</copyrightHolder>
<copyrightYear>2009</copyrightYear><keywords locale="de_DE"><keyword>standards</keyword><keyword>e-learning</keyword><keyword>qualitätskompetenz</keyword><keyword>potenzial</keyword></keywords><authors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<author primary_contact="true" include_in_browse="true" user_group_ref="Autor/in">
<firstname>Ulf-Daniel</firstname>
<lastname>Ehlers</lastname>
<country>AT</country>
<email>ulf.ehlers@dhbw-karlsruhe.de</email>
</author>
</authors>
    <submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" stage="submission" id="21" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<revision number="1" genre="Artikeltext" filename="Bildungs_relevante__Standards_f__r_das_Lernen_mit_Neuen_Medien__.html" viewable="true" date_uploaded="2010-01-24" date_modified="2010-01-24" filesize="171228" filetype="application/xhtml+html" user_group_ref="Autor/in" uploader="ch_swertz">
<name locale="de_DE">Ehlers, Autor/in, Bildungs(relevante) Standards für das Lernen mit Neuen Medien  .html</name>
<embed encoding="base64">PCFET0NUWVBFIGh0bWw+C [...]
</embed>
</revision>
</submission_file>
<submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" stage="proof" id="22" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<revision number="1" genre="Artikeltext" filename="Bildungs_relevante__Standards_f__r_das_Lernen_mit_Neuen_Medien__.html" viewable="true" date_uploaded="2010-01-24" date_modified="2010-01-24" filesize="171228" filetype="text/html" user_group_ref="Production editor" uploader="ch_swertz"><name locale="de_DE">ch_swertz, Production editor, Bildungs_relevante__Standards_f__r_das_Lernen_mit_Neuen_Medien__.html</name><embed encoding="base64">PCFET0NUWVBFIGh0bWw+Cgk [...] 
</embed></revision></submission_file><submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" stage="proof" id="23" xsi:schemaLocation="http://pkp.sfu.ca native.xsd"
> <revision number="1" genre="Artikeltext" filename="Bildungs_relevante__Standards_f__r_das_Lernen_mit_Neuen_Medien__.pdf" viewable="true" date_uploaded="2010-01-24" date_modified="2010-01-24" filesize="122594" filetype="application/pdf" user_group_ref="Production editor" uploader="ch_swertz"> <name locale="de_DE">ch_swertz, Production editor, Bildungs_relevante__Standards_f__r_das_Lernen_mit_Neuen_Medien__.pdf</name> 
<embed encoding="base64">JVBERi0xLjMKMSAwIG [...]
</embed> </revision> </submission_file>
<article_galley xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" approved="true" galley_type="pdfarticlegalleyplugin" xsi:schemaLocation="http://pkp.sfu.ca native.xsd"> <name locale="de_DE">PDF</name> <seq>0</seq> <submission_file_ref id="23" revision="1"/></article_galley>
<article_galley xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" approved="true" galley_type="htmlarticlegalleyplugin" xsi:schemaLocation="http://pkp.sfu.ca native.xsd"> <name locale="de_DE">PDF</name> <seq>1</seq> <submission_file_ref id="22" revision="1"/>
</article_galley>
</article>

Just a quick remark in case somebody else runs into the same problem: I copied stage=“proof” for the galley from an export I created to get an example for the XML. But the term needed here is “public”. With stage=“public” the articles became visible.