Item11699: FormPlugin don't work with FCGID

pencil
Priority: Normal
Current State: New
Released In: n/a
Target Release:
Applies To: Extension
Component: FormPlugin
Branches:
Reported By: RogerioBastos
Waiting For:
Last Change By: RogerioBastos
Hi,

I'm trying to use FormPlugin in a server with apache+fcgid. The forn below work fine when I run foswiki with CGI, but when I run with FCGID it works only at first time.

%STARTFORM{ name="newtask" action="edit" topic="TaskAUTOINC001" }%
  %FORMELEMENT{ name="formtemplate" type="hidden" value="%WEB%.TaskForm" }%
  %FORMELEMENT{ name="title" type="text" title="Title:" mandatory="on" }%
  %FORMELEMENT{ name="action" type="submit" buttonlabel="Submit" }%
%ENDFORM%

This is the apache log error:

==> /var/log/apache2/error.log <==
[Tue Mar 27 16:13:27 2012] [warn] [client 10.1.0.9] mod_fcgid: stderr: Can't call method "render" on an undefined value at /var/lib/foswiki/lib/Foswiki/Plugins/FormPlugin/Renderer/Html/FieldRenderer.pm line 45.
[Tue Mar 27 16:13:27 2012] [error] [client 10.1.0.9] malformed header from script. Bad header=HERE: foswiki.fcgi

-- RogerioBastos - 27 Mar 2012

 
Topic revision: r1 - 27 Mar 2012, RogerioBastos
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy