![]() |
|
Upgrade to 1.2.4 IE not working - 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: Upgrade to 1.2.4 IE not working (/thread-5072.html) |
Upgrade to 1.2.4 IE not working - Rafe - 2009-04-20 Have upgraded to 1.2.4 [3716] (Official Build) and came across two problems. Firstly all my text fields in the MySQL tables were set to Swedish as the locale so getting lots of incompatible locale errors! Set them all to UTF-8 and problems gone away. Second problem I can't fix... IE7 no longer shows the picture giving a JS error of "ZPPATH not defined" yet Firefox is fine?? See http://www.forgot.co.uk/photos/index.php?album=laalaa&image=DSCF0002.JPG Note I'm using a different path to the standard one, but have the following lines in my zp-config.php file... $conf['album_folder'] = '/albums'; define('WEBPATH', '/photos'); Any ideas? Upgrade to 1.2.4 IE not working - sbillard - 2009-04-20
The other thing you can try is placing Upgrade to 1.2.4 IE not working - Rafe - 2009-04-20 If I leave WebPath commented out it keeps trying to change the URLs to: http://www.forgot.co.uk/php/index.php?album=laalaa&image=DSC00012.JPG Instead of the correct: http://www.forgot.co.uk/photos/index.php?album=laalaa&image=DSC00012.JPG Placing the require_once('zp-config.php'); (before or after the Upgrade to 1.2.4 IE not working - sbillard - 2009-04-20 You can try using the zenphoto.js.php script from the 1.2.3 build. There was a change to fix a differnent problem, but obviously you were not encountering it. Still, I am suprised that the above change did not work. Essentially it is doing the same as the old file, but without the downside. Upgrade to 1.2.4 IE not working - Rafe - 2009-04-20 Changing to the zenphoto.js.php from 1.2.3 has solved both my admin toolbox not appearing and my photos not appearing in IE! Let me know if you want me to test anything else! Upgrade to 1.2.4 IE not working - Rafe - 2009-04-20 Hmmm maybe not. I think the change of theme to ZenPage Default fixed the IE issue. Going back to ZenPhoto Default and my pictures don't appear in IE. Upgrade to 1.2.4 IE not working - sbillard - 2009-04-20 Do you get any setup warnings? Particularly one about gettext() support? Upgrade to 1.2.4 IE not working - sbillard - 2009-04-20 Based on your other report (gettext() support) I would like you to try the nightly build that will be created tonight. I believe you were suffering two different issues. One already fixed, one as per the code above which I have encorporated. Upgrade to 1.2.4 IE not working - Rafe - 2009-04-27 Hi, I've finally had a chance to install the latest nightly build...
Thanks! Upgrade to 1.2.4 IE not working - Rafe - 2009-04-27 I have gettext installed on my webserver now which addresses those issues. However I still do not get images in IE7! Upgrade to 1.2.4 IE not working - Rafe - 2009-04-27 I note this problem only occurs using the default theme. Upgrade to 1.2.4 IE not working - acrylian - 2009-04-27 Sorry, I don't have IE but everything looks fine to me. Check if you are loggedin and the images maybe not set "visible" or the album maybe is unpublished. Loggedin admins with the rights for it see everything. Upgrade to 1.2.4 IE not working - sbillard - 2009-04-27 We've added ngettext() to the substitute library now. That change will be in tonight's build. This was an oversite--not too many people have PHP without gettext() support. Upgrade to 1.2.4 IE not working - sbillard - 2009-04-27 I've just visited the URL you posted (and browsed some other parts of your site). Using IE7 everything is showing properly for me. Upgrade to 1.2.4 IE not working - Rafe - 2009-04-27 Sorry, my fault. It works because I switched to a different theme from the default one. |