• Indexing turns in a vacuum and no longer works for me.

    When I click “generated the index”, the script does nothing and indexes nothing (PHP Version : 5.6.31).

    When I go back to version 4.0.4, everything works.

    There would not be a problem?

    • This topic was modified 6 years, 8 months ago by welje.
    • This topic was modified 6 years, 8 months ago by welje.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mikko Saari

    (@msaari)

    There’s a bug in the latest version. There are couple of things you can try:

    1. Do a hard reload on the indexing page. Your browser may be caching an old version of the Relevanssi javascript files.

    2. Relevanssi lib/indexing.php line 1037 looks like this:

    $tax_detail = json_decode( $insert_data[ $token ]['taxonomy_detail'] );

    Change it to this:

    $tax_detail = json_decode( $insert_data[ $token ]['taxonomy_detail'], true );

    That should fix the issue in most cases.

    3. If neither of these helps, try disabling shortcode expansion in Relevanssi settings.

    Next version will be out early next week.

    Thanks, working now with latest update.

    Thread Starter welje

    (@welje)

    I am having the same problem with Relevanssi 4.0.5 and 4.0.6. Indexing does not work. When I click on indexing, nothing happens.

    With 4.0.4 it’s ok. I stay with version 4.0.4 …

    Plugin Author Mikko Saari

    (@msaari)

    It would be really helpful, if someone with an indexing issues in 4.0.6 could share some error messages to me. There’s probably something in the browser JavaScript console.

    I can’t reproduce the issue: indexing works just fine in my test site and in the testing suite, so there’s nothing I can do unless I get more specific bug reports.

    If there’s a 403 Forbidden error in the console when you try to index, doing a hard reload (shift-F5) may help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Indexing not work’ is closed to new replies.