Hello @on_edge,
I think the developers will need more details.
1. What browser do you use?
2. There are any errors inside the Web Dev Tools console when you click on “Export as CSV”?
3. There are any errors inside PHP errors log?
You can find the subscribers in your blog’s database. Open PHPMyAdmin, go to wp_wpmm_subscribers table (wp_ is the prefix of the tables).
Later edit: on my WP install the export works fine on Firefox & Chrome.
—
George
-
This reply was modified 7 years, 10 months ago by
George J.
-
This reply was modified 7 years, 10 months ago by
George J.
Hi George —
I’ve tried Firefox and Chrome. Windows 10. Down near the system tray, I see javascript:void(0); when I mouse-over the button in both browsers.
In Chrome console:
GET https://sagevt.com/wp-admin/admin-ajax.php?action=wpmm_subscribers_export 403 (Forbidden)
Nothing in the error log.
-
This reply was modified 7 years, 10 months ago by
on_edge.
GET https://sagevt.com/wp-admin/admin-ajax.php?action=wpmm_subscribers_export 403 (Forbidden)
@on_edge: I think that GET request was blocked by Wordfence.
Go to “WordFence” settings > “Firewall” > “Blocking” and try to unblock it. Maybe the problem will be solved.
-
This reply was modified 7 years, 10 months ago by
George J.