stintel's blog

Motorcycle

Sweet!

Yesterday I got my drivers license for the motor cycle. Today I got insurance, and my license plate. The only thing left is to get the bike itself... Hopefully the weather will get better soon, because I don't feel like driving in the rain (yet).

Will keep you posted, and expect some pics when I get my new vehicle ;-)

Tags: 

Topics: 

Drivers license for motorcycle

Last week, it took me about 1.5 hours to get home from a customer, although it was only 17km from my place. Belgian traffic seems to get worse every day, for some reason, and I am really fed up with all this.

So, I decided to go for a motorcycle :-) Called my colleague who sold his motorcycle, told him I wanted it, and only one week later I went to do the theoretical exam. And I passed :D

Motorcycle, here I come ;-)

MySQL 5.0 DBA II

Although Murphy didn't want it to happen (there has been a power outage at the testing center, which resulted in a fried core switch, and there  was no spare switch of the same type), I passed the MySQL 5.0 DBA II exam today. Score: 60/70.

Sweet :D

Tags: 

Topics: 

Joomla 1.5 template 'JA_Purity'

There is a bug in the Joomla 1.5 template called 'JA_Purity', which causes an error like this:
Fatal error: Call to a member function getItems() on a non-object in /***/templates/ja_purity/ja_menus/Base.class.php on line 32.

To fix this error, open the file templates/ja_purity/ja_menus/Base.class.php, and replace
$menu = @JMenu :: getInstance();
on line 32 with
$menu = &JSite::getMenu();

And your template should be fixed. Cheers.

Pages

Subscribe to RSS - stintel's blog