Development
Wildcard domains DNS and local WAMP for website development

When developing websites on a local WAMP installation, I often need control over the DNS. It is no problem to add a hostname to the Windows hosts file, but a wildcard in the domain does not work. For example you need a wildcard domain when installing Wordpress Multisite locally with subdomains. …
Ubuntu: Installing Zend Framework with NetBeans

To install Zend Framework is not as straight forward like other PHP Frameworks. Also to install it with NetBeans it was not described very well on blogs.sun.com/netbeansphp site. Let’s start!
My assumption is that NetBeans is installed already on Ubuntu. I used NetBeans 6.9.1 and Ubuntu …
warning: htmlspecialchars() expects parameter 1 to be string, array given in includes/bootstrap.inc on line 857
After the from Drupal 6.17 to 6.19, I was getting the following message on a multi-language installation:
warning: htmlspecialchars() expects parameter 1 to be string, array given in includes/bootstrap.inc on line 857.
This is nearly the same problem as described in post.
Also this problem, was only …
warning: htmlspecialchars() expects parameter 1 to be string, array given in includes/bootstrap.inc on line 857

Na de upgrade van Drupal 6.17 naar 6.19, kreeg ik de volgende melding op een meertalige website installatie:
warning: htmlspecialchars() expects parameter 1 to be string, array given in includes/bootstrap.inc on line 857
Dit is bijna het zelfde probleem zoals beschreven in deze post.
Ook dit …
warning: preg_match() expects parameter 2 to be string, array given in bootstrap.inc
After an upgrade of module Internationalization (i18n), I was getting the following message on a multi-language installation (Drupal 6.16):
warning: preg_match() expects parameter 2 to be string, array given in includes/bootstrap.inc on line 777.
I did not had this problem, when I was logged in or …
warning: preg_match() expects parameter 2 to be string, array given in includes/bootstrap.inc

Na een upgrade van de module Internationalisering (i18n), ik kreeg het volgende bericht op een multi-taal, installatie (Drupal 6.16): warning: preg_match() expects parameter 2 to be string, array given in includes/bootstrap.inc on line 777.
Ik kreeg de melding alleen als ik niet was ingelogd en de …