From: jsewell@560d759be38e126eba7f1c40503adf786fa28229 Date: Mon, 29 Apr 2019 14:19:12 +0000 (-0400) Subject: (no commit message) X-Git-Tag: 3.20200202.3~73 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/01563a8fe11223c8b20f22c853d5e1ad1cab05ab --- diff --git a/doc/bugs/__39__search__39___plugin_causes_Error:_Exception:_Db_block_overwritten_-_are_there_multiple_writers__63__.mdwn b/doc/bugs/__39__search__39___plugin_causes_Error:_Exception:_Db_block_overwritten_-_are_there_multiple_writers__63__.mdwn new file mode 100644 index 000000000..3cb5d53f6 --- /dev/null +++ b/doc/bugs/__39__search__39___plugin_causes_Error:_Exception:_Db_block_overwritten_-_are_there_multiple_writers__63__.mdwn @@ -0,0 +1,19 @@ +When the `search` plugin is enabled, with the options: + +``` +# search plugin +# path to the omega cgi program +omega_cgi: /usr/lib/cgi-bin/omega/omega +# use google site search rather than internal xapian index? +google_search: 0 +``` + +Then we see the following error when editing a page from the web browser UI or running `ikiwiki --rebuild`: + +``` +Error: Exception: Db block overwritten - are there multiple writers? +``` + +The issue goes away when we disable the 'search' plugin. + +We're running ikiwiki version 3.20180228-1.