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

Notices

Closed Thread
 
Thread Tools
  #351  
Old 03-27-2008, 09:33 AM
WayneB WayneB is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 1
Default Re: PHP5/SQL5 Upgrades

The email we just had (today) said they have updated gator1 - gator12
  #352  
Old 03-27-2008, 04:55 PM
Hadoken's Avatar
Hadoken Hadoken is offline
Baby Croc
 
Join Date: Feb 2006
Posts: 56
Default Re: PHP5/SQL5 Upgrades

Thank you very much for these infos.

++
Hadoken
  #353  
Old 03-28-2008, 12:34 AM
neerav's Avatar
neerav neerav is offline
Hatchling Croc
 
Join Date: Jun 2006
Posts: 6
Default Re: PHP5/SQL5 Upgrades

Unfortunately, all of us aren't getting those emails. I only got the first one announcing the upgrade and this thread and nothing after that. There's a real lack of information/updates. Subscribing to this thread hasn't really helped since there is rarely a post from Hostgator themselves. What's happened to their email lists?
__________________
Neerav
  #354  
Old 03-28-2008, 02:09 PM
smoniz smoniz is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 21
Default Re: PHP5/SQL5 Upgrades

I just happened to notice on my cpanel that I am at PHP 5 now, was server gator367 upgraded? I know as of like two days ago it wasn't.
  #355  
Old 03-28-2008, 02:40 PM
daki daki is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 2
Default Re: PHP5/SQL5 Upgrades

hey i am on gator 367 too and have the exact same "problem".. also sites loaded very slow on gator 367 just some moments before!!

but to the php5 thing.. it reflects php 5.2.5 in your cpanel while it's still php 4.4.8 (without htaccess overriding). also PDO is disabled atm. and that's really bad because i use pdo for my mysql queries etc..

after talking to someone in live chat i don't know more about whats going on than before but i think that someone is looking into it...

at least i hope someone does..

Daki
  #356  
Old 03-28-2008, 02:46 PM
smoniz smoniz is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 21
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by daki View Post
hey i am on gator 367 too and have the exact same "problem".. also sites loaded very slow on gator 367 just some moments before!!


Daki

Oh thank god thought it was just me lol. Yeah my site loaded extremely slow for a good 20 minutes. Back to normal now.
  #357  
Old 03-28-2008, 02:52 PM
daki daki is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 2
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by smoniz View Post
Oh thank god thought it was just me lol. Yeah my site loaded extremely slow for a good 20 minutes. Back to normal now.
Yea my sites load ok again as well but well if it's true what i was told in live chat our server is not upgraded yet.. so maybe they are doing the job as we talk here.. just a bit more information would be nice and would keep us relaxed..
  #358  
Old 03-28-2008, 03:21 PM
smoniz smoniz is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 21
Default Re: PHP5/SQL5 Upgrades

hehe if they are I know what I'll be doing all night conversion time! LOL
  #359  
Old 03-30-2008, 10:18 PM
nusuni nusuni is offline
Hatchling Croc
 
Join Date: Apr 2007
Posts: 8
Default Re: PHP5/SQL5 Upgrades

When will Gator 150 be upped to PHP 5 by default? It doesn't appear to be as of yet.


Also, just to confirm it will have the mysql PDO drivers in it, right?
  #360  
Old 03-31-2008, 01:51 AM
whatrevolution's Avatar
whatrevolution whatrevolution is offline
Royal Croc
 
Join Date: Feb 2008
Posts: 710
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by nusuni View Post
When will Gator 150 be upped to PHP 5 by default? It doesn't appear to be as of yet.
Clearly, they've clammed up and aren't talking about their progress. No such specific question has been answered in weeks.

The process must not be as they had planned for; so they're slogging along, making the best of it, and keeping quiet until they can't avoid speaking of it. ... This or next week, I will guess.


ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ

  #361  
Old 03-31-2008, 03:51 AM
Toxinhead Toxinhead is offline
Hatchling Croc
 
