We’re pleased to announce the release of version 1.2.7. This release includes bug fixes, many feature improvements and refinements, and updates to plugins and translations. See the changelog for more information - http://www.zenphoto.org/2009/11/version-127/
Download 1.2.7 on the Home page - http://www.zenphoto.org
Congrats on the newest release! Thanks for the work you two put into zenphoto.
@Laurent: There is no .htaccess file included because setup.php creates it if it doesn't already exist. The default .htaccess is now in zp-core/htaccess.
No worries I just realized that particular change isn't listed in the changelog.
Sorry to be a pain re: htaccess. I'm trying to upgrade from 1.2.6_RC1. Although I have not integrated Zenphoto with WordPress, the latter is in my root folder, so Zenphoto is effectively a subfolder within the 'root' WordPress.
Previous versions with .htaccess in the Zenphoto root always allowed it to display properly. Now I am getting a 404 error (page Not found - WordPress message) everytime I load the subfolder, despite editing the "htaccess" file (it's not called .htaccess?) in zp-core.
Any advice would be much appreciated
The file needs to be placed in the root folder of your Zenphoto install and renamed .htaccess. Setup should have done that for you, but if it did not, then you will have to do so.
[b]note:[/b] Setup will only copy this file if it is not an upgrade install. This is so that it will not replace a .htaccess file you have deliberately removed.
Surely someting is corrupt in your install. getimagemetadata() is defined in the template-functions.php script. Likewise, templtate-functions.php line 2628 is * @return string, part of a comment.
Perhaps you have an old version of that script instead of the one from 1.2.7?
I tried to upgrade from 1.2.6 to 1.2.7...earlier setup page opened...And I just checked permissions dialog to something (don't remember but url said it as =2) and now it just returns 404 error.
I have zp-config.php in zp-core directory now, .htaccess is also there...but still 404 error.
Error_log shows:
[02-Dec-2009 01:23:21] PHP Warning: Missing argument 2 for getPlugin(), called in /home/user/public_html/siteurl.com/gallery/index.php on line 96 and defined in /home/user/public_html/siteurl.com/gallery/zp-core/functions.php on line 628
[02-Dec-2009 01:23:21] PHP Fatal error: require_once() [function.require]: Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user/public_html/siteurl.com/gallery/index.php on line 96
Pls help.
Two things that are not working for me after upgrading to 1.2.7:
First I always had the .htaccess file in the root folder of ZP. I read here and there that it should now be placed in /zp-data, but doing so makes it impossible to reach the subalbums. Placing it back to the root folder fixes the problem. How can I place .htaccess into /zp-data without problems?
I have a dynamic album, but the slideshow doesn't work for that album. It seems to keep loading forever.
@jackdaw:
No, the .htaccess file should be as ever in the root of your Zenphoto install. The template for it is in zp-core and will be used by setup to create that file if it does not exist. If you already have one you can keep it actually.
Different since 1.2.6 actually is that the zp-config.php file should be in zp-data. You can copy your existing over. Also the template tat is also in zp-core will be used to create a new one by setup.
Actually we had fixed that. Sure that you have the correct file of the slidesshow?
@divan: What plugins? Only third party / custom made ones should go there. All standard ones that come with the release should remain in zp-core/zp-extensions.
@rid:
tested with 1.2.7 - dates are taken from EXIF correctly.
@acrylian:
I've made some plugins, one of them - image-bulkedit plugin, based on image-massedit plugin. I used massedit as a template. So, now, after upgrading to 1.2.7, in respect to the new policy of plugins and extensions, I copied my plugin to the zenphoto/plugins/ directory and it stopped working. I investigated changes in new image-massedit plugin to understand what have been changed, but nevertheless there were some problems with pathes. So I simply moved my plugin to the zp-core/zp-extensions and it work. But I beleive the plugins should work flawlessly after moving from 1.2.6's zp-core/plugins/ dir to the 1.2.7's /plugins/, shouldn't they? Or some instructions for 'porting' should be provided for plugin writers to avoid such things.