Changes to files not showing up?

Status
Not open for further replies.

richiezh

New Member
Messages
27
Reaction score
1
Points
3
So here's kind of a mysterious error I have never encountered before. I am currently editing a PHP script on my free hosting account using Notepad++ and its FTP extention. At some point Notepad++ started refusing to upload the files saying this error: "552 Disk full - please upload later". It has not been able to upload since. I have plenty of space on my account, and nothing is exceeding the limits.

I tried editing the file using the cpanel file manager, and while it does save and upload properly, the changes do not transfer over to the site itself. I have tried testing the PHP files by inserting `echo "hi";` at the top of the script, yet the changes are nowhere to be found.

All this happened very suddenly and has been going on for about an hour now. Does anyone else have this issue and/or can help me fix it?
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
So here's kind of a mysterious error I have never encountered before.
started refusing to upload the files saying this error: "552 Disk full - please upload later"
"552 Disk full" - or "522 Disk full" - or "please upload later" - or "server is running out of disk space" - or "error 28 from storage engine" - or errors like that - are at the server level, indicating that the shared data storage partition(s) are full or nearly full or a server read/write-file type of error - which is preventing you from uploading files - or using cPanel - or your site from using a MySQL database - or your script from starting a session - this is a server issue so Admins will need to fix it - your files (data) are NOT the problem and there is nothing you can do but wait
 
Status
Not open for further replies.
Top