]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/possibly_po_related_error.mdwn
Fix python proxy to not crash when fed unicode data in getstate and setstate.
[ikiwiki.git] / doc / bugs / possibly_po_related_error.mdwn
1 A site got stuck like this:
2
3 <pre>
4 /home/b-fusioninventory/public_html/documentation/index.es.html independently created, not overwriting with version from documentation.es
5 </pre>
6
7 I tried rebuilding it, and the rebuild failed like this:
8
9 <pre>
10 building recentchanges/change_ef4b9f92821335d96732c4b2c93ed96bc84c2f0d._change, which depends on templates/page.tmpl
11 removing recentchanges/change_9ca1de878ea654566ce4a8a031d1ad8ed135ea1c/index.html, no longer built by recentchanges/change_9ca1de878ea654566ce4a8a031d1ad8ed135ea1c
12 internal error: recentchanges/change_9ca1de878ea654566ce4a8a031d1ad8ed135ea1c._change cannot be found in /home/b-fusioninventory/source or underlay
13 </pre>
14
15 This internal error seems like the root cause of the original failure.
16 ikiwiki crashed and did not record that it wrote the index.es.html file.
17
18 Deleting the indexdb and rebuilding cleaned up the problem.
19
20 This needs more investigation. --[[Joey]]