Dear all

Unfortunately the bug is still not fixed for me.

Line 792 of Twiki.pm now states:

  sysopen(F, ">$passthruFilename", O_RDWR|O_EXCL|O_CREAT, 0644) || die
"{TempfileDir} cache not writable $!";

which is still not correct, since it produces the following errors in warn200809.log

{TempfileDir} cache not writable No such file or directory at /usr/share/perl/5.8/CGI/Carp.pm line 314.
 at /usr/share/perl/5.8/CGI/Carp.pm line 314
   CGI::Carp::realdie('{TempfileDir} cache not writable No such file or
     directory') called at /usr/share/perl/5.8/CGI/Carp.pm line 385
   CGI::Carp::die('{TempfileDir} cache not writable No such file or
     directory') called at /usr/share/perl5/TWiki.pm line 792
   TWiki::cacheQuery('TWiki=HASH(0x814f63c)') called at
     /usr/share/perl5/TWiki.pm line 732
   TWiki::redirect('TWiki=HASH(0x814f63c)', '/', 1) called at
     /usr/share/perl5/TWiki/Client/TemplateLogin.pm line 140
TWiki::Client::TemplateLogin::login('TWiki::Client::TemplateLogin=HASH(0x88f18c0)',
     'CGI=HASH(0x814eb44)', 'TWiki=HASH(0x814f63c)') called at
     /usr/lib/cgi-bin/twiki/login line 37
   main::logon('TWiki=HASH(0x814f63c)') called at
     /usr/share/perl5/TWiki/UI.pm line 159
   TWiki::UI::__ANON__() called at /usr/share/perl5/Error.pm line 380
   eval {...} called at /usr/share/perl5/Error.pm line 372
   Error::subs::try('CODE(0x814ed30)', 'HASH(0x8dad770)') called at
     /usr/share/perl5/TWiki/UI.pm line 199
   TWiki::UI::run('CODE(0x814f654)') called


If I change the line according to the original report (as in the upstream TWiki 4.2) it does however work for me. Could you therefore please update the code?

Cheers, Holger



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to