Go Back   HostGator Peer Support Forums > HostGator Announcements > Network Status

Notices

Closed Thread
 
Thread Tools
  #401  
Old 04-20-2008, 04:19 PM
Schack Schack is offline
Hatchling Croc
 
Join Date: Nov 2007
Location: Denmark
Posts: 5
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Rockoids View Post
The issue I would have is whether the APC cache would cause any problems on a HostGator server, and whether it would be useful for other than vBulletin forums.

If it would work, perhaps I can get assistance from a PHP expert here to install it on my dedicated box.
A PHP opcode cache like APC will increase performance on most PHP applications.
I've been running it for years on some of my servers without any problems at all.
__________________
Henrik Schack
http://henrik.schack.dk/
  #402  
Old 04-20-2008, 04:28 PM
Rockoids's Avatar
Rockoids Rockoids is offline
Royal Croc
 
Join Date: Feb 2008
Location: Scottsdale, AZ
Posts: 452
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Schack View Post
A PHP opcode cache like APC will increase performance on most PHP applications.
I've been running it for years on some of my servers without any problems at all.
Any downsides?

Any volunteers to help me install it?
__________________
Rock On,
Gene Steinberg
Co-Author, Attack of the Rockoids
  #403  
Old 04-21-2008, 04:31 AM
Rockoids's Avatar
Rockoids Rockoids is offline
Royal Croc
 
Join Date: Feb 2008
Location: Scottsdale, AZ
Posts: 452
Default Re: PHP5/SQL5 Upgrades

Never mind, I had support do it, since i have a dedicated box.

Things seem snapper now, but, as a consequence, you need to disable any caching plugins for WordPress, or at least WP Super Cache, since it totally discombobulated my blog and delivered an Internal Server Error. But once all vestiges of the caching utility and the appropriate entry in the "config" file were removed, it seems all right.

So far.

If anyone has any horror stories I need check, let me know.
__________________
Rock On,
Gene Steinberg
Co-Author, Attack of the Rockoids
  #404  
Old 04-21-2008, 07:07 PM
busy busy is offline
Hatchling Croc
 
Join Date: Jul 2006
Location: Richmond, VA, USA
Posts: 13
Default Re: PHP5/SQL5 Upgrades

I've created a wiki page with information on how to easily tell if you have been upgraded yet.

Users - feel free to contribute the status of your server.
http://hgphp5.wikispaces.com/

Hostgator - no rush on these, take all the time you need to do it right. Hopefully this will ease the burden on support staff having to answer the same upgrade related questions over and over.
__________________
Thank you hostgator, from rescuing me from the nightmare of powweb!
  #405  
Old 04-22-2008, 01:35 PM
Rockoids's Avatar
Rockoids Rockoids is offline
Royal Croc
 
Join Date: Feb 2008
Location: Scottsdale, AZ
Posts: 452
Default Re: PHP5/SQL5 Upgrades

I wanted to update you folks about installing APC on my server, with HostGator's help, and with its removal, also with their gracious help. Thanks guys.

In any case, I found it a waste of time, really.

As you know, it has a problem with Zend, but since I don't use any Zend-savvy scripts, that didn't trouble me.

However, I failed to find any improvement in my forums and WordPress sites.

If anyone has actually seen any improvement with any of these server-side caching utilities -- and they don't deliver problems of their own -- let me know.
__________________
Rock On,
Gene Steinberg
Co-Author, Attack of the Rockoids
  #406  
Old 04-22-2008, 01:40 PM
X Prime X Prime is offline
Hatchling Croc
 
Join Date: Feb 2006
Posts: 12
Default Re: PHP5/SQL5 Upgrades

...I have the feeling that Hostgator is messing up the upgrade on gator25 in a big way. And I opted out of having my tables and PHP messed with no less.
  #407  
Old 04-22-2008, 04:14 PM
CathInfo CathInfo is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 16
Default Re: PHP5/SQL5 Upgrades

Well, I got my site working in PHP5, but not on Hostgator!

Fortunately I am the site admin for a client who owns their own webserver. So I installed PHP 5.2.5, and tested out my same codebase and everything works perfectly!

So I think the reason I can't get my site to work on Hostgator is one of their default settings (register_globals = off) or something similar. I used php.ini uploaded EVERYWHERE and in fact I verified that it was set by using php_info() -- but perhaps there's some place I missed, or some other configuration issue.

Long story short -- on a normal machine that I have full control of, using the default settings of EasyApache (and a modification to PHP.INI -- mostly register_globals and register_long_arrays) I got my site to work.

Yet for whatever reason, there are problems WITH THAT SAME WEBSITE when I turn PHP5 on in my Hostgator account. Why?

Matthew
  #408  
Old 04-22-2008, 05:31 PM
slapshotw's Avatar
slapshotw slapshotw is offline
Veteran Croc
 
