You can try the nightly build--there were two fixes made. One had to do with missing html tags and the other with the album/image delete items. I doubt either of these would cause the toolbox not to open when you click it, but who knows, it would be worth a try.
Also please check to see if there are any Javascript errors reported by your browser.
The JS errors are what is causing the malfunction. Please try the nightly build. I am pretty sure these problems are fixed. (Do you have working gettext() support on your server?)
Comments
Also please check to see if there are any Javascript errors reported by your browser.
Object Expected
'ZPStrings' is undefined
Syntax error
Any use?
No I don't have gettext() on my server.
Thanks for all your help.
add the line:
require_once( dirname(__FILE__).'/../lib-gettext/gettext.inc');
at the top of /zen-core/js/zenphoto.js.