unopim/unopim · error

ELASTICSEARCH IS NOT ENABLED.

Error message

ELASTICSEARCH IS NOT ENABLED.

What it means

Error "ELASTICSEARCH IS NOT ENABLED." thrown in unopim/unopim.

Source

Thrown at packages/Webkul/ElasticSearch/src/Console/Command/Reindexer.php:76

                            'warning' => $e->getMessage(),
                        ]);
                    } else {
                        Log::channel('elasticsearch')->error('Exception while clearing '.$categoryIndex.' index: ', [
                            'error' => $e->getMessage(),
                        ]);

                        throw $e;
                    }
                }

                $end = microtime(true);

                $this->info('The operation took '.round($end - $start, 4).' seconds to complete.');
            } else {
                $this->info('Action canceled.');
            }
        } else {
            $this->warn('ELASTICSEARCH IS NOT ENABLED.');

            Log::channel('elasticsearch')->warning('ELASTICSEARCH IS NOT ENABLED.');
        }
    }
}

View on GitHub (pinned to c27a402253)

When it happens

Trigger: Thrown at packages/Webkul/ElasticSearch/src/Console/Command/Reindexer.php:76 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of unopim/unopim@c27a402253 (2026-08-21). Data as JSON: /api/errors/11592c2eb3990058. Report an issue: GitHub.