What updates were done this morning?

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
User avatar
R2Namru9
A semi-regular
A semi-regular
Posts: 23
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Oct 24, 2011 9:28 am
Contact:

What updates were done this morning?

Post by R2Namru9 »

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.
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: What updates were done this morning?

Post by Edge100x »

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?
User avatar
R2Namru9
A semi-regular
A semi-regular
Posts: 23
Joined: Mon Oct 24, 2011 9:28 am
Contact:

Re: What updates were done this morning?

Post by R2Namru9 »

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
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: What updates were done this morning?

Post by Edge100x »

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.
IcEWoLF
This is my homepage
This is my homepage
Posts: 1192
Joined: Thu Aug 10, 2006 9:41 pm
Contact:

Re: What updates were done this morning?

Post by IcEWoLF »

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
This update is affecting me.
Image
Image
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: What updates were done this morning?

Post by Edge100x »

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.
IcEWoLF
This is my homepage
This is my homepage
Posts: 1192
Joined: Thu Aug 10, 2006 9:41 pm
Contact:

Re: What updates were done this morning?

Post by IcEWoLF »

John, allow_url_fopen could that be checked to see if it's open in php?
Image
Image
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: What updates were done this morning?

Post by Edge100x »

Yes, that is set to "On".
IcEWoLF
This is my homepage
This is my homepage
Posts: 1192
Joined: Thu Aug 10, 2006 9:41 pm
Contact:

Re: What updates were done this morning?

Post by IcEWoLF »

seems to be an issue accessing the file, looking at the .htaccess and no issues were found there. hmmm
Image
Image
Post Reply