faheemhameed Posted June 29, 2007 Share Posted June 29, 2007 Hi there, I am getting the following error. Warning: mkdir() [function.mkdir]: No space left on device The code is $folderPath = "E:/Users/test1"; mkdir( $folderPath, 0777 ) ; I am getting this error only on our production server. I am not getting the error in our testing server. Any help would be highly appreciated Thanks Hameed Link to comment https://forums.phpfreaks.com/topic/57663-no-space-left-on-device-error/ Share on other sites More sharing options...
solarisuser Posted June 29, 2007 Share Posted June 29, 2007 You have no more hard drive space on the E:\ drive Link to comment https://forums.phpfreaks.com/topic/57663-no-space-left-on-device-error/#findComment-285535 Share on other sites More sharing options...
faheemhameed Posted June 29, 2007 Author Share Posted June 29, 2007 No. I have 9GB free space left on the E: drive. I can create folder manually through windows explorer. Any other ideas please? Link to comment https://forums.phpfreaks.com/topic/57663-no-space-left-on-device-error/#findComment-285550 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.