Hi,
when I import users with the users xml plugin in OJS 3.1.1 I get the following error message:
PHP Fatal error: Call to undefined method User::setIsDisabled() …in … lib/pkp/plugins/importexport/users/filter/UserXmlPKPUserFilter.inc.php on line 114
When I grep “setIsDisabled” in the code I only find:
lib/pkp/plugins/importexport/users/filter/UserXmlPKPUserFilter.inc.php: $user->setIsDisabled(true);
In PKPUser.inc.php (https://github.com/pkp/pkp-lib/blob/ojs-stable-3_1_1/classes/user/PKPUser.inc.php) I find
function setDisabled($disabled) {
Did you maybe rename the function in one place?
best,
Carola