
ross
Staff
/ Moderator

Aug 17, 2005, 3:19 PM
Post #2 of 2
(2645 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: http://www.interactivetools.com/consulting/
|