Hi,
in OMP 3.2 the Onix Plugin returns “Could not convert submissions.” when trying to export a book.
The problem arises from function checkType(&$object) in class ClassTypeDescription.
“this->_className” returns “Monograph” but there’s no class Monograph.inc.php anymore. “get_class(object)” returns “Submission”.
If I comment out the following code:
if (!$this->supportsAsInput($input)) {
and
if ((!is_null($preliminaryOutput) && $this->supports($input, $preliminaryOutput)) || $returnErrors)
in Filter.inc.php, the data is exported.
Regards,
Carola