I am crawling web sites, building a db of the sites content. I have a crawler that on many sites crawled tells me: Warning: fopen(spidered/httpwwwfuglestad-bilnosidersalgsavdhtml) [function.fopen]: failed to open stream: No space left on device in /home/******/public_html/search/*****/iframeinclude.php on line 40 Any idea what this error means ? Thanks, l.
I think the error message is quite clear: you don't have space left on your hard disk (or quota on your host) Try deleting something...
line 40 is: $ourFileHandle = fopen("spidered/$urlfile", 'w') or die("Contact me"); There is plenty of space left, something like 8Gb and I do not have any restrictions in WHM on that account.
Hmmm this command open something or if php cant open this file then the user can conact admin, but I do not know much of php you should ask script maker. Greetz.