Problem with a file upload form

Status
Not open for further replies.

s0566616

New Member
Messages
2
Reaction score
0
Points
0
Hi,

I saw this topic was mentioned a number of times before, but couldn't find the answer to the problem concerned. I created a simple file upload form, but every time I try to use it I got
'Internal Server Error...'
And yes I applied for the intermediate account, and it is around 11 hours that I got the confirmation the update is done.
It seems that something is done to the file (after clicking upload it is doing something), but at the end the error occurs, is it a problem with the permissions (I have every folder set to 755)? Am I missing sth?

Thanks
Michael

Last lines from the error log:

File does not exist: /home/s0566616/public_html/favicon.ico
File does not exist: /home/s0566616/public_html/500.shtml
Premature end of script headers: /home/s0566616/public_html/upload.php
 

1337scape

New Member
Messages
78
Reaction score
0
Points
0
Are you using MySQL? Because 'Internal Server Error' is usually what you get as a MySQL error.
 

s0566616

New Member
Messages
2
Reaction score
0
Points
0
Yeah, I am using MySQL, but it works now, i.e. uploading files... maybe it required more time, or it was the cache fault, or... anyway, works now, so problem solved, thanks
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
File does not exist: /home/s0566616/public_html/favicon.ico
File does not exist: /home/s0566616/public_html/500.shtml

I know that means there was 2 files missing that it needed, but i'm glad you got it fixed, how did you fix it? Or did it just resolve itself?
 
Status
Not open for further replies.
Top