Author Archives: nigel

libevent-2.0.so.5: cannot open shared object file: No such file or directory

When installing Memcached on a machine I came across the following error when I tried to start it: memcached: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory The solution for this on … Continue reading

Posted in Uncategorized | 1 Comment

My last thoughts on Symfony2

Well I’ve been playing with Symfony2 for 3 months now and today is the day I’m officially turning my back on the Symfony project. I played around and built several small things just to see how it worked. I found … Continue reading

Posted in Uncategorized | 11 Comments

My first thoughts on Symfony2

I’ve been playing with Symfony2 for a little while now and I think I’m starting to get on top of it. When I started looking at Symfony2 I’d never used an ORM or a templating language before as well as … Continue reading

Posted in Uncategorized | 4 Comments

How to stop Joomla Media Manager making your image names lowercase!

I recently developed a simple module that loaded in images automatically based off a folder/file structure in the images folder. The name of the file would dictate the caption underneath the image requiring names of files to be descriptive and … Continue reading

Posted in Uncategorized | 1 Comment

PHP-FPM crashes using PHP 5.3.6 with Nginx

I recently spent a few hours smashing my head against my keyboard trying to figure out why PHP-FPM was dying every time I tried to load my favourite framework. The cause ended up being APC. Versions 3.1.9 and 3.1.8 don’t … Continue reading

Posted in Uncategorized | 1 Comment

Rewriting subdomains to the Document Root in Nginx

I spent a little bit of time on this today getting my development environment working this morning on my new laptop. I wanted to be able to create a new folder inside a directory and not have to create a … Continue reading

Posted in Uncategorized | Leave a comment

Iptables Rules to allow Git

I have a client that wanted to use Git on their VPS. My firewall was blocking it and I had to do a little research. Git uses port 9418 to communicate. You don’t want to open up the port externally … Continue reading

Posted in Web Hosting | Leave a comment

Ubuntu 11.04 libjpeg.so libpng.so PHP installation issues

I purchased a new laptop today. After about a week of research and looking at various options I decided on an HP DV6-6026TX. So for the laptop has been an absolute joy to work with. The first thing I did … Continue reading

Posted in Uncategorized | 2 Comments

Unable to allocate memory pool.

When you wake up in the morning, log into your web server and glimpse at your php error logs it can be a little unsettling to see every page request producing ‘Unable to allocate memory pool’ error messages. After doing … Continue reading

Posted in Web Hosting | Tagged , , , , | 2 Comments

Nginx 1.0.0 is out!

I just happened to check the Nginx website today and discovered that version 1.0.0 stable has been released! I immediately downloaded it and updated my web server. So far so good, I’m currently rebuilding my Nginx conf files for my … Continue reading

Posted in Uncategorized | Leave a comment