SID-00467: getFormDef function is not defined in Form.pm
| Status: |
Unanswered |
TWiki version: |
4.2.0 |
Perl version: |
ActivePerl-5.8.8.822-MSWin32-x86-280952.msi |
| Category: |
CategoryForms |
Server OS: |
Windows XP |
Last update: |
16 years ago |
Hi Twiki Developers and users,
I am trying to build tables using pre-existing form templates as per the instructions given in
http://twiki.org/cgi-bin/view/Codev/SimpleTableEntryUsingForms
.
To do this, I did the below things.
First downloaded
SimpleTableEntryUsingForms20040902.tar and then
1.Copied
editnewTable.tmpl and editTable.tmpl templates into TWiki\templates folder.
2.Copied
editable and uploadTable bin scripts into \TWiki\bin folder.
3.Copied
TablePlugin.pm plugin into \TWiki\lib\TWiki\Plugins folder.
4.
Meta.pm file copied into \TWiki\lib folder.
Then when I try to use the below code it is not working. (I have defined the form template in
TaskDetails topic and enabled. )
%TABLE{template="TaskDetails" tablename="Task1" topic="%TOPIC%" action="on"}%
Instead I am getting the following error message:
"Undefined subroutine &TWiki::Form::getFormDef called"
When I checked in Form.pm, getFormDef function is not defined.
Please tell me how to rectify this error? Let me know if any other information is needed.
--
RajeshKannan - 2009-08-08
Discussion and Answer
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2009-10-02
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.