Tech support blog

I’ve recently launched a tech support job, which combines aspects of my day job with aspects of this blog to form “fixr”.

The new blog will be the new home to my IT tech support posts and solutions.

I will still continue to maintain this blog, but there will be no more technical IT support posts.

- Visit fixr.co.uk
- Follow fixr on twitter

Thanks for your support!

Comments

Using Your Own URL as Your OpenID with WordPress

Today I decided to join stackoverflow.com, which requires you to login using OpenID.

It was pretty simple to get signed up with myopenid.com, but while I was on the stackoverflow login page I noticed a little message which I found interesting: Read the rest of this entry »

Comments

Cannot redeclare pclziputilpathreduction()

I had this issue today, I found that you need to deactivate the “Wordpress Automatic Upgrade” plugin as it’s included in the core of Wordpress now anyway.

So, just disable the plugin and try again.

Read the rest of this entry »

Comments

OpenCart v0.7.9 released

OpenCart is an open source PHP-based e-commerce online shop website solution. Ideal for new or existing stores to start selling online.

OpenCart all began because (at the time) the leading open source e-commerce solution out there was not very good, to say the least.

Read the rest of this entry »

Comments

How to restart the explorer shell in Windows XP

If you have landed yourself here chances are you already know why you want to do this, but for those who don’t here’s why:

When installing a new application, they sometimes require you to restart for them to work, often just restarting the Windows explorer shell will be sufficient for it to work as expected.

Normally most people just kill it via Task Manager, but this can have adverse effects on your system (such as data loss), so here’s how to do it properly:

Read the rest of this entry »

Comments (2)

PHP getmxrr() support for windows

As many of you may be aware there’s a lack of getmxrr() support in Windows, which dates back as far as 1999.

It’s not a major problem for me as an individual because I never use WIN32 PHP in production, but for development and for the purpose of wide distribution it can raise an issue.

Apparently the lack of support in win32 is due to the lack of “res_search” in “bindlib_w32″, I’m surprised this hasn’t been fixed already.

The official PHP.net documentation for the getmxrr() function states:

Note: This function is not implemented on Windows platforms. Try the » PEAR class » Net_DNS.

However, there are problems with this suggestion…

Read the rest of this entry »

Comments (2)

Free icon sets for your website

If you don’t have the time to make your own icons for your latest product or website, then you need to find some for free.

More often than not, the actual task of finding icons can be even more time consuming than if you made them yourself! Okay, maybe not, but pretty close, needless to say, they are often difficult to find as there aren’t that many going for free.

Read the rest of this entry »

Comments (4)

Missing Mediaid.bin file

Recently I got asked to backup a Vista machine. I’m not a big Vista fan, so this was the first time.

I went ahead and backed up the entire machine onto my external USB hard drive, no problems.

However when it came to restore to a new vista machine I found myself with the following error:

The restore did not finish successfully. Error code:
The backup file could not be found. Check your hardware configuration or restore from a different backup (0×8100001A).

Read the rest of this entry »

Comments (1)

PHPizabi – creating a dating site

During the summer of 2007 I decided to purchase a new domain name with a dating theme.

The idea was to start a dating website. Although a fairly saturated market place, I figured it’d be another one to add to my profile.

Read the rest of this entry »

Comments (6)

Don’t forget to run make test!

During my install of PHP5 on FreeBSD…

Build complete.
Don’t forget to run ‘make test’.

amber# make test
make: don’t know how to make test. Stop

It made me laugh anyway.

Comments

« Previous entries Next Page » Next Page »