<div dir="ltr"><div><span style="font-size:13px">>>Were you using Python 2.7 on the old server?</span><br></div>On the old server the version is Python 2.4.3.<div><br><div><br></div><div><div>I have another problem with the authentication. In the old server I have basic authentication with Apache. On the new server I have just set everything but every time I try to access the following message appears:</div><div><br></div><div>[Errno 13] Permission denied: '/usr/share/moin/mywiki/data/user/1446106990.54.4364'</div><div><br></div><div>If you want to report a bug, Please save this page and attach it to your bug report.</div></div><div>----Apache config------</div><div><div><Directory "/usr/share/moin/mywiki"></div><div><span class="" style="white-space:pre">           </span>AuthType Basic</div><div>            <span class="" style="white-space:pre">   </span>AuthName "Access"</div><div>           <span class="" style="white-space:pre">       </span>AuthUserFile  "/var/www/passwd"</div><div>            <span class="" style="white-space:pre">       </span>Require valid-user</div><div>                Options FollowSymLinks</div><div>                AllowOverride None</div><div><span class="" style="white-space:pre">   </span></Directory></div></div><div>-----------</div><div>-----wikiconfig.py-----</div><div><div>from MoinMoin.auth import http</div><div>    auth = [http]</div><div>    user_autocreate = True</div></div><div>---------</div><div><br></div><div>Regards!</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-28 15:55 GMT+01:00 Paul Boddie <span dir="ltr"><<a href="mailto:paul@boddie.org.uk" target="_blank">paul@boddie.org.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wednesday 28. October <a href="tel:2015%2014.01.12" value="+12015140112">2015 14.01.12</a> Alex Vazquez wrote:<br>
> hi All<br>
><br>
> I'm migrating my moin wiki to a new server with the same version ( 1.5.7 )<br>
> I have two different wikis. A I can see the content perfectly . But<br>
> the second I get the following error: <a href="http://pasted.co/c0a1a349" rel="noreferrer" target="_blank">http://pasted.co/c0a1a349</a><br>
><br>
> Any idea how I can fix?<br>
<br>
</div></div>Were you using Python 2.7 on the old server?<br>
<br>
Meanwhile, the error looks as if it is related to ACLs, which might explain<br>
why one wiki doesn't produce the error but the other one does.<br>
<br>
Paul<br>
<br>
------------------------------------------------------------------------------<br>
_______________________________________________<br>
Moin-user mailing list<br>
<a href="mailto:Moin-user@lists.sourceforge.net">Moin-user@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/moin-user" rel="noreferrer" target="_blank">https://lists.sourceforge.net/lists/listinfo/moin-user</a><br>
</blockquote></div><br></div>