aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Problems_using_cygwin.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-10-06 20:17:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-10-06 20:17:52 +0000
commita8bff3fb13cdc129523bb1622753dcf73d185fc8 (patch)
tree233f08a0aee0cb2390e64e60c4cc5249e373e0fe /doc/bugs/Problems_using_cygwin.mdwn
parent16cbcf086bd80ed6872db8e5d6ac8b5716abcbb3 (diff)
downloadikiwiki-a8bff3fb13cdc129523bb1622753dcf73d185fc8.tar
ikiwiki-a8bff3fb13cdc129523bb1622753dcf73d185fc8.tar.gz
web commit by SteveRobbins
Diffstat (limited to 'doc/bugs/Problems_using_cygwin.mdwn')
-rw-r--r--doc/bugs/Problems_using_cygwin.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/Problems_using_cygwin.mdwn b/doc/bugs/Problems_using_cygwin.mdwn
new file mode 100644
index 000000000..95095082c
--- /dev/null
+++ b/doc/bugs/Problems_using_cygwin.mdwn
@@ -0,0 +1,15 @@
+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
+
+<pre>
+==> /var/log/apache2/access_log <==
+192.168.0.125 - - [06/Oct/2006:15:12:05 -0500] "GET /cgi-bin/ikiwiki.cgi?page=index&do=edit HTTP/1.1" 500 666
+
+==> /var/log/apache2/error_log <==
+[Fri Oct 06 15:12:07 2006] [error] [client 192.168.0.125] HTML::Template::param() : attempt to set parameter 'form-submit' with an array ref - parameter is not a TMPL_LOOP! at /usr/lib/perl5/site_perl/5.8/CGI/FormBuilder.pm line 1415, referer: http://imrisws36/wiki/
+[Fri Oct 06 15:12:07 2006] [error] [client 192.168.0.125] Premature end of script headers: ikiwiki.cgi, referer: http://imrisws36/wiki/
+</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