Join Date: Jan 2008
Posts: 10
Default Re: PHP5/SQL5 Upgrades

Hey there

i was wondering why dosn't this work anymore since the php5 update?
<?php include("http://www.domain.com/styles/header.php"); ?>

thanks ricky
  #362  
Old 03-31-2008, 05:05 AM
::Quick:: ::Quick:: is offline
Hatchling Croc
 
Join Date: Nov 2007
Posts: 27
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Toxinhead View Post
Hey there

i was wondering why dosn't this work anymore since the php5 update?
<?php include("http://www.domain.com/styles/header.php"); ?>

thanks ricky
File a support ticket. Remote includes should still work in PHP5.
  #363  
Old 03-31-2008, 07:31 AM
hostuser hostuser is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 2
Default Re: PHP5/SQL5 Upgrades

I am on gator268. All of a sudden, all PHP files on my site stopped working and started showing 'Internal Server Error'. Even simple "Hello world" PHP scripts.

Is it due to the version switch over? If yes, what am I supposed to do to bring the site back in normal state?

I am also unable to run phpMyAdmin through cPanel. It keeps on loading the launch page.

Please advise.
  #364  
Old 03-31-2008, 10:10 AM
regentronique's Avatar
regentronique regentronique is offline
King Croc
 
Join Date: Aug 2007
Location: Quebec,Canada
Posts: 969
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Toxinhead View Post
Hey there

i was wondering why dosn't this work anymore since the php5 update?
<?php include("http://www.domain.com/styles/header.php"); ?>

thanks ricky
Hello Ricky,

URL include is off with PHP5, so you have to turn it on to work.

Just include this line in a php.ini file located in the same directory of your script :

allow_url_include=On
  #365  
Old 03-31-2008, 10:27 AM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,073
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Toxinhead View Post

i was wondering why dosn't this work anymore since the php5 update?
<?php include("http://www.domain.com/styles/header.php"); ?>


Just FYI... this is a TOS violation.

Quote:
Originally Posted by TOS
7a)
When using PHP include functions for including a local file, include the local file rather than the URL. Instead of include("http://yourdomain.com/include.php") use include("include.php")
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
  #366  
Old 03-31-2008, 10:36 AM
codesight codesight is offline
Swamp Croc
 
Join Date: Jan 2007
Location: Fargo, North Dakota
Posts: 320
Default Re: PHP5/SQL5 Upgrades

Serra, I was under the understanding that was if the file is actually local to you, since they don't want a loopback call to your domain if it's a local file, but is it a violation if the file IS actually external?
__________________
http://www.codesight.net
  #367  
Old 03-31-2008, 10:39 AM
regentronique's Avatar
regentronique regentronique is offline
King Croc
 
Join Date: Aug 2007
Location: Quebec,Canada
Posts: 969
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by Serra View Post
Just FYI... this is a TOS violation.
Serra, i disagree with your statement.

If you read carefully the TOS you will notice that what is not permitted are only lines a) to h) in section 7a.) Resource Usage.

What is written just afterward is regarding the resource usage and look as a recommendation or suggestion only! If it was not permitted it would be written differently as a i) in section 7a.) Resource Usage.
  #368  
Old 03-31-2008, 01:45 PM
Toxinhead Toxinhead is offline
Hatchling Croc
 
Join Date: Jan 2008
Posts: 10
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by regentronique View Post
Hello Ricky,

URL include is off with PHP5, so you have to turn it on to work.

Just include this line in a php.ini file located in the same directory of your script :

allow_url_include=On
Thanks for that it!
I sent a ticket yesterday and they have replied:

The php allow_url_include error has been fixed now. Please recheck.
>

And now it’s working perfectly fine
Hooray for Hostgator!!!
  #369  
Old 03-31-2008, 04:54 PM
GatorJoshL's Avatar
GatorJoshL GatorJoshL is offline
HostGator Staff
 
