From 01563a8fe11223c8b20f22c853d5e1ad1cab05ab Mon Sep 17 00:00:00 2001 From: "jsewell@560d759be38e126eba7f1c40503adf786fa28229" Date: Mon, 29 Apr 2019 10:19:12 -0400 Subject: --- ...verwritten_-_are_there_multiple_writers__63__.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/__39__search__39___plugin_causes_Error:_Exception:_Db_block_overwritten_-_are_there_multiple_writers__63__.mdwn (limited to 'doc') 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. -- cgit v1.2.3