Forum Moderators: open

Message Too Old, No Replies

VBScript runtime error

         

cherry

2:23 pm on Jun 25, 2003 (gmt 0)

10+ Year Member



Hi Guys

I am getting this error up when I am trying to upload pictures onto a website. Now I haveen't done any work to these pages and all was working fine last week. So I don't understand how it can suddenly be telling me permission is denied.

When I look the error up I'm being told that permissions need to be set on my comp etc....? It worked fine last week?

Can you point me in the right direction of what could be wrong....hope you can help me

Thanks :-)

Microsoft VBScript runtime error '800a0046'
Permission denied
/content/uploadpic.asp, line 235

jpjones

2:26 pm on Jun 25, 2003 (gmt 0)

10+ Year Member



If you haven't changed anything, then your hosting company may have.

Could your web server admin have changed the permissions on the directory the pictures are uploaded to? Contact their support team and find out.

The server appears to be having problem writing the file to the hard disc.

HTH,
JP

macrost

8:08 pm on Jun 26, 2003 (gmt 0)

10+ Year Member



That's exactly what it is. On your space for your website, an admin or tech set the read/write properties to off, you can only read files. My server did that to me, where a script can't save anything to disk, only where ftp will replace files.
Mac