]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Problems_using_cygwin.mdwn
response
[ikiwiki.git] / doc / bugs / Problems_using_cygwin.mdwn
index 95095082c5b329b8f0d3ef4cf9bd5dadc76ad389..0aedea552a38ed78b522e9b0ba7d76ce666c3f46 100644 (file)
@@ -1,6 +1,6 @@
 I'd like to run ikiwiki under cygwin.  I'm new to ikiwiki and have tried to follow the setup tutorial as best I could.  I got all the way up to step 7, but I can't get the CGI to run successfully (step 8).
 
-After editing ikiwiki.setup, and running "ikiwiki --setup", the CGI script is successfully created.  However, if I then click on "Edit Page" link, I see
+After editing ikiwiki.setup, and running "ikiwiki --setup", the CGI script is successfully created.  However, if I then click on "Edit Page" link, I see nothing in the browser and the following in the logs:
 
 <pre>
 ==> /var/log/apache2/access_log <==
@@ -12,4 +12,6 @@ After editing ikiwiki.setup, and running "ikiwiki --setup", the CGI script is su
 </pre>
 
 Can anyone decipher this for me?  I spent some time with cpan earlier today downloading the latest version I could find of prerequisite modules such as HTML::Template and CGI::FormBuilder.
\ No newline at end of file
+
+> It would help to know what version of CGI::FormBuilder you have. Mine
+> (3.03.01) does not seem to contain this error message. --[[Joey]]