---
title: "Humhub : runtime/searchdb/segments… is not readable."
url: https://www.cyber-neurones.org/2020/12/humhub-runtime-searchdb-segments-is-not-readable/
date: 2020-12-04
modified: 2020-12-04
author: "Frederic"
description: "How to fix the issue ? It's just necessary to rebuild index : root@my:~# /usr/bin/php /var/www/humhub/protected/yii search/rebuild Rebuild search index: ..........OK ! root@my:~# /usr/bin/php /var/www/humhub/protected/yii queue/run root@my:~# /usr/bin/php /var/www/humhub/protected/yii cron/run..."
categories:
  - "Réseaux Sociaux"
tags:
  - "humhub"
word_count: 31
---

# Humhub : runtime/searchdb/segments… is not readable.

How to fix the issue ?

It's just necessary to rebuild index :
root@my:~# **/usr/bin/php /var/www/humhub/protected/yii search/rebuild**
Rebuild search index: ..........OK !
root@my:~# **/usr/bin/php /var/www/humhub/protected/yii queue/run**
root@my:~# **/usr/bin/php /var/www/humhub/protected/yii cron/run **

Frédéric.