PKP Bugzilla – Bug 6647
Native Export Error
Last modified: 2011-05-17 07:56:09 PDT
PHP Fatal error: Call to a member function setAttribute() on a non-object in /data/ojs/psychotherapie-wissenschaft.info/lib/pkp/classes/xml/XMLCustomWriter.inc.php on line 98
Created attachment 3507 [details] Patch against OJS 2.3.4 I could also commit the change to git, if OK so?
please go ahead bozana
Great, thanks -- if you haven't already, could you commit to the ojs-stable-2_3 branch as well?
Ah well, eventually one day I will be able to easily use git... :-\ Could you please check if everything OK? master: https://github.com/pkp/ojs/commit/f2f512b27f476a77bca6dbcfe2d1c8c25dd97609 ojs-stable-2_3: https://github.com/pkp/ojs/commit/18faa4f22ab6936fd61a83e32577df2ea363befb Thanks!
Also committed to OCS master: https://github.com/pkp/ocs/commit/a8368651766c7d1d090fb79ab54c491475a57f56 Added to OJS 2.3.4 recommended patches list. Thanks!
There is 'unset($n);' instead of 'unset($affiliationNode);' in line 196 in OCS
Whoops! Fixed.