I installed the latest version: zenPHOTO 1.1.3 12/17/2007 and run the setup. My zp-config.php file includes the following lines:
...
`
$conf['allowed_tags'] = array (
'a' => array ('href' => array (), 'title' => array ()),
'abbr' => array ('title' => array ()),
'acronym' => array ('title' => array ()),
'b' => array (),
'blockquote' => array ('cite' => array ()),
'code' => array (),
'em' => array (),
'i' => array (),
'strike' => array (),
'strong' => array (),
'ul' => array (),
'ol' => array (),
'li' => array (),
);
`
...
The workaround by Schnouki gets the warning message out. The bug is still there...