X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fbugs%2Fedits_not_showing_up_in_compiled_pages.mdwn;h=9f1e89397ac8347de30f0b446656ce9b43f4b92d;hb=HEAD;hp=3a64d4f87062c36a6f3a9ef526c449bb3bf2b9c2;hpb=75fca7bb11a1b80f7ba594ed28708abd78678b06;p=ikiwiki.git diff --git a/doc/bugs/edits_not_showing_up_in_compiled_pages.mdwn b/doc/bugs/edits_not_showing_up_in_compiled_pages.mdwn index 3a64d4f87..9f1e89397 100644 --- a/doc/bugs/edits_not_showing_up_in_compiled_pages.mdwn +++ b/doc/bugs/edits_not_showing_up_in_compiled_pages.mdwn @@ -2,4 +2,19 @@ I edited some pages on the ikiwiki ikiwiki ([[/shortcuts]] and [[/ikiwikiusers]]). The edits show up in RecentChanges and History, but not in the compiled pages. --[[JoshTriplett]] -Well, I seem to have fixed this now (crossed fingers) [[bugs/done]] --[[Joey]] \ No newline at end of file +Well, I seem to have fixed this now (crossed fingers) --[[Joey]] + +Looks fixed. Out of curiosity, what caused the problem? --[[JoshTriplett]] + +Looks like a build died halfway through, so it was stumbling over rendered +html pages that it didn't have record of. I don't know what build failed +exactly. --[[Joey]] + +>> 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 + +>>> Yes, it seems to have happened again. Added debugging to track it +>>> down next time it occurs. It seems to be happening when you add things +>>> to patchqueue. --[[Joey]] + +>>> Got it, it seems that htperestradier was dying and this was killing +>>> ikiwiki before it could save state filed && [[bugs/done]], for real this time. --[[Joey]]