I once had that problem, check the wikiconfig.py of your wiki instance and see the line where it says:<br><br>data_dir = './data/'<br><br>and change it to:<br><br>data_dir = '../data/'<br> <br>or even better like the recommendation says use<br>
<br>data_dir = '/path/to/mywiki/data/'<br><br>Same could happen with the data_underlay_dir configuration.<br><br>-- <br>Jose Pablo Carballo<br>