]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
bug
authorJoey Hess <joeyh@joeyh.name>
Wed, 26 Aug 2015 16:34:45 +0000 (09:34 -0700)
committerJoey Hess <joeyh@joeyh.name>
Wed, 26 Aug 2015 16:34:45 +0000 (09:34 -0700)
doc/bugs/po_plugin_config_crasher.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/po_plugin_config_crasher.mdwn b/doc/bugs/po_plugin_config_crasher.mdwn
new file mode 100644 (file)
index 0000000..a0014a3
--- /dev/null
@@ -0,0 +1,11 @@
+Saw a site using the po plugin crash with:
+
+       syntax error in pagespec "\"page(./tips/*)"
+
+I suspect the relevant configuration is this:
+
+       po_translatable_pages: /index or /hugo or /hugo/keys or /about or /archive or /tips
+         or /talks or /imprint or /copyright or /blog or /posts  or /law or /quotes or /quotes/*
+
+Config problems in ikiwiki.setup should really not cause the whole site
+build to crash; this can make it hard to recover. --[[Joey]]