• Resolved wp_user1

    (@wp_user1)


    After plugin update the search function in wordpress backend under posts did not work anymore.
    This comes with GET-parameter “apt_is_image”.
    Instead of results page it only gets a blank site.

    After deactivating these rows it worked again:

    #add_action( 'restrict_manage_posts', [ $this, 'add_posts_filters' ] );
    #add_action( 'pre_get_posts', [ $this, 'posts_filter' ], 10, 1 );
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello.

    I checked on my website and there were no errors. The search works with the plugin enabled.
    Turn on WordPress debugging mode and look at the error logs.

    Thread Starter wp_user1

    (@wp_user1)

    It did Not happen with all search combinations.
    But without the parameter the Problem does not exist anymore.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug: searching in posts shows white page’ is closed to new replies.