summaryrefslogtreecommitdiff
path: root/doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn
diff options
context:
space:
mode:
authorhttp://www.tychoish.com/ <http://www.tychoish.com/@web>2009-03-30 17:25:43 -0400
committerJoey Hess <joey@kitenet.net>2009-03-30 17:25:43 -0400
commit790b4ecbe80e2d362b63be74316c151e3e29fb59 (patch)
tree83a4baed0b85f239ad49df7c7d6ef4ec94abf936 /doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn
parent7bbe9cf94d75b52fe979d87e4e3951514dbd1b76 (diff)
cgi issue
Diffstat (limited to 'doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn')
-rw-r--r--doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn43
1 files changed, 43 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
new file mode 100644
index 000000000..d86de048f
--- /dev/null
+++ b/doc/bugs/CGI__44___formbuilder__44___non-existent_field_address.mdwn
@@ -0,0 +1,43 @@
+Error received when clicking on the "edit" link:
+
+> `Error: [CGI::FormBuilder::AUTOLOAD] Fatal: Attempt to address
+> non-existent field 'text' by name at
+> /home/tealart/bin/share/perl/5.8.4/IkiWiki/CGI.pm line 112`
+
+Error received when following a "Create New Page" (eg. ?) link:
+
+> `Error: [CGI::FormBuilder::AUTOLOAD] Fatal: Attempt to address
+> non-existent field 'param' by name at
+> /home/tealart/bin/share/perl/5.8.4/IkiWiki/Plugin/editpage.pm line 122`
+
+I could probably find several other flavors of this error if I went
+looking, but I trust you get the idea.
+
+The CGI starts to render (this isn't the "you forgot to set the
+permissions/turn on the CGI" error) and then fails.
+
+Further details:
+
+- Running on shared hosting (dreamhost; but everything compiles,
+ dependencies installed, the site generates perfectly, other CGIs
+ work, the file permissions work).
+
+- It's running perl 5.8.4, but I did upgrade gettext to 0.17
+
+- the server is running gcc v3.3.5 (at this point, this is the main
+ difference between the working system and my box.)
+
+- I've removed the locale declarations from both the config file and
+ the environment variable.
+
+- I've also modified the page template and have my templates in a non
+ standard location. The wiki compiles fine, with the template, but
+ might this be an issue? The CGI script doesn't (seem) to load under
+ the new template, but I'm not sure how to address this issue.
+
+- All of the required/suggested module dependencies are installed
+ (finally) to the latest version including (relevantly)
+ CGI::FormBuilder 3.0501.
+
+- 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?