Re: [Tiki-devel] Server errors on dev.tiki.org

Volker Wysk <post-hhF2Jplw28UoZk/[email protected]> Wed, 11 Oct 2023 11:41:12 +0200
Newsgroups gmane.comp.cms.tiki.devel
Message-ID <[email protected]>
Am Mittwoch, dem 11.10.2023 um 11:18 +0200 schrieb Volker Wysk:
> Hi.
> 
> The following two errors appeared when I tried to post a comment to my bug
> report:
> 
> Indexing failed while processing "11081" (type comment) with the error
> "Error connecting to Manticore service: SQLSTATE[HY000] [2002] Connection
> refused"
> 
> The search index could not be updated. The site is misconfigured. Contact an
> administrator.
> SQLSTATE[HY000]: General error: 2006 MySQL server has gone away 

Hmm... On second look, this looks like the problem which I've had with my
manticore installation. It will likely be repaired with these two commands:

sudo systemctl enable manticore
sudo systemctl start manticore

Cheers,
Volker