Join Date: Jun 2006
Posts: 5,164
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by X Prime View Post
...I have the feeling that Hostgator is messing up the upgrade on gator25 in a big way. And I opted out of having my tables and PHP messed with no less.
FYI-- as far as has been announced, no tables were going to be changed, but you can't opt-out of the MySQL 5 upgrade (not sure if by "tables messed with" you were referring to the MySQL upgrade or their automatic-fixing of problems).
__________________
Follow me on Twitter! http://twitter.com/mrw
  #409  
Old 04-23-2008, 02:38 PM
SandyFish's Avatar
SandyFish SandyFish is offline
Junior Croc
 
Join Date: Oct 2007
Location: Sunny Florida
Posts: 100
Default Re: PHP5/SQL5 Upgrades

WOW! I'm pretty new at web building - and barely know WHAT php is... Has the change been made? It's hard to tell from the posts dates on other forum pages. NO problems with any of my sites
  #410  
Old 04-24-2008, 04:05 AM
drewla drewla is offline
Hatchling Croc
 
Join Date: Apr 2008
Posts: 1
Default Re: PHP5/SQL5 Upgrades

Hi

Is there a guide to when particular servers are scheduled for mySQL/PHP upgrade?

From what I can see, mine hasn't yet been done. I'm in the middle of migrating to HG and ideally need to get this finished within a couple of weeks. The move includes a vbulletin forum which is itself about to be upgraded, and they recommend versions 5 of PHP and mySQL. Would be good to have an idea so that I can plan.

Thanks.
  #411  
Old 04-24-2008, 05:40 AM
commando commando is offline
Hatchling Croc
 
Join Date: Jun 2007
Posts: 10
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by SandyFish View Post
WOW! I'm pretty new at web building - and barely know WHAT php is...
http://www.urbandictionary.com/define.php?term=php
  #412  
Old 04-24-2008, 06:31 AM
::Quick:: ::Quick:: is offline
Hatchling Croc
 
Join Date: Nov 2007
Posts: 27
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by drewla View Post
Hi

Is there a guide to when particular servers are scheduled for mySQL/PHP upgrade?

From what I can see, mine hasn't yet been done. I'm in the middle of migrating to HG and ideally need to get this finished within a couple of weeks. The move includes a vbulletin forum which is itself about to be upgraded, and they recommend versions 5 of PHP and mySQL. Would be good to have an idea so that I can plan.

Thanks.
It's already been mentioned at least 10 times in this thread.

Add the below code to your htaccess file and you'll have PHP5. Can't do this with MySQL though.

AddHandler application/x-httpd-php5 .php
  #413  
Old 04-24-2008, 05:40 PM
Prezadent Prezadent is offline
Hatchling Croc
 
Join Date: Aug 2007
Posts: 26
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by commando View Post
LOL, I've never seen someone link to ud for a tech acronym. o.O
  #414  
Old 04-24-2008, 05:46 PM
GatorPatrick's Avatar
GatorPatrick GatorPatrick is offline
HostGator Staff
 
Join Date: Apr 2007
Location: Houston, TX
Posts: 512
Default Re: PHP5/SQL5 Upgrades

Please see our General Announcements forum for up to date progress reports on our migrations. Last night I migrated gator13-23 and tonight I will go ahead and migrate gator24-34. We're going to take it slow on these first few batches then we will do a larger amount of servers per run. I will be posting nightly and looking for feedback as we progress.
__________________
Patrick Pelanne
Deputy Chief Technical Officer
HostGator LLC.
http://support.hostgator.com

Last edited by GatorPatrick; 04-24-2008 at 08:05 PM.
  #415  
Old 04-24-2008, 06:27 PM
Prezadent Prezadent is offline
Hatchling Croc
 
Join Date: Aug 2007
Posts: 26
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by GatorPatrick View Post
Please see our network status forum for up to date progress reports on our migrations.
Isn't that here? Anyway, nice to see some progress, looks like the updates are coming pretty fast now.
  #416  
Old 04-24-2008, 06:28 PM
commando commando is offline
Hatchling Croc
 
Join Date: Jun 2007
Posts: 10
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Prezadent View Post
LOL, I've never seen someone link to ud for a tech acronym. o.O
It seemed the most amusing place to link to
  #417  
Old 04-24-2008, 08:04 PM
GatorPatrick's Avatar
GatorPatrick GatorPatrick is offline
HostGator Staff
 
Join Date: Apr 2007
Location: Houston, TX
Posts: 512
Default Re: PHP5/SQL5 Upgrades

I apologize, I meant our General Announcement forums for updates. Edited in original post.
__________________
Patrick Pelanne
Deputy Chief Technical Officer
HostGator LLC.
http://support.hostgator.com
  #418  
Old 05-03-2008, 09:11 AM
Abomb Abomb is offline
Junior Croc
 
Join Date: Jun 2004
Posts: 118
Default Re: PHP5/SQL5 Upgrades

With the 50 servers a week estimate, I would guess the alphabetical name ones won't even be started on until late June or early July? By the opt out drop down list, there will be 387 total gatorXXX and with 55 roughly done, that leaves another 332 left. Divide that by the 10 a night 5 nights a week, it will be another 6 to 7 weeks on the gatorXXX ones.

