No space left on device....

Discussion in 'Programming' started by login, Jan 28, 2007.

  1. #1
    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.
     
    login, Jan 28, 2007 IP
  2. SEOdir.net

    SEOdir.net Banned

    Messages:
    2,549
    Likes Received:
    105
    Best Answers:
    0
    Trophy Points:
    173
    #2
    can you post here what contain line 40 in iframeinclude.php ?
    I think there is some file missing.
     
    SEOdir.net, Jan 29, 2007 IP
  3. picouli

    picouli Peon

    Messages:
    760
    Likes Received:
    89
    Best Answers:
    0
    Trophy Points:
    0
    #3
    :eek: 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...
     
    picouli, Jan 29, 2007 IP
  4. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #4
    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.
     
    login, Jan 29, 2007 IP
  5. SEOdir.net

    SEOdir.net Banned

    Messages:
    2,549
    Likes Received:
    105
    Best Answers:
    0
    Trophy Points:
    173
    #5
    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.
     
    SEOdir.net, Jan 29, 2007 IP