That was probably the reason for so much HTML displayed…
Now, this has popped up:
PHP Warning: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in /var/www/ojs3/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 386
Probably a php configuration variable, but these messages are creeping up:
PHP Notice: Only variables should be passed by reference in /var/www/ojs3/lib/pkp/lib/adodb/adodb-xmlschema.inc.php on line 267
These also:
PHP Warning: Declaration of SubmissionLanguageEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL) should be compatible with ControlledVocabEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL, $filter = NULL) in /var/www/ojs3/lib/pkp/classes/submission/SubmissionLanguageEntryDAO.inc.php on line 46
PHP Warning: Declaration of SubmissionSubjectEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL) should be compatible with ControlledVocabEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL, $filter = NULL) in /var/www/ojs3/lib/pkp/classes/submission/SubmissionSubjectEntryDAO.inc.php on line 44
PHP Warning: Declaration of SubmissionAgencyEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL) should be compatible with ControlledVocabEntryDAO::getByControlledVocabId($controlledVocabId, $rangeInfo = NULL, $filter = NULL) in /var/www/ojs3/lib/pkp/classes/submission/SubmissionAgencyEntryDAO.inc.php on line 44
There are a bunch of warnings of missing files:
PHP Warning: copy(/home/ramon/ojs3-submission-files/journals/2//articles/4392/attachment/4392-1-12775-1-13-20180917.jpg): failed to open stream: No such file or directory in /var/www/ojs-3.0.1/lib/pkp/classes/file/FileManager.inc.php on line 159
I wonder what could this be…
files_dir doesn’t have any trailing slashes…
We’ve experienced some strange behavior in OJS 2, where some authors managed to complete a submission without uploading a submission file…