With the fact that the php has been updated from the version they are putting on, how long will we have the latest of that? 5.2.6 had some security fixes to it but HG is putting on 5.2.2 if not mistaken. Not to mention the updates to MySQL.

To quote a famous great dane, "Rut roh, Shaggy."

Will our sites be open to these security holes that have been plugged?

Last edited by Abomb; 05-03-2008 at 09:29 AM.
  #419  
Old 05-03-2008, 09:32 AM
Abomb Abomb is offline
Junior Croc
 
Join Date: Jun 2004
Posts: 118
Default Re: PHP5/SQL5 Upgrades

http://www.php.net/ChangeLog-5.php#5.2.6

So you can see the fixes with this update
  #420  
Old 05-03-2008, 03:25 PM
Rockoids's Avatar
Rockoids Rockoids is offline
Royal Croc
 
Join Date: Feb 2008
Location: Scottsdale, AZ
Posts: 452
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Abomb View Post
http://www.php.net/ChangeLog-5.php#5.2.6

So you can see the fixes with this update
If you have a dedicated server, you can upgrade Apache and PHP using cPanel's Easy:Apache feature and get PHP 5.2.6. The simple installation scheme is just to retain your configuration, but modify it for the newer PHP update. That's what I did last night and everything works perfectly across all my sites.

But if you're not experienced at this stuff, ask HG to do it for you, or even cPanel support, because these installations are draconian and can occasionally fail.
__________________
Rock On,
Gene Steinberg
Co-Author, Attack of the Rockoids
  #421  
Old 05-03-2008, 09:40 PM
Abomb Abomb is offline
Junior Croc
 
Join Date: Jun 2004
Posts: 118
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Rockoids View Post
If you have a dedicated server, you can upgrade Apache and PHP using cPanel's Easy:Apache feature and get PHP 5.2.6. The simple installation scheme is just to retain your configuration, but modify it for the newer PHP update. That's what I did last night and everything works perfectly across all my sites.

But if you're not experienced at this stuff, ask HG to do it for you, or even cPanel support, because these installations are draconian and can occasionally fail.
Yep. If I was on a dedicated server, I wouldn't need to even think about when things are being updated at all. Unfortunately, I'm not so posted the information here.
  #422  
Old 05-07-2008, 06:31 AM
Jules Jules is offline
Hatchling Croc
 
Join Date: Apr 2006
Posts: 4
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Rockoids View Post
Never mind, I had support do it, since i have a dedicated box.

Things seem snapper now, but, as a consequence, you need to disable any caching plugins for WordPress, or at least WP Super Cache, since it totally discombobulated my blog and delivered an Internal Server Error. But once all vestiges of the caching utility and the appropriate entry in the "config" file were removed, it seems all right.

So far.

If anyone has any horror stories I need check, let me know.
Hi Rock, can you be more specific on what changes you made to make your wordpress work again?
I'm in a similar situation... 500 error everywhere, i also completely removed any traces of WPSC and overwrote all the wp files ( v 2.5.1), but nothing changed, internal error keeps popping out.
  #423  
Old 05-07-2008, 08:34 AM
Rockoids's Avatar
Rockoids Rockoids is offline
Royal Croc
 
Join Date: Feb 2008
Location: Scottsdale, AZ
Posts: 452
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Jules View Post
Hi Rock, can you be more specific on what changes you made to make your wordpress work again?
I'm in a similar situation... 500 error everywhere, i also completely removed any traces of WPSC and overwrote all the wp files ( v 2.5.1), but nothing changed, internal error keeps popping out.
Make sure your wp-config file is edited to remove the cache entry.
__________________
Rock On,
Gene Steinberg
Co-Author, Attack of the Rockoids
  #424  
Old 05-07-2008, 09:40 AM
Jules Jules is offline
Hatchling Croc
 
Join Date: Apr 2006
Posts: 4
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Rockoids View Post
Make sure your wp-config file is edited to remove the cache entry.
Done and i didn't get rid of that 500 error
BTW, After a clean install of wordpress (+ wp-db content & plugins restore), the super cache plugin now works again.
Weird, indeed.
  #425  
Old 05-08-2008, 10:57 PM
SmittenKitten SmittenKitten is offline
Hatchling Croc
 
Join Date: Nov 2007
Posts: 6
Default Re: PHP5/SQL5 Upgrades

Are you upgrading all the forums or web sites? What kind of effect will this have on my forums since I am running alot of HTML on it?

I tried to get onto my forums and recieved this message:

Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@kittenspalace.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.37 Server at kittenspalace.org Port 80
I'm back on them now but did the message have something to do with the upgrade?

Last edited by SmittenKitten; 05-08-2008 at 11:00 PM. Reason: forgot to add error message
Closed Thread

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
*** RESELLER PHP5/SQL5 Migrations *** UPDATED GatorPatrick General Announcements 103 10-20-2008 04:40 AM
"Password Protect Directories" Bug on HTTPS/SSL Pages after PHP5+MySQL5 Upgrades BiL Shared Hosting Support 3 06-24-2008 07:41 PM

All times are GMT -6. The time now is 04:18 AM.