Viewing 8 replies - 1 through 8 (of 8 total)
  • Our site as well. We are getting White screens of death after upgrading Relevanssi.

    We just saw another Relevanssi update.

    Applying the new update fixed our White Screens of Death issue.

    Thank you.

    Thread Starter Andrzej

    (@awoz)

    I just tried the latest (3.3.2) and issues persist. I’m suspecting it could be our site so an immediate solution is reverting back to 3.2 which worked fine. Our site has been live for several years now and with many updates it might have become unstable?

    Thanks Andrzej.

    I’m just going to deactivate the plugin until we get some sort of news as to whether this plugin isn’t going to de-stabalize our sites or not.

    Plugin Author Mikko Saari

    (@msaari)

    Yes, disable OR fallback is broken in 3.3.2. For a quick fix, find this in lib/search.php:

    $return = relevanssi_search($args);

    and change it to:

    $or_args = $args;
    $or_args['operator'] = 'OR';
    $return = relevanssi_search($or_args);

    This should fix all problems related to OR fallback. Does that solve your problem Andrzej, or is there something else?

    Thread Starter Andrzej

    (@awoz)

    Thank you Mikko,

    The search patch did resolve the white page issue. One remaining problem is for the search terms: music list

    I have a WordPress page that is several years old and is titled Music List. When the above search term are applied, there are no hits. I can’t say for sure that this search worked under Relevanssi 3.2 and was hoping to revert to try it.

    Plugin Author Mikko Saari

    (@msaari)

    You can find all previous versions of Relevanssi at the developer page.

    Seems to me the page is not being indexed. If it is a page, are pages being indexed? Is it a sub-page? 3.3 versions currently have a bug with indexing sub-pages. If that’s the case, try the new 3.3.3 just released.

    Thread Starter Andrzej

    (@awoz)

    Indeed, the Music List page is a subpage. And your latest 3.3.3 release resolves the missing index for that page.

    Our Church staff is grateful for your kind and quick response to getting us back online.

    -Cheers

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