![]() |
|
Another 1.2.4 upgrade problem - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Another 1.2.4 upgrade problem (/thread-5074.html) |
Another 1.2.4 upgrade problem - Rafe - 20-04-2009 The Admin Toolbox thingy doesn't work since upgrading to 1.2.4. Clicking on it does nothing Any help much appreciated! Another 1.2.4 upgrade problem - sbillard - 20-04-2009 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. Another 1.2.4 upgrade problem - Rafe - 20-04-2009 I get three JS errors... Object Expected Any use? Another 1.2.4 upgrade problem - sbillard - 20-04-2009 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?) Another 1.2.4 upgrade problem - Rafe - 20-04-2009 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. Another 1.2.4 upgrade problem - ss44 - 01-05-2009 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. |