Another 1.2.4 upgrade problem

The Admin Toolbox thingy doesn't work since upgrading to 1.2.4. Clicking on it does nothing :(

Any help much appreciated!

Comments

  • 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.
  • Rafe Member
    I get three JS errors...

    Object Expected
    'ZPStrings' is undefined
    Syntax error

    Any use?
  • 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?)
  • Rafe Member
    Please see my other post - changing to the zenphoto.js.php from 1.2.3 has solved this issue.

    No I don't have gettext() on my server.

    Thanks for all your help.
  • ss44 Member
    the fix for this is:

    add the line:

    require_once( dirname(__FILE__).'/../lib-gettext/gettext.inc');

    at the top of /zen-core/js/zenphoto.js.
Sign In or Register to comment.