What’s up GoDaddy? – or – Know a good hosting company?

Site was down for around an hour or so today with a server 500 error. The error (I didn’t take a screenshot) was a FastCGI error that looks like PHP had been uninstalled by some douchebag.

So the question I pose to all you: what’s a good hosting company?

Here’s my requirements:

  • Reliable
  • ASP.net hosting
  • MS SQL Database
  • PHP hosting
  • MySQL Database

The last two bullets are for WordPress support — which is what I’m using to host the blog and Ennie’s blog as well.

I think I’m going to switch to somewhere else.

WordPress, GoDaddy, MySQL – Fixing Server 500 Errors

I’ve been getting frustrated lately about the fact that I was getting random errors on this site.

Of course “BEWARE Sharks” doesn’t tell me a whole lot.

The problem has been going on off-and-on for a few weeks now. The blog site varies between working great around 80% of the time, partly rendering a page around 10 percent of the time (sometimes the part is just plain blank, but no error) and giving me a cute “BEWARE Sharks” error the other 10% of the time.

I know the error is coming from deep down in IIS since the location that’s being referenced isn’t on my site at all — it’s on a *.secureserver.net server which is their internal hosting domain.

I filed a support ticket and got a ticket number but I wasn’t able to find some way of updating the ticket to include a picture. It’s exactly this reason I called up their tech support.

So, as of right this second I’m on the phone with tech support to try to fix the problem… (note, I wrote this a few hours ago)

The tech told me that the server was just fine and something in the WordPress install was hosed up. So the net result of the call was a fail. I don’t much blame him though since the solution turned out to have nothing at all to do with the server that was hosting the blog.

So, it was problem solving time.

First off, let’s turn off the stupid shark thing. That tells me absolutely nothing.

In the root of the server I added a web.config with the following.

<configuration>
  <system.webServer>
    <asp scriptErrorSentToBrowser="true"/>
    <httpErrors errorMode="Detailed"/>
  </system.webServer>
</configuration>

This successfully got rid of the shark. I was able to see that the PHP FAST CGI runner was timing out.

Foo! That’s not telling me much more than I already know! I learned that the timeout was 60 seconds, but not much else.

Googling around for “WordPress 500 Error” mostly pointed to misbehaving plug-ins or themes. Thankfully I have a few other sites hosted in the same IIS instance and they have different sets of plug-ins. They were having the identical issue as.

At this point I started to turn on the debug mode of WordPress by setting debug mode in the wp-config.php file:

define('WP_DEBUG', true);

This didn’t get me a whole lot more info. Still things were varying between slow and dead. Mostly dead.

I googled around a bit more to see if anyone else had this problem and some people did have a similar problem. Several folks mentioned optimizing the MySQL database. That’s something that I’ve not done yet so it’s worth a try.

Logging onto GoDaddy I went to manage the database so I could optimize it. The problem was the DB interface as slow as well. It was very similar to how the site felt.

!

So I had a thought: “I wonder if the MySQL server is hosed?”

I backed up the database, created a new one and restored the backup to the new database. From looking at the interface these databases resided on very different servers. The old one lived at 173.201.88.* and the new one at 97.74.31.*. Well that’s a plus.

The management interface for the new database was quick!

From here it was coasting as I pointed the WordPress installs over to the new database. They were restored from the old DB so nothing at all changed. A few rapid-fire edits to the wp-config.php’s to set the DB settings to the server was all it took to get things retargeted to the working database.

And now we have the happy ending: things are fast again!

WebHost4Life: Fail

I used to like WebHost4Life.com. I signed up last year after getting a bad taste in my mouth from GoDaddy’s hosting (nothing really bad — only bad thing at the time was sluggish spin-up times for the site). That all changed sometime in the past few months. They started off great. Speedy server response times and great capacity.

Until they changed something about their server farm. The “transition.”

The trip blog I have went from rendering fast (<1 second) to taking well over 1/2 a minute!

Ok. Things fail, right. Let’s open a support ticket and let them fix whatever problem happened. No problem. I give them a call on Saturday and talk to level 1, then level 2 support. They seem friendly and the level 2 guy says he’ll call me back in 15 minutes.

Nope.

Eventually this shows up in the ticket:

Hello George, Thank you for contacting us. We apologize for any inconvenience this may have caused you. Our records show that you have earlier contacted our Phone Support regarding the website issue. They have already escalated the issue to one of our engineers. Currently, we have an open ticket #6954618 regarding your website issue. However, one of our engineers is working on it. Now, I have updated this ticket with the information that you have provided. You should be hearing from this specialist within 24-48 hours.

Thank you for choosing WebHost4Life, we appreciate your support.

Sincerely,
Gladis Stone
Customer Support

Sigh.

Let’s give them more time.

All of Monday passes.

Then on to Tuesday. Eventually they respond with:

I am sorry for the inconvenience this is causing caused. We are still going through the migration process, adding new hardware, etc. and the server performance should be increased significantly in the near future. Once the transition process had completes for all accounts, you should then be able to see a significant improvement in server performance. We appreciate your patience in this matter.

Not good at all. So, what is the near future?

I pressed them.

At this point, there is no fixed deadline for the end of the migration, but at this point, I would estimate it will likely be continuing into May, but we hope to see performance improvements before it ends, as the volume of accounts being migrated decreases. Again, I apologize for any inconvenience that this may cause.

(Red highlight is mine) Huh? A month to fix a problem? WTF?

Bye bye. I had them close the ticket since I’m leaving. That’s not the way to do business and stay in business.

Back to GoDaddy where this is being served from now.

As an added bonus, it’s cheaper and the spin-up delay is completely gone!