aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-08-26 09:34:45 -0700
committerJoey Hess <joeyh@joeyh.name>2015-08-26 09:34:45 -0700
commit2c0c4b8ee1984df27204efb810fd9c6eb8a14471 (patch)
treed835a00f4fe67c0c2295cc5187668456dba695d4
parent09916a90ed9f22212ac62078132fd2375ed0017f (diff)
downloadikiwiki-2c0c4b8ee1984df27204efb810fd9c6eb8a14471.tar
ikiwiki-2c0c4b8ee1984df27204efb810fd9c6eb8a14471.tar.gz
bug
-rw-r--r--doc/bugs/po_plugin_config_crasher.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/po_plugin_config_crasher.mdwn b/doc/bugs/po_plugin_config_crasher.mdwn
new file mode 100644
index 000000000..a0014a347
--- /dev/null
+++ b/doc/bugs/po_plugin_config_crasher.mdwn
@@ -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]]