Niels Hackius wrote: > add_action('activate_samba/loadbalancer.php',array(&$lbnh_installer_reference,"installer")); The first parameter of add_action() or add_filter() should be a valid plugin hook name. See http://wphooks.flatearth.org/ Owen