Page 1 of 1

Search times out

Posted: Fri Mar 20, 2020 8:02 am
by cmloegcmluin
The "Search..." bar on the forum doesn't work for me; it always times out.

If it is of help to anyone else, I've found that I can use my browser's omnibar as an alternative: simply typing "forum.sagittal.org: thing i was searching for" there works.

Re: Search times out

Posted: Fri Mar 20, 2020 6:42 pm
by Dave Keenan
Thanks for that. Fixed now.

I had noticed it too, and tried rebuilding the index, to no avail. Searching the PHP help forum told me that the likely culprit was: failing to install and enable the optional "mbstring" extension when I upgraded PHP to version 7.4 recently. I fixed it by logging into the server as root and issuing the following commands:

apt-get install php7.4-mbstring
service apache2 restart

Re: Search times out

Posted: Sat Mar 21, 2020 1:18 am
by cmloegcmluin
Oh, great, thanks! Indeed, search works great now. I'm glad it was fixable. Thanks for documenting the solution, too.