]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Disappearing_Pages.mdwn
63570e9460fb190c170fd0f289872207aeaee085
[ikiwiki.git] / doc / bugs / Disappearing_Pages.mdwn
1 #Disappearing Pages
2
3 I have a problem where pages within the rendered wiki become empty.  The
4 headers, footers, and sidepanel are there, but the body is completely
5 missing.  If I do a webedit and change anything (adding whitespace is
6 enough) and commiting the change updates the page and the body appears.  If
7 I then do a rebuild of the wiki from the command line, I get the blank
8 pages again.  I have debug turned up but I don't see anything that makes me
9 suspect anything.  When I do a rebuild from the command line I get the
10 following warning.
11
12 >Use of uninitialized value in substitution (s///) at /usr/share/perl5/IkiWiki/Plugin/inline.pm line 234.
13
14 The odd thing is that I have 5 other wikis on this same system and none of
15 them seem to be experiencing the same problems.  The only difference seems
16 to be the use of sidebars and google calendar in the affected wiki.  
17
18 > Could you post a tarball of the wiki and any setup file you use somewhere
19 > so I can try to reproduce your problem? --[[Joey]]