by Marc » Tue Feb 07, 2006 11:24 am
Hi people,
I’m using the import/export plugin to import articles and issues in my OJS (2.0.1)
I’ve a journal with a lot of issues, more than 30…
So, the template (./plugins/importexport/native/articleContext.tpl) don’t show all issues, but generate a first page with some issues and a link to the others pages (with the rest of issues).
I mean links like « 1 2 > >> », to navigate to first, second, next and last pages.
The bug appears here. When I try to go to the second page, an error message is showed:
Fatal error: Call to a member function on a non-object in /Projectes/RACO/ojs-2.0.1/plugins/importexport/native/NativeImportExportPlugin.inc.php on line 132
I’ve see into the file that the problem is that $temporaryFile is empty because $existingFileId = Request::getUserVar('temporaryFileId'))) is null. Apparently, there is nothing in $_POST.
I'm wrong?
There is a version without with bug?
Thanks a lot
Marc