PDA

View Full Version : Writeable Folder suddenly not allow to save file


charon
01-16-2004, 06:25 AM
Hi,

I host my site at web-hosting company. And there are fews folder which I requested to set the Write Permission so that we can generate image files on the fly. It has been doing well all the time, but suddenly it not allow me to generate image file, and the error that I get is :

error '80070070'
/fwrite.asp, line 8

Have asked ISP, they just said they didn't change anything on the folder, so I suspect is they might change something on the entire Web Server. But they said they didn't change anything. Pls help.

The second problem is my fileupload program also suddenly having problem, below is the error message:

1.) I get object required msg
2.) I get -2147024784 error number.

Pls help

A1ien51
01-16-2004, 02:39 PM
error '80070070' is an out of disk space error....

charon
01-17-2004, 02:11 AM
well, i know is "No Disk Space" error, but there has enough space and they didn't limit the size of the web space in folder level.

M@rco
01-19-2004, 01:01 PM
Well, all the signs (two different scripts trying to write, both suddenly dying with the same error) point to you being out of space.

Here's a quick test - download a few hundred KB of files, then delete them from the site. Do the scripts work again? I suspect they will!

(Don't forget to re-upload the files once you've tested)

;)