Forms have borked

Status
Not open for further replies.

Mekryd

New Member
Messages
50
Reaction score
0
Points
0
Any forms I've made using 'enctype="multipart/form-data"' do not work (I use this form to upload files to my site)... Every so often I get an error as such:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@asterism.x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at asterism.x10hosting.com Port 80


When I remove the enc type (or try to upload a type that it was normally incompatible with).

Other forms work, and this form worked a few weeks ago when I last used it... *checks database* 11 days ago. When I do not get the error above, the PHP for the page the information was sent to does not seem to detect the information. By this, I mean that $_POST['username'] etc, have not been set, and echo $_POST['username'] will print out nothing.
 

Russ

<b>Retired *****</b>
Messages
3,168
Reaction score
2
Points
38
Go into your cPanel, under logs, click on error logs, and paste the top 6 lines that shows up in it.
 

Mekryd

New Member
Messages
50
Reaction score
0
Points
0
[Fri Mar 28 18:35:49 2008] [error] [client 129.116.50.18] File does not exist: /home/reilaos/public_html/500.shtml, referer: http://asterism.x10hosting.com/upload.php
[Fri Mar 28 18:35:47 2008] [error] [client 129.116.50.18] File does not exist: /home/reilaos/public_html/404.shtml, referer: http://asterism.x10hosting.com/upload.php
[Fri Mar 28 18:35:47 2008] [error] [client 129.116.50.18] File does not exist: /home/reilaos/public_html/stylesheet.css, referer: http://asterism.x10hosting.com/upload.php
[Fri Mar 28 18:32:46 2008] [error] [client 129.116.50.18] File does not exist: /home/reilaos/public_html/404.shtml, referer: http://asterism.x10hosting.com/upload.php
[Fri Mar 28 18:32:46 2008] [error] [client 129.116.50.18] File does not exist: /home/reilaos/public_html/stylesheet.css, referer: http://asterism.x10hosting.com/upload.php
[Fri Mar 28 18:31:46 2008] [error] [client 129.116.50.18] File does not exist: /home/reilaos/public_html/500.shtml, referer: http://asterism.x10hosting.com/upload.php
 

Mekryd

New Member
Messages
50
Reaction score
0
Points
0
Okay, I've gotten the upgrade, but the form still behaves as if the POST data is not there if I use the enctype (it doesn't seem to be able to read information in GET form either).
Edit:
Ah, nevermind. The problem went away after waiting a bit longer.
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Great, feel free to re-open this thread if you need further assistance.
 
Status
Not open for further replies.
Top