]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Disappearing_Pages.mdwn
web commit by http://getopenid.com/ptecza: * Add pointers to modified UTF7
[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]]
20 >>[The Wiki](http://www.lcsee.wvu.edu/~scotth/sysstaff.tar.gz) 
21 >> I think it has something to do with the plugin selection. --[[ScottHenson]]
22
23 >>> Ok, I built your wiki, and got no contentless pages here. I also
24 >>> didn't see the uninitialized value warning, which could be connected.
25 >>> However, I that uninitialized value come from an inline directive,
26 >>> and the wiki source doesn't seem to use inlining at all, so I'm confused
27 >>> about that. --[[Joey]]
28
29 >>>> Sorry, thats my fault.  The wiki that was having the problem had some 
30 >>>> information that I couldn't distribute.  So I reproduced the bug on 
31 >>>> another wiki and sent you that.  Those warnings don't seem to have any 
32 >>>> effect on the disappearing content.  Sorry for the confusion.  --[[ScottHenson]]
33
34 >>>> That's ok, but since I couldn't reproduce it with the data you sent,
35 >>>> I can't really fix it. --[[Joey]]
36
37 >>>>> Can you not reproduce the warning or not reproduce the disappearing 
38 >>>>> pages?  The warning does not seem to have anything to do with the 
39 >>>>> error of the disappearing pages.  --[[ScottHenson]]
40
41 >>>>>> I can't reproduce any disappearing text. --[[Joey]]