diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-06 17:44:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-06 17:44:14 +0000 |
commit | e8b41583718247119b8e8469f22c3ef7e8f48fb6 (patch) | |
tree | a3d0efd3936c70fe78a96fe85348f274598c2b5a /doc/index | |
parent | 926c04e844f231622cfe7d74701a878581125188 (diff) |
web commit by JeremyReed: followup on broken 2.6.1 -- needed CGI-FormBuilder update.
Diffstat (limited to 'doc/index')
-rw-r--r-- | doc/index/discussion.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 99f992772..23c49f968 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -150,6 +150,26 @@ Now ikiwiki is working for me again (but using 1.40). I shouldn't have tested on --JeremyReed +I am back. On a different system, I installed ikiwiki 2.6.1. Same problem -- blank CGI webpage. + +So I manually ran with: + + REQUEST_METHOD=GET QUERY_STRING='do=create&page=jcr' kiwiki.cgi + +And clearly saw the error: + + [IkiWiki::main] Fatal: Bad template engine CGI::FormBuilder::Template::div: Can't locate CGI/FormBuilder/Template/div.pm + +So I found my version was too old and 3.05 is the first to provide "Div" support. I upgraded my p5-CGI-FormBuilder to 3.0501. +And ikiwiki CGI started working for me. + +The Ikiwiki docs about this requirement got removed in Revision 4367. There should be a page that lists the requirements. +(I guess I could have used the debian/control file.) + +I am now using ikiwiki 2.6.1 on my testing system. + +--JeremyReed + ---- # Excellent - how do I translate a TWiki site? |