I created a test instance of OJS 3.1.2 on my server space.
Within that instance, I created a test journal and a journal editor and an author, in addition to myself as the admin.
I have installed the BepressImportPlugin.
I am now trying to execute the CLI command noted in the plugin GitHub page:
php tools/importExport.php BepressImportPlugin journal username editorUsername defaultEmail importPath
However, I keep getting an error message saying “Unknown Journal” followed by the journal path i entered and then. “Exiting”
I’ve tried different possible ways of identifying the journal path, but to no avail. Not sure what I’m missing and wondering if anyone has some suggestions.
I have successfully resolved the problem associated with the OP. Namely, what I discovered is that what was called for in the command is not the OJS journal path, rather just the journal name. When I do that, the command runs and says it is successful.
However, I’m not actually seeing any content import and am having the same issue as outlined in Bepress Import plugin issues/questions. The thread there seems to suggest the issue was successfully resolved, but doesn’t indicate how.