• Resolved Martin Taylor

    (@docdunning)


    Hi Tobias – a while ago, at https://www.ads-software.com/support/topic/updates-to-tablespress-content-not-showing/#post-8846880 you said :

    Depending on some issues in the database, this cache might stall sometimes. You could therefore try clearing the cache manually, by deleting all entries in that database table that start with?_transient_tablepress_c_?or?_transient_timeout_tablepress_c_. Just be careful to NOT delete the?tablepress_options?and?tablepress_tables?entries

    I have some problems with cached table entries appearing, and I deleted the entries you mentioned above, but the cached table still appears.

    Looking in the database, it seems that TablePress creates two transients for each table, and I just want to check that this is correct.

    For example, I see these four records for one table:

    _transient_tablepress_c_70efdf2ec9b086079795c442636b55fb
    _transient_timeout_tablepress_c_70efdf2ec9b086079795c442636b55fb
    _transient_tablepress_fc9bdf75eafd20436f2861225f63ec1b
    _transient_timeout_tablepress_fc9bdf75eafd20436f2861225f63ec1b

    So I think I have to delete the entries that contain tablepress_fc as well as the ones you mentioned … is that correct?

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    Yes, please delete all those as well. (But note that the prefix is not tablepress_fc. The fc is already part of the unique identifier.)

    So, please delete all entries that start with

    _transient_tablepress_
    _transient_timeout_tablepress_

    Do NOT delete any options related to TablePress that do not start with _transient_.

    In addition, please check if the page with the table actually still contains the table Shortcode. I have seen themes in the past that replaced the Shortcode with static HTML code, e.g. when features like frontend editing were used.

    Best wishes,
    Tobias

    Thread Starter Martin Taylor

    (@docdunning)

    Thanks, @tobiasbg – that makes sense.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with clearing TablePress cache’ is closed to new replies.