Question
I just installed the
TWikiMiniWebServer and added the
HobbesSkin (and nothing else). I see that most things work fine, but when I edit and then save a page, I don't return to the
view mode. I only see a blank browser window with the
save URL remaining in the address line. The changes are saved all right, so if I replace
save with
view at this time, I see the updated page.
What do I need to change so that I don't get stuck on
save?
Environment
--
TorbenGB - 05 Nov 2003
Answer
The save script redirects at the end to the view script. Just guessing here, may be some issues with the redirect?
--
PeterThoeny - 05 Nov 2003
Oh... sorry to be so late

Yes, the
RCS features are not working, I would like to use Rcslite but I have some problems with date conversion in TWiki.pm (revDate2EpSecs) because date seems to be in YEAR/MONTH/DAY or YEAR/DAY/MONTH style. I have to look more in details after... or Peter maybe know if rcslite should still work fine ?
Ok, this is not the biggest problem, the bug of blank page is due to the bad way I have detected the HTTP redirect and the fact that
SessionPlugin use a redirect not coded exactly in the same way TWiki does. But anyway, my code is bad, here is the patch :
Fix redirect error patch. This patch make things better but I am still looking for a nice PERL regex to extract HTTP header ... any idea ? (extract lines up to two empty lines).
--
PatrickNomblot - 09 Dec 2003
Can you please provide some more detailed information about the
RcsLite date problems?
--
JohnTalintyre - 09 Dec 2003