Title: Incompatible with Tablepress export
Last modified: July 29, 2018

---

# Incompatible with Tablepress export

 *  Resolved [anshp](https://wordpress.org/support/users/anshp/)
 * (@anshp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/incompatible-with-tablepress-export/)
 * Hi,
 * I am unable to export tables using Tablepress plugin when this plugin is activated.
 * I looked into the code for both of the plugins and found the part causing the
   problem. I am not sure what is the best way to tackle this issue.
 * How to reproduce:
 * 1. Enable wp-rss-aggregator plugin as well as the tablepress plugin.
    2. Visit,
   tablepress export page and try to export the table. It results in “Are you sure
   you want to do this?” which made me think it could be a _noonce verification 
   issue.
 * So the code causing the conflict is in admin-import-export.php file,
 *     ```
       if ( isset( $_POST['export'] ) && check_admin_referer( 'wprss-settings-export' ) ) {
       ```
   
 * If I remove the check_admin_referer, then tablepress works perfectly fine. Can
   this be replaced with current_user_can() just like how it is mentioned in [https://codex.wordpress.org/Function_Reference/check_admin_referer](https://codex.wordpress.org/Function_Reference/check_admin_referer)?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Mark Zahra](https://wordpress.org/support/users/markzahra/)
 * (@markzahra)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/incompatible-with-tablepress-export/#post-10539749)
 * Hi [@anshp](https://wordpress.org/support/users/anshp/), thank you for reporting
   this issue.
 * We are aware of the incompatibility and have created an issue for our developers
   to look into this. Given the rarity of the conflict being an issue, the fix may
   take a while to be implemented, but I’ll look into getting it sorted out as soon
   as possible.
 *  Thread Starter [anshp](https://wordpress.org/support/users/anshp/)
 * (@anshp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/incompatible-with-tablepress-export/#post-10541357)
 * Thanks for the quick response! [@markzahra](https://wordpress.org/support/users/markzahra/)
 *  Plugin Author [Mark Zahra](https://wordpress.org/support/users/markzahra/)
 * (@markzahra)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/incompatible-with-tablepress-export/#post-10546612)
 * You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Incompatible with Tablepress export’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-aggregator/assets/icon-256x256.gif?rev=3157090)
 * [RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging](https://wordpress.org/plugins/wp-rss-aggregator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-aggregator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-aggregator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-aggregator/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mark Zahra](https://wordpress.org/support/users/markzahra/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/incompatible-with-tablepress-export/#post-10546612)
 * Status: resolved