500 error due to Form Action

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
listhope
Forum Newbie
Posts: 2
Joined: Sun Dec 14, 2008 1:50 pm

500 error due to Form Action

Post by listhope »

Hi,

Sorry if this is in the wrong section or if this topic has been covered before, but I was unable to find help tailored to this specific question. I run a site http://www.listfullofhope.com and last night for some reason whenever I tried to post an add or reply to an add I received a 500 internal sever error. I was told by my hosting company that something was wrong with my form action line yet I can not figure out what exactly is wrong. Below is the page on which my hosting company said they could view an error, so if you view the source about half way down is the form action line. Thanks for any help!

http://www.listfullofhope.com/?view=pos ... ubcatid=68

Thanks,
Leon
listhope
Forum Newbie
Posts: 2
Joined: Sun Dec 14, 2008 1:50 pm

Re: 500 error due to Form Action

Post by listhope »

Here is the code I believe:

Code: Select all

 
<form action="index.php?view=post&cityid=54&lang=en&catid=1&subcatid=68&adid=&imgid=&countryid=&areaid=&pos=&picid=&page=&foptid=&eoptid=&pricemin=&pricemax=&" method="post" name="frmPost" enctype="multipart/form-data">
 
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: 500 error due to Form Action

Post by Mark Baker »

Is there a parameter missing after pricemax, because there's an & that suggests there should be something more
Post Reply