• Resolved cecnaadmin

    (@cecnaadmin)


    When I try export any table I get this error

    The link you followed has expired.
    Please try again.

    This happens, regardless of settings CSV/JSON etc. or one or more tables.

    · Website: https://www.cec-na.org
    · TablePress: 1.9
    · TablePress (DB): 36
    · TablePress table scheme: 3
    · Plugin installed: 2017/09/29 18:38:59
    · WordPress: 4.9.5
    · Multisite: no
    · PHP: 7.0.29
    · mysqli Extension: true
    · mySQL (Server): 5.6.38
    · mySQL (Client): mysqlnd 5.0.12-dev – 20150407 – $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
    · ZIP support: yes
    · UTF-8 conversion: yes
    · WP Memory Limit: 256M
    · Server Memory Limit: 256M
    · Magic Quotes: off
    · WP_DEBUG: true
    · WP_POST_REVISIONS: 3

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I have seen this before when other (badly coded) plugins or themes were used on the site. Can you therefore please try again after temporarily deactivating all other plugins and after switching to a WordPress default theme like Twenty Sixteen? That way, we can find what’s causing this.

    Regards,
    Tobias

    Thread Starter cecnaadmin

    (@cecnaadmin)

    Hi Tobias

    It was ‘WP RSS Aggregator’.

    When I contact them, what process should I tell was in conflict?

    Thanks

    John

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi John,

    nice! Good to hear that you found this!

    From my experience, they are checking capabilities to strictly, namely on pages that don’t belong to their plugin. I assume that they are only checking for the action URL parameter matching export, which other plugins obviously can also use in their URLs.

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    When I try to run the export function, I receive the same error message as @cecnaadmin. I’ll check to see which one of my plugins is causing the conflict.

    WP RSS Aggregator caused my export problem as well. I deactivated it and the export function worked fine.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sorry to hear that you are also affected. And thanks for confirming the initial finding as well!

    Regards,
    Tobias

    I am leaving this here just in case anyone else comes across this bug:

    I looked into the code for both the plugins. I have created a ticket at wp-rss-aggregator plugin support page : https://www.ads-software.com/support/topic/incompatible-with-tablepress-export/

    The problem is in admin-import-export.php,

    if ( isset( $_POST['export'] ) && check_admin_referer( 'wprss-settings-export' ) ) {
    

    For now, a quickfix would be to remove && check_admin_referer( 'wprss-settings-export' )and replace it with current_user_can capability check.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for those insights! Yes, that might help.

    Regards,
    Tobias

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Export TablePress’ is closed to new replies.