有客户的OJS系统,从3.3升级到3.5.0.1后,访问投稿页面时,投稿时间没有正常显示出来,显示的是报错信息“Invalid date time”,如图:



错误代码:
Missing locale key "editor.submission.recommend.sendExternalReview" for the locale "en"
Missing locale key "invitation.wizard.completeSteps" for the locale "en"Missing locale key "invitation.wizard.errors" for the locale "en"
Missing locale key "submission.stage.internalReviewWithRound" for the locale "en"
Missing locale key "userAccess.management.options" for the locale "en"这是怎么回事呢?
经过丁老师对错误故障的分析和研究,发现这是升级后,在配置文件中,对日期时间格式部分设置错误。
解决方法:
将配置文件config.inc.php中,修改time zone项为正确的值。
time_zone=“Asia/Beijing”
//或
time_zone=UTC同时,修改Short and long date formats的格式
date_format_short = "Y-m-d"
date_format_long = "F j, Y"
datetime_format_short = "Y-m-d h:i A"
datetime_format_long = "F j, Y - h:i A"
time_format = "h:i A"有使用OJS的做期刊投稿的出版社客户在提问,OJS有时候会出现一些问题,比如plugin页一直在加载,也打不开,然后投稿时提示error,具体的错误是Uncaught Error: Call to a member function g...
OJS期刊管理系统,可以对已发布的投稿文章,增加多种格式的引用信息导出功能,包含ACM、ACS、Chicago、Havard、IEEE等引用格式,支持Endnote/Zotero/Mendeley (RIS)和BibTeX两种文件格式。...
在使用OJS系统时,用户设置了语言环境为中文,在后台中经常会出现##navigation.submissions##、##submission.shortAuthor##、##plugins.block##等错误代码,是怎么回事呢?其实...
OJS在投稿发布文章的流程中,到Production这个流程时,就可以给文章添加上传PDF/WORD等文章附件,如图:添加文章附件的方法是:1.切换到Publication选项卡。2.选择左侧Galleys。3.右侧点击Add Gall...