aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn
diff options
context:
space:
mode:
authorhttp://zwol.livejournal.com/ <http://zwol.livejournal.com/@web>2010-05-04 17:09:27 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-05-04 17:09:27 +0000
commit35bd43aea3e6694cb474fc2e784113194c6865ba (patch)
treed04ab6c47dc0d4571d5bcdcb79073e78792f8887 /doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn
parent28db9e38f78157edaefdc776913c8d85bc08ea6a (diff)
downloadikiwiki-35bd43aea3e6694cb474fc2e784113194c6865ba.tar
ikiwiki-35bd43aea3e6694cb474fc2e784113194c6865ba.tar.gz
Diffstat (limited to 'doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn')
-rw-r--r--doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn b/doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn
new file mode 100644
index 000000000..bbf8c7cd7
--- /dev/null
+++ b/doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn
@@ -0,0 +1,17 @@
+I'm getting this error message when I refresh my wiki:
+
+ $ hg commit -u me -m "Minor corrections"
+ refreshing wiki..
+ scanning htmletc/moco-conf-rooms.mdwn
+ building htmletc/moco-conf-rooms.mdwn
+ Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/5.8.9/Text/Typography.pm line 542.
+ building sidebar.mdwn, which depends on htmletc/moco-conf-rooms
+ building contact.mdwn, which depends on sidebar
+ building 500.mdwn, which depends on sidebar
+ Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/5.8.9/Text/Typography.pm line 542.
+ building ceramics.mdwn, which depends on sidebar
+ building glossary.mdwn, which depends on sidebar
+ syntax error in pagespec "internal(glossary/comment_*)"
+ warning: post-commit hook exited with status 2
+
+But there is no error if I use `ikiwiki --rebuild` to regenerate the whole thing.