I am relatively new to CGI scripts, I have installed
other scripts sucessfully, however I have been having
some difficulty with the Web Eval script. I was
wondering if anyone out there may be able to assist
me? Thanks,
If you are getting that error, it probably means that you
are calling the perl script directly. Instead it needs to
be called from an HTML page with the appropriate CGI
variables (ie 'name/value pairs'). The included sample HTML
files are a good start. 'index.html' is the first.
Let me know if this doesn't make sense or is not your problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=143553
Are you still having trouble? If you describe your problem,
maybe we can help.
Logged In: NO
I am having trouble too. I have also installed many cgi scripts
but cannot get thins one to work.
The message I get after accessing the url for the
student_eval.cgi is as follows:
"Sorry: name/value pairs needed. Please try again."
Logged In: YES
user_id=679482
I am having problems also. I get the message as follows:
Sorry: name/value pairs needed. Please try again.
Anyone have ideas?
Logged In: YES
user_id=143553
If you are getting that error, it probably means that you
are calling the perl script directly. Instead it needs to
be called from an HTML page with the appropriate CGI
variables (ie 'name/value pairs'). The included sample HTML
files are a good start. 'index.html' is the first.
Let me know if this doesn't make sense or is not your problem.