WPSOLR Pro “mysqli_result object is already closed” / Yoast incompatibility?

  • wpsolr
    Keymaster
    1 year, 5 months ago #31363

    I could not replicate your mysqli_result object is already closed error, but the following workaround could fix it.

    In file wpsolr-pro/wpsolr/pro/extensions/theme_mylisting/class-wpsolr-theme-mylisting.php, replace line 39:
    $this->mylisting_feature_listings_in_location_search();
    with:

    if ( ! empty( $_REQUEST ) && WPSOLR_Service_Container::action_wp_loaded() ) {
      $this->mylisting_feature_listings_in_location_search();
    }
    dogfuriendly-john
    Participant
    1 year, 5 months ago #31403

    Many thanks for the workaround – we’ll start another trial and see if this fixes the issues we’re having. 👍

Viewing 2 posts - 16 through 17 (of 17 total)

You must be logged in to reply to this topic.