This topic is locked

When Adding Records 500 Server Error

4/3/2008 8:28:08 AM
ASPRunnerPro General questions
S
SAS author

Hi All,
I have a strange problem, I have a project which I have had for about 2 years now, however I have not managed to update it in about 6 months. I sat down to update it recently and after filling out the add.asp page it gave me a 500 Internal Server Error.
Now I have done some investigation and found that if I leave the Upload field blank (Which I use to upload an Image) It add's it to the database.
I am sure this is a permissions issue, but I cant see anything.
Any thoughts?
Appreciate the help,

SAS

Sergey Kornilov admin 4/3/2008

Make sure that "Show friendly HTTP errors" option is turned off in Internet Explorer. This should give you full error message.
Also make sure upload directory has WRITE permissions assigned.

S
SAS author 4/3/2008

thanks I am getting this error:
ADODB.Stream error '800a0bbc'
Write to file failed.
/admin/include/commonfunctions.asp, line 317
I have confirmed that the folder has write permissions

Sergey Kornilov admin 4/3/2008

According to this error message IUSR_... user don't have WRITE permissions on upload folder.

S
SAS author 4/3/2008

According to this error message IUSR_... user don't have WRITE permissions on upload folder.


Thanks I have double checked and the folder has the correct permissions very strange.
Will have a play with it and see if I can get it resolved