aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/po_plugin_config_crasher.mdwn
blob: a0014a347f46fdcd496f166414a543499ec612bb (plain)
1
2
3
4
5
6
7
8
9
10
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]]