Pages (3): 1 2 3   
Administrator
Administrator
acrylian   01-12-2009, 19:42
#1

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

Member
Member
Laurent   01-12-2009, 21:41
#2

Thanks a lot for the great job.

Laurent

Member
Member
kagutsuchi   01-12-2009, 21:54
#3

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.

Member
Member
Laurent   01-12-2009, 21:59
#4

Oups, very sorry. I'll edit my previous post

Thanks

Member
Member
kagutsuchi   01-12-2009, 22:48
#5

No worries I just realized that particular change isn't listed in the changelog.

Member
Member
flick   01-12-2009, 23:03
#6

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

Member
Member
sbillard   01-12-2009, 23:40
#7

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.

Member
Member
slrtx1   02-12-2009, 03:31
#8

Nice new features in the update. Thanks!

But, the "Default" theme does not work correctly with the new version.

Member
Member
slrtx1   02-12-2009, 04:00
#9

Another error - this time using the "Zenphoto default" theme.

On each image, I get the error,

"Fatal error: Call to undefined function getimagemetadata() in /home4/valaddso/public_html/RileyGallery/themes/zenpage-default/image.php on line 86"

Member
Member
slrtx1   02-12-2009, 04:06
#10

More info on the "Default" theme issue.

When I try to view an image, I get this error:

Fatal error: Call to undefined function is_valid_video() in /home4/valaddso/public_html/RileyGallery/zp-core/template-functions.php on line 2628

Member
Member
sbillard   02-12-2009, 04:30
#11

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?

Member
Member
rid   02-12-2009, 05:13
#12

sounds like either the theme or the script could be out of date.

i got similar errors, but with a custom theme. then i realized that some functions were renamed, such as getImageEXIFData() being now getImageMetaData()

Member
Member
navjotjsingh   02-12-2009, 09:26
#13

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.

Administrator
Administrator
acrylian   02-12-2009, 10:47
#14

zp-config.php should be located in zp-data after running setup as well as the htaccess file.

Member
Member
micheall   02-12-2009, 13:45
#15

Flawless upgrade from the nightlies. Great work to the developers, looking forward to using Zenphohto for ages to come.

Member
Member
jackdaw   02-12-2009, 17:42
#16

Two things that are not working for me after upgrading to 1.2.7:

  1. 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?

  2. I have a dynamic album, but the slideshow doesn't work for that album. It seems to keep loading forever.

Member
Member
divan   02-12-2009, 17:56
#17

Upgraded smoothly.

Moved my plugins into plugins/ dir(outside from zp-core) and cannot get it working. Any comments on this change? Should I patch my plugins to use the new path(I use PLUGIN_FOLDER as in examples)? Any instructions?

Administrator
Administrator
acrylian   02-12-2009, 19:08
#18

@jackdaw:

  1. 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.

  2. 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.

Member
Member
rid   03-12-2009, 04:50
#19

is it me, or is uploading photos through the admin backend not pulling dates from the photos anymore? the date used to be when the photo was taken, but now the date is when the photo was uploaded.

Member
Member
divan   03-12-2009, 09:31
#20

@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.

Pages (3): 1 2 3   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.