php - How to avoid Unknown: write failed: No space left on device (28) -


I am on a shared host and receive this error on my domain

  unknown : Failed to write: No space left on device (28)   

I think my / tmp directory is full, but I can not believe it. If this is the case then why can anyone help me? This is the second time this happens and I have to shut down my site on the Web when it is not good ...

I do not know that it is related, but I handle a lot of images and Convert them to PHP I temporarily save them using the tempnam () function. Does this create an error?

Do anyone have any ideas? I need to fix this fast :( Thanks.

There are two reasons for this:

  • There is a quota set in your web hosting account that you have crossed. Solution: Free up some space (you should have some control panel that can prompt you That's the case.)

  • The web server running on your site is out of space. Talk to your hosting provider They need to be sure that this does not happen again.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -