Plugin development : form action not working
Hi,
I am trying to develop a plugin. I have created a cgi script to show a form. But on submitting, the action is not working. Getting the following error.
No response from subprocess: The subprocess exited with status 2 (ENOENT).
This is my form.
print "Content-type: text/html\r\n\r\n";
print <
\n
EOF
1;
Please help me to solve this issue.
Thanks
-
Hello, To clarify, does this CGI script work well when it's installed as a standalone script on an account? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment