]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/edits_not_showing_up_in_compiled_pages.mdwn
* Fix mercurial historyurl in example setup file.
[ikiwiki.git] / doc / bugs / edits_not_showing_up_in_compiled_pages.mdwn
1 I edited some pages on the ikiwiki ikiwiki ([[/shortcuts]] and
2 [[/ikiwikiusers]]).  The edits show up in RecentChanges and History, but not
3 in the compiled pages.  --[[JoshTriplett]]
4
5 Well, I seem to have fixed this now (crossed fingers) --[[Joey]]
6
7 Looks fixed.  Out of curiosity, what caused the problem? --[[JoshTriplett]]
8
9 Looks like a build died halfway through, so it was stumbling over rendered
10 html pages that it didn't have record of. I don't know what build failed
11 exactly. --[[Joey]]
12
13 >> Has this just happened again? [[todo/datearchives-plugin]] is now exhibiting the same symptoms -- it's in the repository and RecentChanges, but the actual page is 404. --Ben
14
15 >>> Yes, it seems to have happened again. Added debugging to track it
16 >>> down next time it occurs. It seems to be happening when you add things
17 >>> to patchqueue. --[[Joey]]
18
19 >>> Got it, it seems that htperestradier was dying and this was killing
20 >>> ikiwiki before it could save state filed && [[bugs/done]], for real this time. --[[Joey]]