datapharmer
Member
Posted 1 year ago #
After updating to wordpress 3.1 from 3.0.5 the "report & delete" spam comment option no longer functions. The ajax call instead ends up in the url as:
http://website domain]/wp-admin/admin.php?avhfdas_ajax_action=avh-fdas-reportcomment&id=[comment id]&_wpnonce=[unique value]
A blank page is returned and the comment is not processed.
Information in brackets is sanitized for security.
I think I understand why but not why it's happening.
It sounds like the $_POST isn't there but I don't know why.
I can send you a updated version for testing.
Shoot me an email peter [@] avirtualhome.com and I can send you a replacement file for testing.
A 3rd party plugin disabled AJAX calls on the page. The Report & Delete is an AJAX only functionality.