Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I was having an issue with an Umbraco 7.15.4 site where the Users section was blank, no users were loading, with the JS error:
TypeError: usersResource.getPagedResults is not a function at getUsers (DependencyHandler.axd
I upgraded the site to 10.1.0 which I assumed would fix the issue but the exact same issue is occurring:
TypeError: usersResource.getPagedResults is not a function at getUsers (umbraco.controllers.min.js)
I have deleted all users in the database apart from the initial user and I'm still getting the issue.
Does anyone have any ideas for a fix?
Thanks Tony
Hi Tony, you might want to add an issue on GitHub where development will more likely respond to your question. It looks like a bug to me
Thanks Roy, will do.
The error was down to a javascript file in a custom section called users.resource.js which was causing a conflict.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Users Section blank
Hi,
I was having an issue with an Umbraco 7.15.4 site where the Users section was blank, no users were loading, with the JS error:
TypeError: usersResource.getPagedResults is not a function at getUsers (DependencyHandler.axd
I upgraded the site to 10.1.0 which I assumed would fix the issue but the exact same issue is occurring:
TypeError: usersResource.getPagedResults is not a function at getUsers (umbraco.controllers.min.js)
I have deleted all users in the database apart from the initial user and I'm still getting the issue.
Does anyone have any ideas for a fix?
Thanks Tony
Hi Tony, you might want to add an issue on GitHub where development will more likely respond to your question. It looks like a bug to me
Thanks Roy, will do.
The error was down to a javascript file in a custom section called users.resource.js which was causing a conflict.
is working on a reply...