Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 7 of 7
  1. #1
    Captain Code's Avatar
    Captain Code is offline Moderator
    Join Date
    Aug 2001
    Location
    Ontario, Canada
    Posts
    3,120
    Thanks
    0
    Thanked 17 Times in 2 Posts

    What's up with this?!

    I'm seeing weird errors at the top of all the pages.

    Maybe others are getting this too?

    Here they are:


    Warning: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/macosx.com/www/forums/global.php(282) : eval()'d code on line 20

    Warning: file("http://www.press3.com/banner.php") - Bad file descriptor in /var/www/macosx.com/www/forums/global.php(282) : eval()'d code on line 20

    Warning: Bad arguments to implode() in /var/www/macosx.com/www/forums/global.php(282) : eval()'d code on line 20

    Warning: Cannot add header information - headers already sent by (output started at /var/www/macosx.com/www/forums/global.php(282) : eval()'d code:20) in /var/www/macosx.com/www/forums/admin/functions.php on line 1530

    Warning: Cannot add header information - headers already sent by (output started at /var/www/macosx.com/www/forums/global.php(282) : eval()'d code:20) in /var/www/macosx.com/www/forums/admin/functions.php on line 1530

    Warning: Cannot add header information - headers already sent by (output started at /var/www/macosx.com/www/forums/global.php(282) : eval()'d code:20) in /var/www/macosx.com/www/forums/admin/functions.php on line 1530

  2. #2
    Captain Code's Avatar
    Captain Code is offline Moderator
    Join Date
    Aug 2001
    Location
    Ontario, Canada
    Posts
    3,120
    Thanks
    0
    Thanked 17 Times in 2 Posts
    Well, it seems that the problem is fixed now. It's worth mentioning that when these errors were showing up, the server was very slow, and now that they are gone it's back up to speed.

  3. #3
    edX's Avatar
    edX
    edX is offline mac shaman
    Join Date
    Nov 2001
    Location
    SF Bay Area
    Posts
    7,268
    Thanks
    0
    Thanked 0 Times in 0 Posts
    i've been getting them everynight at some point. sometimes at several different times. they started on fri. after admin was supposedly doing something to make the site faster. I haven't seen that, but i have seen these errors and the slowness. in fact some threads become impossible to access.

    I have just been leaving the site when this happens and then coming back in 15 -30 mins. 95% of the time it has been fixed by then.

    I hope this is just part of the transition and not a new regular feature.

  4. #4
    bighairydog's Avatar
    bighairydog is offline tail-wagging member
    Join Date
    Aug 2001
    Location
    London
    Posts
    373
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I'll give it a shot:

    Code:
    Warning:  php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
    in /var/www/macosx.com/www/forums/global.php(282) : eval()'d code on line 20
    Some piece of code fails, leading to a variable that has no (or the wrong) value. This value is required for the working of banner.php.

    Code:
    Warning:  file("http://www.press3.com/banner.php") - Bad file descriptor in
    /var/www/macosx.com/www/forums/global.php(282) : eval()'d code on line 20
    banner.php - the code that generates the banner ad is not responding because it doesn't have the information it needs

    Code:
    Warning:  Bad arguments to implode() in /var/www/macosx.com/www/forums/global.php(282) :
    eval()'d code on line 20
    and therefore an instruction that operates on the result of banner.php fails, because it can't handle a null result.

    Code:
    Warning: Cannot add header information - headers already sent by (output started at
    /var/www/macosx.com/www/forums/global.php(282) : eval()'d code:20) on line 1530 
    This occurs because of the unexpected error messages preventing the proper transmission of information between she server and you.

    Why only at night? I'm guessing there's some logic error in code that scripts rotating banners, and therefore changes parameters based on the time.

    To Admin: If you're reading this, you can email me the code and I'll try and fix it (it would be the least I can do in return for this site) : global.php and banner.php.

    Bernie :o)
    "These are my principles, if you don't
    like them, I have others"

    // 2 line quine in PHP

    <?$s='echo"<?\$s=%27".$s."%27;\n".urldecode($s);?>';
    echo"<?\$s='".$s."';\n".urldecode($s);?>

  5. #5
    edX's Avatar
    edX
    edX is offline mac shaman
    Join Date
    Nov 2001
    Location
    SF Bay Area
    Posts
    7,268
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I got it earlier today as well. first time that early i think.

  6. #6
    Captain Code's Avatar
    Captain Code is offline Moderator
    Join Date
    Aug 2001
    Location
    Ontario, Canada
    Posts
    3,120
    Thanks
    0
    Thanked 17 Times in 2 Posts
    Yeah, I had it happen to me earlier today as well.
    MacBook Pro 2.16GHz Core2Duo 3GB RAM, G4 1.4GHz OSX Tiger 1.25GB RAM, Dual 2GHz G5 OSX Tiger 2GB RAM (freakin shweet)
    Athlon 64 Windoze XP for school work (programming) 1GB RAM
    dferns@macosx.com

  7. #7
    bighairydog's Avatar
    bighairydog is offline tail-wagging member
    Join Date
    Aug 2001
    Location
    London
    Posts
    373
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Oh well, guess I was off about that night only thing. I'm sure if Admin was making manual changes to the site and causing these, then he would have posted to let us know why, so I still reckon it's some time dependend thing in the banner script...

    Ahhh.. wild speculation - you have to love it.

    Bernie :o)
    "These are my principles, if you don't
    like them, I have others"

    // 2 line quine in PHP

    <?$s='echo"<?\$s=%27".$s."%27;\n".urldecode($s);?>';
    echo"<?\$s='".$s."';\n".urldecode($s);?>

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •