aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://joey.kitenet.net/ <http://joey.kitenet.net/@web>2009-03-30 17:55:37 -0400
committerJoey Hess <joey@kitenet.net>2009-03-30 17:55:37 -0400
commit28803a493d62c0fde72a87bedc24a69329f00d1a (patch)
tree890476934045b567ea1834e3f1e6d00609296787
parent790b4ecbe80e2d362b63be74316c151e3e29fb59 (diff)
downloadikiwiki-28803a493d62c0fde72a87bedc24a69329f00d1a.tar
ikiwiki-28803a493d62c0fde72a87bedc24a69329f00d1a.tar.gz
-rw-r--r--doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn b/doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn
index d86de048f..217a382ed 100644
--- a/doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn
+++ b/doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn
@@ -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]]