Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-08-2004, 03:41 PM
WebProWorld New Member
 

Join Date: Mar 2004
Location: Richmond, VA USA
Posts: 8
Kyndra RepRank 0
Default HTML form Help

http://www.gardeninggirl.com/Registration_Form.html

I have been over and over the code and I can't find my mistake. Anybody out there with sharper eyes?
I am getting an internal server error.

Thanks

Kyndra
__________________
Kyndra
http://www.gardeninggirl.com
Reply With Quote
  #2 (permalink)  
Old 04-09-2004, 10:15 AM
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Toronto, Canada
Posts: 2,193
cyanide RepRank 0
Default

Well, there's no real way to tell what the problem is just by looking at the page. The internal server error is pretty common and one of the worst as it doesn't give any hints.

However, this is a perl script, so the firt thing I would check is the first line, and that it's pointing to your proper Perl directory.

Why don't you post the script, so we can see the code?
__________________
|
Web Hosting Guru
| Need Help For Your Forum?
Reply With Quote
  #3 (permalink)  
Old 04-09-2004, 11:15 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default

Hi Kyndra,

One thing I did notice with my 'sharp eyes' was that you're setting form properties around each and every one of your form fields. You only need to do this once at the start of your form. For example:
<form action="http://networkingpages.com/cgi-sys/FormMail-clone.cgi" method="post">
<input name="..." type="text">
<input name="..." type="hidden">
<select>
<option>
</option>
</select>
etc, etc
</form>


But do as cyanide suggests, if you can post the code (or some of it) here then that will help. Also, are you sure you have permission to use that script? is it provided by your hosting firm?

Paul
Reply With Quote
  #4 (permalink)  
Old 04-10-2004, 01:04 AM
Deep13's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: India
Posts: 306
Deep13 RepRank 0
Default

it can be CHMOD problem also..
but like other said..code should be displayed here..

regards
Deep
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0