Our site all of a sudden started to throw some errors and I noticed this in the event log for our site server and was curious what updates where done?
We will be shutting down the machine hosting your webhosting account for OS and package upgrades between midnight and 2am PDT on Friday, July 13. These upgrades should cause a downtime of approximately 10-15 minutes, during which time your site and database(s) will be shut down and unable to serve content.
The upgrade procedure is fully scripted and we have already performed it on other machines with no problems.
What updates were done this morning?
- R2Namru9
- A semi-regular
- Posts: 23
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Oct 24, 2011 9:28 am
- Contact:
Re: What updates were done this morning?
The kernel and applications were updated to the latest stable versions as seen in Portage. These changes were minor -- going from PHP 5.3.x to 5.3.x+1, for instance.
I haven't heard other complaints about broken sites. What errors are you seeing?
I haven't heard other complaints about broken sites. What errors are you seeing?
Re: What updates were done this morning?
When you go to our site, we now see this all over. I am asking our site guy to take a look, but his time is limited.
Deprecated: Function eregi() is deprecated in /usr/www/r2/public_html/blocks/block-Shout_Box.php on line 17
Deprecated: Function ereg_replace() is deprecated in /usr/www/r2/public_html/blocks/block-Shout_Box.php on line 28
Deprecated: Function eregi() is deprecated in /usr/www/r2/public_html/blocks/block-Shout_Box.php on line 94
Deprecated: Function eregi() is deprecated in /usr/www/r2/public_html/blocks/block-Shout_Box.php on line 547
Deprecated: Function eregi() is deprecated in /usr/www/r2/public_html/blocks/block-Shout_Box.php on line 17
Deprecated: Function ereg_replace() is deprecated in /usr/www/r2/public_html/blocks/block-Shout_Box.php on line 28
Deprecated: Function eregi() is deprecated in /usr/www/r2/public_html/blocks/block-Shout_Box.php on line 94
Deprecated: Function eregi() is deprecated in /usr/www/r2/public_html/blocks/block-Shout_Box.php on line 547
Re: What updates were done this morning?
The slightly newer PHP must have changed to having it spit out an error for those deprecated functions. Please open a support request and I can check the php.ini file on your machine to see if I can suppress these.
Re: What updates were done this morning?
Code: Select all
Warning: getimagesize(http://www.47r-squad.net/dbtgallery.php?do=gallery_image&id=13&gal=gallery&type=thumb) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in [path]/dbtech/gallery/modules/gallery/functions/class_module.php on line 348
Warning: getimagesize(http://www.47r-squad.net/dbtgallery.php?do=gallery_image&id=6&gal=gallery&type=thumb) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in [path]/dbtech/gallery/modules/gallery/functions/class_module.php on line 348
Warning: getimagesize(http://www.47r-squad.net/dbtgallery.php?do=gallery_image&id=5&gal=gallery&type=thumb) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in [path]/dbtech/gallery/modules/gallery/functions/class_module.php on line 348
Warning: getimagesize(http://www.47r-squad.net/dbtgallery.php?do=gallery_image&id=4&gal=gallery&type=thumb) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in [path]/dbtech/gallery/modules/gallery/functions/class_module.php on line 348
Warning: getimagesize(http://www.47r-squad.net/dbtgallery.php?do=gallery_image&id=3&gal=gallery&type=thumb) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in [path]/dbtech/gallery/modules/gallery/functions/class_module.php on line 348
Warning: getimagesize(http://www.47r-squad.net/dbtgallery.php?do=gallery_image&id=2&gal=gallery&type=thumb) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in [path]/dbtech/gallery/modules/gallery/functions/class_module.php on line 348
Warning: getimagesize(http://www.47r-squad.net/dbtgallery.php?do=gallery_image&id=1&gal=gallery&type=thumb) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in [path]/dbtech/gallery/modules/gallery/functions/class_module.php on line 348


Re: What updates were done this morning?
IcEWoLF, that would be a different type of problem but one that I could also try to investigate for you. From the code, it may not be related to the maintenance.
Re: What updates were done this morning?
John, allow_url_fopen could that be checked to see if it's open in php?


Re: What updates were done this morning?
Yes, that is set to "On".
Re: What updates were done this morning?
seems to be an issue accessing the file, looking at the .htaccess and no issues were found there. hmmm

