 |

RokkerJoey
New User
Aug 16, 2005, 8:42 PM
Post #1 of 2
(1743 views)
Shortcut
|
|
signup.cgi probs...
|
Can't Post
|
|
i've just followed all the directions sent with the signup.cgi files and made sure the permissions were set correctly. the signup page shows up fine but won't create an account - an error page appears that says: CGIWrap Error.. Execution of (/home/.sites/137/site42/web/signup.cgi) is not permitted for the following reason: Script file not found. Anybody got any ideas? I've got it set up @ www.parknsellit.com/listman/exec/signup.cgi Thanks, -Joey
|
|
|  |
 |

ross
Staff
/ Moderator

Aug 17, 2005, 3:19 PM
Post #2 of 2
(1733 views)
Shortcut
|
|
Re: [RokkerJoey] signup.cgi probs...
[In reply to]
|
Can't Post
|
|
Hi Joey. Thanks for posting and welcome to the board! It actually looks like this error message is the result of a slight pathing problem. Take a look at the <form> tag on your _signup.html template. You’ll notice that there is a “../../../” in the action attribute. This is making the form try to find search.cgi in your web root which isn’t going to work, What you’ll want to do is just remove the “../../../” from that attribute so your whole form tag looks like this:
<form method=post action="signup.cgi"> Could you give that a shot and let me know how you make out? I look forward to hearing from you . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 | |  |
|