Tips and Tricks HQ Support Portal › Forums › WP eMember › member list broken
Tagged: member list
- This topic has 6 replies, 2 voices, and was last updated 14 years, 8 months ago by
michelle.talley.
-
AuthorPosts
-
March 13, 2011 at 6:59 am #2932
rpickett
Memberwp 3.1
go to the member list and *surprise* no one is ever listed. Create a couple users, come back, same-same.
Here’s the problem.
to populate the user list you’re using this URL:
/wp-admin/admin-ajax.php?event=emember_user_list_ajax&start=0&limit=200
only problem is, admin-ajax.php checks to see if “action” is set (and as you can see, it’s not) and if it’s not set – it does die(-1)
so, the page can never load the members…
March 13, 2011 at 7:05 am #30130rpickett
Memberlooking through your code, you have a number of places where you call admin-ajax and you pass in “event” instead of “action”.
Did wp 3.1 make a change on that var?
Either way, looks like you need to patch this up. Let me know how I can download the update once you have it done.
Thanks!
March 13, 2011 at 7:22 am #30131rpickett
Memberwow, worse than I initially thought, I ended up changing these files (basically searched for ‘event’, figured out if it was being used for the admin-ajax call and if “yes”, changed it to ‘action’). I can send you my copy of these files if you want to check – basically after you make your edits we should have ended up with the same thing, maybe you’ll find something I missed, maybe the other way around. either way, here’s the list:
emember_password_sender_box.php
content_protection_view.php
eMember_members_menu.php
emember_ajax.php
js/common.js
add_member_view.php
manage_access_levels_view.php
eMember_misc_functions.php
public_user_directory.php
I never could figure out why certain things on the plugin just didn’t work, too many things actually.
March 13, 2011 at 7:40 am #30132rpickett
Memberah. I just downloaded an update to the plugins a couple weeks ago and now they’re already outdated!!!
wow.
So, I just pulled the latest versions down and we’ll see how they go.
March 13, 2011 at 7:46 am #30133rpickett
Memberlooks good so far!
March 18, 2011 at 12:25 am #30134michelle.talley
MemberHow do I get the latest version of the plugin? I am having the same problem since upgrading to WordPress 3.1. I am using version 6.0.3 of eMember. Thanks! Michelle Talley
March 18, 2011 at 12:35 am #30135michelle.talley
MemberI found the page to request automatic updates. I hope this corrects my problem! Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.