Software Hosting and Development Services available at PKP Publishing Services
As the developers of Open Journal Systems, Open Conference Systems, Open Harvester Systems, and Open Monograph Press, the PKP team are experts in helping journal managers and conference organizers make the most of their online publishing projects. PKP Publishing Services offers support for:
As a customer of PKP Publishing Services, you will not only receive direct, personalized support from the PKP Development Team, but will be contributing to the ongoing development of the PKP applications. All funds raised by PKP Publishing Services go directly toward enhancing our free, open source software. For more information, please contact us.
Are you responsible for making OJS work -- installing, upgrading, migrating or troubleshooting? Do you think you've found a bug? Post in this forum.
Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
Forum rules
What to do if you have a technical problem with OJS:1.
Search the forum. You can do this from the
Advanced Search Page or from our
Google Custom Search, which will search the entire PKP site. If you are encountering an error, we
especially recommend searching the forum for said error.
2.
Check the FAQ to see if your question or error has already been resolved.
3.
Post a question, but please, only after trying the above two solutions. If it's a workflow or usability question you should probably post to the
OJS Editorial Support and Discussion subforum; if you have a development question, try the
OJS Development subforum.
by asmecher » Tue Nov 20, 2007 12:51 pm
-
asmecher
-
- Posts: 5747
- Joined: Wed Aug 10, 2005 12:56 pm
-
by GennadyK » Wed Jan 16, 2008 12:32 pm
Hi Alec,
This OJS Support FAQ is very good thing, but in my opinion it's better to have it on the support page (the one that need to be created and name of the menu will change to just "Support")for OJS divided by sections then at the end of each section it should say "If you are not found the answer pls proceed to the support forum".
Anyway just want to say few words about my PHP CLI importExport.php NativeImportExportPlugin experience. It's not easy to make it work - documentation isn't very complete.
There is no explanation what is journal_path, issue_id and where to get one from usage. And there is no samples with explanation. All things you need to guess. Also import is kind of slow until you change process priority for php.exe to "Above Normal".
Link to short and good manual how to work with PHP CLI will be appreciated. And suggestions where to put issue.xml and from where to run CLI command.
We found that we need to run it from C:\PHP, where php.exe and all dlls are located and issue.xml should be in the same folder:
C:\PHP>c:\php\php.exe -c C:\OJS\tools\php_cli.ini -f C:\OJS\tools\importExport.php NativeImportExportPlugin import issue1.xml Path user_name issue 1
Path is journal path from Home > User > Site Administration > Journals, same as you have in the URL just after index.php/
user_name - name of existing user for the journal
It works only when we change code in the tools\includes\cliTool.inc.php:
from
require('includes/driver.inc.php');
to
require(dirname(dirname(dirname(__FILE__))).'/includes/driver.inc.php');
Hope this will be helpful for some Windows users.
Thank you,
Gennady
-
GennadyK
-
- Posts: 19
- Joined: Tue Apr 24, 2007 9:16 am
-
Return to OJS Technical Support
Who is online
Users browsing this forum: Google [Bot] and 2 guests