Archive for the ‘LAMP’ Category

PHP - ‘allowed memory size’ fatal error whilst using exec() command

Friday, October 7th, 2011

I was using php 5.3’s exec() command within a cli script to load some data …

Gotcha - Php require_once includes files twice if path’s case is wrong causing ‘Fatal error: Cannot redeclare’ errors

Monday, September 12th, 2011

Here’s another gotcha story. Its a little storm in a teacup that occurred while I was writing …

Parallel’s PLESK/Virtuozzo - the missing manual

Saturday, May 21st, 2011

I’ve just worked out why Parallel’s Plesk/Virtuozzo documentation is so awful.

I’ve been using Plesk, on and off, …

Html Tidy fix for anchor tag - already defined in entity, line…

Wednesday, September 1st, 2010

I was having some problems with an XHTML document (that contained a named anchor tag). It was …

Zend Config XML and INI files - How to Specify False and Other Non-String PHP Data Types

Friday, August 27th, 2010

Zend Config INI and Zend Config XML are handy adaptors that allow you …

Picking Aggregate Roots - Domain Driven Design

Saturday, October 17th, 2009

I’m steadily thinking more and more in terms of Domain Driven Design.

I had often found …

How to fix WHM /Cpanel Apache Log Bug - Crashes Intermittently- for Linux newbies

Tuesday, September 8th, 2009

I’m more of a PHP editor than a ’system admin’. I use a PC and am NOT …

Where to start? - Beginner Level to Expert PHP Website Developer

Friday, May 15th, 2009

This is a message to my previous self (like how Rimmer went back to tell …

editing vhost.conf : Service is not available now, probably your Plesk is misconfigured

Monday, March 16th, 2009

[This article is aimed at web developers who have medium level knowledge of Apache server administration]

I was …

The generic stdclass class in PHP (standard object)

Wednesday, September 19th, 2007

I’m new to Object Oriented Programming in PHP and keep forgetting what the name of the generic …