By Gary on May 29, 2008 in The Server Room | 0 Comments
Tjis is quite a common error and fortunately there seems to be a ’silver bullet’. The answer was posted on the CPanel forums by Dawzz.
pico /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php
or if your server doesn’t have pico:
nano /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php
Look for the line that says:
$cfg[’Servers’][$i][’socket’] = ”;
and change it to:
$cfg[’Servers’][$i][’socket’] […]
Popularity: 30% [?]
By Gary on May 24, 2008 in General | 1 Comment
Do you use Hotmail? If you do then there is a very good chance (in fact I would say 100% chance) that some of the legitimate emails that are sent to your Hotmail address aren’t reaching you. Hotmail has the most aggressive filtering system of any of the major free email providers. Not only that … […]
Popularity: 100% [?]
By Gary on May 23, 2008 in Soap Box | 0 Comments
I’ve always been a big fan of PayPal. I joined back in 2001 and have brought them more than a few customers through my script development work. Now they’re not perfect and I know that to some people they are downright scary. There are many stories about PayPal merchants having their accounts frozen because someone […]
Popularity: 16% [?]
By Gary on May 23, 2008 in The Server Room | 0 Comments
I had this error show up on a couple of servers today. A search on Google revealed that it’s not an entirely uncommon problem and there seemed to be a host of possible fixes.
After trying a few things that were suggested in forums (and didn’t fix the problem) I deleted the Fantastico files and did […]
Popularity: 17% [?]
By Gary on May 15, 2008 in The Server Room | 0 Comments
I’m probably going to regret using the wording ’sensible defaults’ … what may seem sensible to me may well be not-sensible to others. Still, at the very least I’ll be able to explain how I recompile apache and why I choose certain settings. If you’ve never recompiled Apache on a WHM server then it can […]
Popularity: 19% [?]