]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://joey.kitenet.net/ <http://joey.kitenet.net/@web>
Mon, 30 Mar 2009 21:55:37 +0000 (17:55 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 30 Mar 2009 21:55:37 +0000 (17:55 -0400)
doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn

index d86de048f5a2bef7293ca1f28973aacd08e4a29f..217a382edf60a6b9a94add88375f23967e43ffb9 100644 (file)
@@ -41,3 +41,13 @@ Further details:
 
 - I'm running ikiwiki v3.08. Did I mention that it works perfectly in
   nearly every other way that I've managed to test thusfar?
+
+----
+
+> I suspect that your perl is too old and is incompatible with the version of CGI::FormBuilder you have installed.
+> 
+> Is so, it seems likely that the same error message can be reproduced by running a simple command like this at the command line:
+> 
+>     perl -e 'use warnings; use strict; use CGI::FormBuilder; my $form=CGI::FormBuilder->new; $form->text("boo")'
+> 
+> --[[Joey]]