Join Date: Nov 2007
Posts: 1,394
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by neerav View Post
Unfortunately, all of us aren't getting those emails. I only got the first one announcing the upgrade and this thread and nothing after that. There's a real lack of information/updates. Subscribing to this thread hasn't really helped since there is rarely a post from Hostgator themselves. What's happened to their email lists?
The server you are on is not upgraded yet and you should be notified when it is. We are trying to take our time doing this to avoid as many headaches as possible.

Thank you,
Josh Loe
  #370  
Old 03-31-2008, 04:57 PM
GatorJoshL's Avatar
GatorJoshL GatorJoshL is offline
HostGator Staff
 
Join Date: Nov 2007
Posts: 1,394
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by whatrevolution View Post
Clearly, they've clammed up and aren't talking about their progress. No such specific question has been answered in weeks.

The process must not be as they had planned for; so they're slogging along, making the best of it, and keeping quiet until they can't avoid speaking of it. ... This or next week, I will guess.


¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

Some of this is true, yes there are no updates... Because we have not done any more servers. We are trying to make this as easy for our customers as possible. Upgrading 400 shared servers and resellers is a big project. Be patient we'll get there I promise
  #371  
Old 04-01-2008, 03:19 AM
hostuser hostuser is offline
Hatchling Croc
 
Join Date: Mar 2008
Posts: 2
Default Re: PHP5/SQL5 Upgrades

Thank you all for your overwhelming response to my query (#363).

As a forum courtesy, I would like to inform that my issue has disappeared automatically after a few hours. All PHP pages are working.

I am not sure of the cause of the problem and solution though.
  #372  
Old 04-01-2008, 04:07 AM
Phil.UK's Avatar
Phil.UK Phil.UK is offline
Hatchling Croc
 
Join Date: Feb 2008
Posts: 3
Default Re: PHP5/SQL5 Upgrades

Was golf.websitewelcome.com upgraded over the weekend?

if not, can someone tell me when it will be?

Thanks
  #373  
Old 04-01-2008, 10:20 AM
whatrevolution's Avatar
whatrevolution whatrevolution is offline
Royal Croc
 
Join Date: Feb 2008
Posts: 710
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by GatorJoshL View Post
Upgrading 400 shared servers and resellers is a big project. Be patient we'll get there I promise
Definately no arguments from me on that. Maybe it should be restated again that March 8th was clearly the day the project officially began, not a projected finishing date... and no where else did Dave et. al. say anything but "maybe", and "try to", concerning scheduling.

So, when you stop all work on that project to refactor your custom coded tools for this job; you really have less than guesses to work with in estimating, "oh my god how long?!?!" ... Think about the reality of it; how many quirky, "I know the right way" nerds have gotten their carapal tunnel mits on each and every box, for each and every support ticket ever, distributed over the number of boxes (servers). Then fathom how many times those same nerds arbitrarily decided, "this goes here", and *poof*, awrite another ticket bites the dust!!

... Yeah. Patience, I agree.

*chuckle* I just read the post above mine.

Last edited by whatrevolution; 04-01-2008 at 10:24 AM. Reason: Serendipity!
  #374  
Old 04-01-2008, 10:53 AM
jags2ooo jags2ooo is offline
Hatchling Croc
 
Join Date: Apr 2008
Posts: 4
Default Re: PHP5/SQL5 Upgrades

I just ordered a reseller package and THere is no php on it T_______T made a ticket hours ago no reply yet
  #375  
Old 04-01-2008, 11:47 AM
whatrevolution's Avatar
whatrevolution whatrevolution is offline
Royal Croc
 
Join Date: Feb 2008
Posts: 710
Default Re: PHP5/SQL5 Upgrades

Quote:
Originally Posted by jags2ooo View Post
I just ordered a reseller package and THere is no php on it T_______T made a ticket hours ago no reply yet
You were given the special NoPHP, favored son of the NoPHP[0-9]* initiative.


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:13 AM.