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.
OJS development discussion, enhancement requests, third-party patches and plug-ins.
Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
Forum rules
Developer Resources:Documentation: The
OJS Technical Reference and the OJS
API Reference are both available from the
OJS Documentation page.
Git: You can access our public Git Repository
here. Comprehensive Git usage instructions are available on the
wiki.
Bugzilla: You can access our Bugzilla report tracker
here.
Search: You can use our
Google Custom Search to search across our main website, the support forum, and Bugzilla.
Questions and discussion are welcome, but if you have a workflow or usability question you should probably post to the
OJS Editorial Support and Discussion subforum; if you have a technical support question, try the
OJS Technical Support subforum.
by Szdnez » Wed Dec 30, 2009 10:57 am
Hello,
is it possible to run OJS under eclipse? I have installed the
pdt-plugin and
zend-debugger and created a new project with the ojs code. But when I run the
index.php I always get the error message:
Fatal error: Cannot redeclare class Locale in G:\OJS\eclipse\ojs\src\classes\i18n\Locale.inc.php on line 43. Can anyone tell me what is the problem? Do I need more libraries? Must I exclude some php code from the eclipse project?
Thanks a lot, Szdnez
-
Szdnez
-
- Posts: 17
- Joined: Tue Oct 20, 2009 12:48 pm
by mcrider » Mon Jan 04, 2010 10:50 am
Hi Szdnez,
I think a couple people on the team use or did use eclipse as their development environment without any issues.. Its been some time since I've used eclipse myself, and never for PHP development, but are you trying to run OJS as an executable or as a web page? It'll need to run in the context of a web server to work. You could also turn on the show_stacktrace option in config.inc.php to provide more information on the error you are receiving.
Cheers,
Matt
Matthew Crider
Public Knowledge Project Team
-
mcrider
-
- Posts: 952
- Joined: Mon May 05, 2008 10:29 am
- Location: Vancouver, BC
by Szdnez » Mon Jan 04, 2010 3:22 pm
Hey,
thanks for your advices. I have tried how it is described in link about PHPUnit (it is for web page). But the result is the same:
Compile Error: /ojs/classes/i18n/Locale.inc.php line 43 - Cannot redeclare class LocaleAfter that I have tried it again to run it as web page and after a while it works
The problem was to find the right configuration in php.ini. Now it looks like this
- Code: Select all
...
zend_extension_ts=G:\xampp\apache\bin\ZendDebugger.dll
zend_debugger.allow_hosts=192.168.178.25
zend_debugger.remote_port=10000
zend_debugger.expose_remotely=always
...
Thanks

-
Szdnez
-
- Posts: 17
- Joined: Tue Oct 20, 2009 12:48 pm
Return to OJS Development
Who is online
Users browsing this forum: No registered users and 2 guests