• Hello,

    I just installed redis search and on the indexing tab I am seeing below error:
    https://ibb.co/NZYQDc1

    This is resulting is no indexing of products (it’s woocommerce website with 0 blog posts only products).

    Stack Details: Ubuntu/20.04, nginx/1.18.0, Php-fpm/8.0, PhpRedis/v5.3.4, Predis/1.1.7-dev, Redis/5.0.7, WordPress/5.8.1 and Woocommerce/5.6.0

    Please help me with fix for this.

    Regards
    Pratyaksh

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I believe that php 8 is the problem. This plugin doesn’t work with php 8. I’m having this exact same problem when going to indexing options.

    Just edit the Admin.php file, locate function ‘supportedLanguages’ and add ‘static’ to it. So result should be:

    public static function supportedLanguages() {
    ….
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Indexing is giving error’ is closed to new replies.