aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjsewell@560d759be38e126eba7f1c40503adf786fa28229 <jsewell@web>2019-04-29 10:19:12 -0400
committeradmin <admin@branchable.com>2019-04-29 10:19:12 -0400
commit01563a8fe11223c8b20f22c853d5e1ad1cab05ab (patch)
treebf100037fdd2359a9872421c382b77bb8c9f2816 /doc
parent6033b62dcc254add7293011f16e52020454e7234 (diff)
downloadikiwiki-01563a8fe11223c8b20f22c853d5e1ad1cab05ab.tar
ikiwiki-01563a8fe11223c8b20f22c853d5e1ad1cab05ab.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/__39__search__39___plugin_causes_Error:_Exception:_Db_block_overwritten_-_are_there_multiple_writers__63__.mdwn19
1 files changed, 19 insertions, 0 deletions
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.