- This topic has 6 replies, 2 voices, and was last updated 13 years, 8 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › member list broken
Tagged: member list
wp 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…
looking 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!
wow, 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.
ah. 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.
looks good so far!
How 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
I found the page to request automatic updates. I hope this corrects my problem! Thanks!