diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-12 21:38:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-12 21:38:36 +0000 |
commit | 3ffc189c5474855d06efb277cc17aa9d663cbbd8 (patch) | |
tree | 6e24639dc0c9366ac85f96fe6bbd3acd8ce8b5fe | |
parent | e0c387c8d048107edf9549d0f353d23d313620b7 (diff) |
web commit by SteveRobbins
-rw-r--r-- | doc/bugs/Problems_using_cygwin.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/bugs/Problems_using_cygwin.mdwn b/doc/bugs/Problems_using_cygwin.mdwn index fca14f112..705f02b5d 100644 --- a/doc/bugs/Problems_using_cygwin.mdwn +++ b/doc/bugs/Problems_using_cygwin.mdwn @@ -19,7 +19,18 @@ Can anyone decipher this for me? I spent some time with cpan earlier today down I have version 3.0401 of CGI::FormBuilder -- the latest from CPAN. If you are wondering about any other modules, the answer is likely the same: the latest from CPAN. And you're right: the error string in question does not appear in CGI::FormBuilder. I found it in HTML::Template (version 2.8). -OK, so downgrading CGI::FormBuilder to 3.0302 makes the problem go away. I'll leave it to you to figure out whether the bug is in CGI::FormBuilder or in IkiWiki. --[[Steve]] +OK, so downgrading CGI::FormBuilder to 3.0302 makes the problem go away. I'll leave it to you to figure out whether the bug is in CGI::FormBuilder or in IkiWiki. --Steve +----- + +A different problem has reared its ugly head. When I click on "RecentChanges", the CGI complains about an undefined subroutine: + +<pre> +==> apache2/error_log <== +[Thu Oct 12 16:20:52 2006] [error] [client 192.168.0.125] Undefined subroutine &IkiWiki::XMLin called at /usr/lib/perl5/site_perl/5.8/IkiWiki/Rcs/svn.pm line 143., referer: http://imrisws36/wiki/index.html?updated +[Thu Oct 12 16:20:52 2006] [error] [client 192.168.0.125] Premature end of script headers: ikiwiki.cgi, referer: http://imrisws36/wiki/index.html?updated +</pre> + +Indeed there is no such routine IkiWiki::XMLin(). I don't understand how this can possibly work -- as it manifestly does on linux. |