by svillanueva » Mon Feb 18, 2008 5:08 am
Hello,
i've installed the OJS in our web server. I've tried to import a xml file with the Articles & Issues XML Plugin. With this file, it worked with the testdrive but now, in our own server, it doesn't seem to work, since a blank page appears once I've pushed the button to throw the import process.
The example I've tried is very simple and it's saved in UTF-8:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE issue PUBLIC "-//PKP//OJS Articles and Issues XML//EN" "http://pkp.sfu.ca/ojs/dtds/native.dtd">
<issue published="false" current="false">
<title>August 2008, Volume 3, Number A08</title>
<volume>3</volume>
<number>A08</number>
<year>2008</year>
<section>
<title locale="en_US">Articles</title>
<abbrev locale="en_US">ART</abbrev>
<article>
<title>Approximating Counterparts</title>
<abstract>Abstract text...</abstract>
<pages>1-11</pages>
<date_published>2008-08-01</date_published>
<author primary_contact="true">
<firstname>FISTNAME</firstname>
<middlename><![CDATA[ ]]></middlename>
<lastname>LASTNAME</lastname>
<email>email@email</email>
</author>
<galley>
<label>PDF</label>
<file><href mime_type="application/pdf" src="http://pkp.sfu.ca/files/ImportingData.pdf"/></file>
</galley>
</article>
</section>
</issue>
Do I have to check any server configuration?
Thanks a lot,
Sergi Villanueva.