Trouble shooting failed to move

I built a site on a shared host last year. All of a sudden, all of the file upload scripts are not working. The open source file manager, ckeditor, is returning a permissions error, and another simpler script I wrote is simply returning “failed to moved”.

When changing the CHMOD settings to 777 I still get the permissions error.
It will write a file with 0k. So it doesn’t appear to be a path issue.

I called the host and they claimed nothing changed on their server, and it must be a problem with the script. Though it involves two scripts which were working fine until yesterday.

Any ideas on how to troubleshoot this issue?

Thanks E

Are you running into a space issue?

That is an excellent question. I’ll check.

-E

Just checked, that was it! Thanks. E