Tag Archives: goDaddy

Media Uploader Crunching Issue

10 Apr

Problem Wordpress has a bug.  When uploading an image (even a small,  1KB image) the Media uploader stalls and freezes in when Crunching is 100%.   This problem happens in both the flash and html uploader.  In the HTML uploader you can see a 500 Internal Server Error.   Solution There are 2 different problems [...]

PHP ini overriding

23 Jan

On shared hosts, overriding the php.ini file can be frustrating.  Sometimes it works, sometimes it doesn’t.  It’s up to the host provider.   This post will keep a record of what hosts need what type of requirements and will be updated from time to time.  This overriding php.ini file can be a partial override like so: [PHP] [...]

Weblog Expert

22 Sep

Problem A client had wanted Google Analytics on their site a few months back so they asked me to put it in their website.  I thought I had, and I did, locally, but for one reason or another, it was not on the server.  The client depends on this report to get funding so I [...]

GoDaddy Refund

16 Sep

Today I learned GoDaddy offers a refund if you cancel your hosting plan early.  I couldn’t really find a straight answer for this and wanted to be sure.  So I emailed support and they replied pretty quickly saying they would refund the unused months.  To be sure this still applies and applies to you, send [...]

MySQL Auto Backup

4 Aug

The following commands should be run daily.  This will give you a backup for 1 full month.  After 1 month the backups will overwrite the oldest files.  The %d is the day of the month. GoDaddy: In your Hosting Dashboard -> Content -> Chron Manager, enter the following line as the command.  Replace <xxx> with [...]

GoDaddy Password Protect Home Directory

2 Aug

Problem: GoDaddy makes it simple to password protect a directory.  You just go to their file manager, click on a directory, click on Permissions, fill out a user and password and you’re done.  Bad thing is that you can’t password protect anything in the public root folder.   Solution: Easiest solution is to password protect [...]