]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/po_plugin_config_change_can_lead_to_refresh_bugs.mdwn
Change Projects link to point to projects DB
[ikiwiki.git] / doc / bugs / po_plugin_config_change_can_lead_to_refresh_bugs.mdwn
1 I have here a site that uses the po plugin, and recently had this change
2 committed to its setup:
3
4 <pre>
5  po_slave_languages:
6  - de|Deutsch
7  - fr|Français
8 -- ja|日本語
9 -- tr|Türkçe
10 </pre>
11
12 The change was made by the web UI, so it must have involved a site rebuild
13 at the time, as that configuration item has `rebuild => 1`.
14
15 Some days after that config change, a push caused ikiwiki refresh to fail:
16
17     remote: /home/b-udm/public_html/Discussion/index.ja.html independently created, not overwriting with version from Discussion.ja
18
19 Rebuilding the wiki cleared that up, but it seems that po plugin config
20 changes can lead to follow-on problems of this sort.
21
22 The site still has a `source/index.ja.po`. And it has
23 `public_html/index.ja.html`, as well as `public_html/index.ja/index.html`.
24
25 --[[Joey]]