有客户的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期刊系统,配置email邮箱发信功能的方法:1.打开根目录下的config.ini.php文件。2.找到"SMTP server settings",按照如下设置。; Available options: se...
最近有使用ojs期刊的同学反馈,OJS运行很慢,从打开网页到投稿、上传稿件、编审、发布的过程,全程都很慢,是怎么回事?丁老师在对这个OJS系统的服务器和程序进行分析研究后,发现了一些问题,经过修复和处理,目前的OJS运行正常。为了便于帮...
有从事学术行业的客户咨询,SSL证书是什么?Open Journal System(OJS期刊投稿系统)运行时必须要安装SSL证书吗?不安装可以吗?SSL证书多少钱,在哪里购买呢?今天丁老师就open journal system系统关...
有使用Open Journal Systems期刊管理系统(OJS)的同学咨询,想修改一个页面模板,但是在对OJS系统进行二次开发时,页面和程序改了后,打开网址后页面却没有变化,修改没有起到效果,无论怎么刷新也是不行,这是怎么回事呢?问...