• Resolved dice2dice

    (@dice2dice)


    Hello,

    Tablepress is causing the following error with the search function on the front end of my website:
    “Gateway Time-out
    The gateway did not receive a timely response from the upstream server or application. “

    The error occurs a minute or so after the user enters a search query.

    I switched off all my plugins and then turned them on again one by one to identify what was causing the problem

    I have a plugin from WPMU that incorporates Google search in to my website. The error occurs both when this plugin is activated and running and when it has been both deactivated and deleted.

    Because I use Tablepress throughout my site I have activated it so you can see the error yourself.

    Do you have any suggestions for how to resolve this?

    I am using the latest version of WordPress and Tablepress.

    My website is: http://www.whichinvest.com

    Thanks

    https://ww.wp.xz.cn/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, I can’t really think of a reason for this. I assume that the TablePress search integration and that other search plugin result in too much memory being used or something.
    I can therefore only suggest to turn off the search integration of TablePress (so that tables would no longer be searched) here, by adding the line

    add_filter( 'tablepress_wp_search_integration', '__return_false' );

    to the “functions.php” of your theme.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Tablepress causing search function to crash’ is closed to new replies.