X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fbugs%2FCGI__44___formbuilder__44___non-existent_field_address.mdwn;h=ef74deb91f7418dbd0ed605c04567d1591f5b9da;hb=5bd543c89f8936592d32c3df572962d1442a30da;hp=d86de048f5a2bef7293ca1f28973aacd08e4a29f;hpb=790b4ecbe80e2d362b63be74316c151e3e29fb59;p=ikiwiki.git 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..ef74deb91 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,19 @@ 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]] + +> > nope, that command produces no output. :/ +> > +> > I considered downgrading CGI::FormBuilder but I saw evidence of previous versions being incompatible with ikiwiki so I decided against that. +> > +> > -- [[tychoish]]