ikiwiki/doc/bugs/edits_not_showing_up_in_com...

21 lines
1016 B
Plaintext
Raw Normal View History

2007-02-19 06:40:38 +01:00
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]]
2007-02-19 19:05:29 +01:00
2007-02-20 04:03:51 +01:00
Well, I seem to have fixed this now (crossed fingers) --[[Joey]]
2007-02-19 21:08:27 +01:00
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]]
2007-02-20 02:56:22 +01:00
>> 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
2007-02-20 04:03:51 +01:00
>>> 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]]