aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/orphans
diff options
context:
space:
mode:
authorhttp://yag.myopenid.com/ <http://yag.myopenid.com/@web>2008-10-09 18:50:04 -0400
committerJoey Hess <joey@kitenet.net>2008-10-09 18:50:04 -0400
commit8c46ca734aabb83dbace7241e004b2b5f42a90c5 (patch)
treea975f3c14e3469f1a585e94f908cd69fcdb07d6c /doc/plugins/orphans
parente3bdea01e7ac5acfed78512ee1fa917c97ff2a9a (diff)
downloadikiwiki-8c46ca734aabb83dbace7241e004b2b5f42a90c5.tar
ikiwiki-8c46ca734aabb83dbace7241e004b2b5f42a90c5.tar.gz
Diffstat (limited to 'doc/plugins/orphans')
-rw-r--r--doc/plugins/orphans/discussion.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/plugins/orphans/discussion.mdwn b/doc/plugins/orphans/discussion.mdwn
index 2b2532bfe..7956f52d8 100644
--- a/doc/plugins/orphans/discussion.mdwn
+++ b/doc/plugins/orphans/discussion.mdwn
@@ -9,3 +9,12 @@ In my wiki, the page "realname" shows up as an orphan although it's being linked
> reason to use other link mechanisms provided by eg, markdown for internal
> links in the wiki (indeed, using them is likely to cause broken links
> when doing things like inlining or renaming pages). --[[Joey]]
+
+
+The orphans plugin fails with an error when it has to deal with a page that contains '+' characters as part of the filename. Apparently the code uses regular expressions and forgets to quote that string at some cruicial point. The error message I see is:
+
+ \[[!orphans Error: Nested quantifiers in regex;
+ marked by <-- HERE in m/^(c++ <-- HERE |)$/ at
+ /usr/lib/perl5/vendor_perl/5.8.8/IkiWiki/Plugin/orphans.pm line 43.]]
+
+--Peter