Error at exporting all users

Hi,

I’m getting this error while exporting all user in ojs 3.1.1-2:

Could not convert users.

No log entries.

Regards,
Tarcisio Pereira.

Hello,

I had the same problem, I decided to edit the ORCID of a user that was giving error. So I did not export all users.

I ran into this error in 3.1.1-4 and found it was related (in my case) to this issue:
https://github.com/pkp/pkp-lib/issues/3873

2 Likes

@ctgraham

Thank you, working now.

Regards,
Tarcisio Pereira.

Hi @ctgraham

The error is back!
But now, log entries:

[Thu Feb 07 13:35:02.191791 2019] [:error] [pid 109629] [client [IP]:53914] PHP Warning: DOMDocument::schemaValidate(): Element ‘{http://pkp.sfu.ca}url’: ‘http://http://www.unifesp.br/campus/gua/’ is not a valid value of the atomic type ‘xs:anyURI’. in /var/www/revistas3/html/lib/pkp/classes/xslt/XMLTypeDescription.inc.php on line 133, referer: https://www.revistas.usp.br/ars/management/importexport/plugin/UserImportExportPlugin
[Thu Feb 07 13:35:02.195241 2019] [:error] [pid 109629] [client [IP]:53914] ojs2: Could not convert users., referer: https://www.revistas.usp.br/ars/management/importexport/plugin/UserImportExportPlugin

Any ideia?

Regars,
Tarcisio Pereira

The data for this user’s URL is not valid because of the extra “http://”:
http://http://www.unifesp.br/campus/gua/

This is a bit unexpected to disallow the user export because the user-entered URL is malformed, but cleaning the data will fix the issue.

@ctgraham

Thank you. Working well after clean the data.

Regards,
Tarcisio Pereira