Question
I want to import a Web with 80 Topics from another TWiki. The admin from the other TWiki has has renamed the data/URZWindows directory to data/URZWindows1 and makes a tar from. I on my side create a Web URZWindows and make a tar xf from the given archive and the do a mv data/URZWindows1/* data/URZWindows and then some small changes because I use
KoalaSkin.
Till now all works well but the "See diffs" function got permission problems for all the admin too. Any help what to do?
- TWiki version: TWiki 01-Feb-2003
- Perl version: perl-5.6.1-34.99.6
- Web server & version: apache-1.3.27-2
- Server OS: RedHat 7.3
- Web browser & version: Mozilla 1.2
- Client OS: RedHat 7.3
--
GuentherFischer - 17 Mar 2003
Answer
To set
$doRememberRemoteUser = "1";
was the key to solve my problems. The problem was not the imported web it was the authview of theis web. The view and other work without this configuration, but not the rdiff.
--
GuentherFischer - 17 Mar 2003