DNN Module install - disk space error.

I am seeing the following installing the XMOD 4.02 module in DNN 3.1.1.
ExceptionSystem.IO.IOException: There is not enough space on the disk. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFile(String FullFileName, Byte[] Buffer) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile File, PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()


I don't think there is a disk space issue. The control panel says I have plenty, the sql db has plenty, so I don't know for sure what it is.

Thoughts?
 
it is win10 most likely, and it has over 60GB free space, check your FTP quota, it CAN be different than your summary disk quota.
 
Stephen said:
it is win10 most likely, and it has over 60GB free space, check your FTP quota, it CAN be different than your summary disk quota.

It was the FTP quote that was causing the problem. I had bumped up the number for the "Disk Usage" limit in the statistics section of the hsphere home page, but forgot about the ftp section being different.

ftp said 100mb of 100mb, but disk space said 140 of 200. I bumped disk space to 300 and ftp to 300.

That should hold me.
 
Back
Top