There is not enough space on the disk

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 yıl önce
Hello,

I am using nopCommerce 3.90 with source.

I have been getting this There is not enough space on the disk error for over a week now.

I checked with our service provider and they say that we have over 1GB of disk space available.

I have made one of the entries in the System/Log available here.

In the other log entries with the same error, it has a different IP address, Customer and Page URL.

Does anyone know why we are getting this error?

Thanks,
Tony
6 yıl önce
I have made one of the entries in the System/Log available here.
6 yıl önce
Carneno wrote:
I have made one of the entries in the System/Log available here.


You need to cross check your disk space because that log create at generate new thumb picture at method
Nop.Services.Media.PictureService.SaveThumb

Look at your here
6 yıl önce
rajupaladiya wrote:

You need to cross check your disk space because that log create at generate new thumb picture at method
Nop.Services.Media.PictureService.SaveThumb

Look at your here


Raju,

Thanks for your help.

I'm not sure of what you mean by "You need to cross check your disk space".

I have the source code for 3.90 and I am not sure of why this is happening.  The path C:\Users\Tony\Documents\Visual Studio 2017\Projects\Lakeside390\Libraries\Nop.Services\Media\ is on my local disk.  I don't understand how it is getting that when it is running on my service provider's system.

Any additional help that you can provide to figure this out would be gratefully appreciated.

Thanks,
Tony
6 yıl önce
Don't know exactly what is issue, as per your error log it says disk space full and it's preventing to create new logo.

Do one more thing, check folder permission write permission,If permission issue than it give GU+ error.
it's not issue but just be sure from permission.
6 yıl önce
Raju,

I have looked at the permissions for the following folders:

/Content
/Content/Images
/Content/Images/Thumbs
/Content/Images/Thumbs/000
/Content/Images/Thumbs/001
/Content/Images/Thumbs/002


They all have Read/Write/Execute permission.

There are over 70,000 files in those folders that were put there by me importing products with images through Excel.

I never had one There is not enough space on the disk log error while I was doing that.  Why would it all of a sudden start doing this in the past two weeks?

Thanks,
Tony
6 yıl önce
You can delete all the thumbs if you like.  They will get recreated automatically when the pictures are accessed.
6 yıl önce
New York wrote:
You can delete all the thumbs if you like.  They will get recreated automatically when the pictures are accessed.


Will that fix the problem?

Thanks,
Tony
6 yıl önce
If "service provider and they say that we have over 1GB of disk space available", then no it may not permanently fix the problem, but it's something to try.
6 yıl önce
New York wrote:
You can delete all the thumbs if you like.  They will get recreated automatically when the pictures are accessed.


If I do this, will the product images on my website still show while the thumbs are being recreated?

Thanks,
Tony
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.