Thanks for the package, is working great as a way to search on custom properties.... I do get an error on the main screen though:
If I select 'Users' in multi-select box and hit 'get data' I get asdf
No node exists with id '1201'
If I select any of the other user types in my set up it works fine though. Users is 'the big one' where as the others just contain one or two members. Don't know if that matters.
Hi Paul, just a quick feedback from Kiev airport - the problem is that the linq-query currently relies on the database to be correct, but sometimes entries in the cmsMember2MemberGroup table refers to non-existing members.
Thus to avoid the problem you will have to remove the entries in the cmsMember2MemberGroup containing the dangling references (1201 but there could be more)
I would like to make the query more robust, but thats not going to be right now I'm afraid
No node exists with id 'xxxx'
Hi,
Thanks for the package, is working great as a way to search on custom properties.... I do get an error on the main screen though:
If I select 'Users' in multi-select box and hit 'get data' I get asdf
No node exists with id '1201'
If I select any of the other user types in my set up it works fine though. Users is 'the big one' where as the others just contain one or two members. Don't know if that matters.
Cheers for any help,
P.S. Thanks for the xslt converter on your site. It's a huge timesaver whenever upgrading (used it last night!)
Am on 4.7.1... Is that a prob?
Hi Paul, thanks for your feedback - I'm on a business trip right now, but I'll look into in as soon as possible
>Tommy
Hi Paul, just a quick feedback from Kiev airport - the problem is that the linq-query currently relies on the database to be correct, but sometimes entries in the cmsMember2MemberGroup table refers to non-existing members.
Thus to avoid the problem you will have to remove the entries in the cmsMember2MemberGroup containing the dangling references (1201 but there could be more)
I would like to make the query more robust, but thats not going to be right now I'm afraid
regards
>Tommy
That's great. I'll look into that tomorrow and get back to you. Thanks for taking the time to reply on a trip!
Cheers,
is working on a reply...