Hey SVN testing people -- it's go time! We're testing for the upcoming 1.0.9 release, and believe it or not there have been a lot of changes from 1.0.8, but still not quite ready for 1.1 (sub-albums and the new admin). I refuse to call any release 1.0.10, so 1.1 will be next, I promise. :-) Some new things we have include:
[list]
[]PHP short tags fixed for included themes.
[]E_NOTICE errors fixed.
[]Better image error debugging info, fixed bugs in sizing with w/h/cw/ch/cx/cy
[]Better input filtering for paths, security fixes.
[]Global object read cache; reduces number of queries an order of magnitude or so (especially for Album pages).
[]Simple EXIF data with our new library (now a part of the Zenphoto project!), needs theme functions for nicer display (anyone want to help with that?)
[/list]
The object cache is the one big change I'm looking for bugs in, so if you see any unusual activity or strange database entries, please let me know. Thanks!
SVN as always can be checked out from http://www.zenphoto.org/svn/trunk or downloaded as a ZIP archive from http://www.zenphoto.org/trac/browser/trunk (see "Other formats" at the bottom of the page).
Thanks!
Here is what I come up with
If the default order is filename and you arrange the photos in your album, when you click save, it says "album order saved. Album sorting set to manual" But it doesnt save the order I just organized them in. Every time after that it will save it but not the first time..
After running upgrade.php, I choose Administrate and it brought me to beta.chilifrei.net/trunk/admin
This may be correct with modrewrite enabled but Modrewrite is not enabled.. this is IIS
Also, the inline edit no longer works. It does work for me on my main gallery but not this latest svn..I really dont know how to judge this though.. it has always been kinda hit or miss for me with this.
That is all I have right now.. Ill post back with some more if I find any..
Also.. comment notification on IIS does not work.. I havent seen it in the bug tracker and I havent really paid much attention to this cause I dont use it.. I just remember a post about that a couple of days ago or so. Ill add it to the bug tracker..
Now that I'm back from the dead (or rather Linux training), I'll be glad to help with the EXIF theme functions. Hopefully this weekend I'll get some time to install the latest SVN code on my site, and I get to see how everything works together.
Ok. I have the Rev 483 up there. It seems to work OK for me. Haven't really stressed it out yet though. I'll check out the current EXIF code, and start replacing what I had hacked in there before.
by the way... the svn checkout @ http://www.zenphoto.org/svn/trunk works for me!
It starts going wrong when I click in the yellow highlighted area. Internet explorer will pops up an error. 'undefined' is null or not an object.
Here is what I gathered(NOTE: Everything is IIS6... i know i know):
It is a javascript error and not a php error
It works fine on 3 installations that are wordpress integrated using the original noscope.com integration
Any new gallery I install on which is not integrated with anything(standalone with default theme) it does not work.
Here is a firebug output of where it is erroring
http://beta.chilifrei.net/trunk/ile.jpg
I hope any of this helps.. I will search more but if I dont get a couple things done tonight the wifey is gonna kill me.
I wouldn't be so quick to rule out a 1.0.10 - particularly if 1.1 is not going to be out for a while, it'd be worth getting any interim bugfixes/improvements out.
Anyway, I can report that current SVN is running well as a base for hacking for me.
(I'm mostly fixing a theme to look/behave like my previous gallery setup but in getting there I need/want to brush up my LAMP skills and try out a few things - an additional per album css to override the colour scheme, certain albums not linked to the front page (events/ friends' weddings etc that the whole world doesn't need to see), tinkering with some javascript/preloading to speed up the interface. If I achieve anything substantial beyond integrating other people's hacks I'll be sure to give back to the community.
I looked at trying to allow ampersands in album directory names and got things working somewhat by going through the core code and irregularising some htmlspecialchars/urlencode/pathurlencode etc calls, but I've pretty much decided to move my album structure to dashes instead as a more reliable long term change - with a .htaccess redirect for people coming in through the old URLs, many of which were in the format http://website.com/pics/Bride&Groom/ . But anyway number 2, this post isn't about my hacking, more to report that the pre-1.0.9 version is running well.)
On the galleries that they do work(My main one for example) it works in both IE and firefox.
On the galleries it doesnt work on(my main testing site) it does not work in either IE or Firefox
Ill load a default install today on another webhost to see if there is a difference..
I just sent you an email..
Everything at http://beta.chilifrei.net/trunk is new as of this afternoon(like 5 min from this post)
It is in its own database where the user has full control
It is on IIS6
I installed it on 2 different linux hosts and they work fine on those.
I guess the only weird part is on http://chilifrei.net/zp (my main gallery). It is working there and that is on the same server(IIS6)
Hi, Yesterday I installed 1.0.8.2 and I had problems with the mod_rewrite thing. I read the forum and tried all sorts of tweaks. So I installed SVN trunk today. Om my webhost, zenphoto never works, regardless if I turn mod_rewrite on or off, see this: http://www.maccusfoto.nl/trunk/ . I don't even get the theme.
To check things further, I installed ZP on my local server with the apache mod_rewrite module in place and enabled. But ZP only works when I turn MW off in .htaccess and zp-config.php. (RewriteEngine off, RewriteBase /trunk, $conf['mod_rewrite'] = false
So, I wouldn't release ANY new version if this is not fixed, the gallery is just not usable here. I hope this can be fixed soon, because I really need this supercool program...
Regards, Max.
@Max
Can we see a phpinfo() from your server? If you don't know how to do this, this is the code (place it in a file in the root of your web server where you can get to it):
``
and call it phpinfo.php
What it does is display how your web host has configured your server. It may be a simple thing. One thing that zenphoto doesn't work well with is PHP Safe Mode.
You may also want to do this phpinfo() on your local server, and post it as well so we can see what the configuration is in both places.
It may also help to post a copy of your zp_config file and your htaccess file.
We'll get you fixed up.
something is rewriting your URL on the first page. once you get to the second page it all works from there
http://www.maccusfoto.nl/trunk/index.php?album=test
you will notice that if you click on the link it takes you to
http://www.maccusfoto.nl/index.php?album=test
instead of
http://www.maccusfoto.nl/trunk/index.php?album=test
Also, not sure if you just put it up there but there is a phpinfo here
http://www.maccusfoto.nl/phpinfo.php
at first glance I dont see too much wrong. Your server doesnt support modrewrite so just to make sure.. yours is set to false right..
Also. are there any .htaccess files in the root of your site there that might be affecting this
I notice that all your links on your front page point to a page further into your site.. but the url stays the same..
example
from your main page
http://www.maccusfoto.nl/
your recent link points to
http://www.maccusfoto.nl/photo/recent.html
but when you click it your URL is still
http://www.maccusfoto.nl
I think this might be interfering with it whatever is causing the url redirection.
It is weird though.. (and I am no apache server expert) but mod-rewrite doesnt seem to be compiled with apache according to your phpinfo page.
Here we go:
When I turn MR off I can get to the gallery ONLY WHEN I INCLUDE index.php in the URL:
http://maccusfoto.nl/trunk/index.php
Everything works, but when I click on 'my photos' to go to the main page, I get the ugly page again, because the link points to http://maccusfoto.nl/trunk/ WITHOUT index.php in the URL.
When I turn MR on, it is the same, but when I click on an image on the second page, i get:
Zenphoto Error: the requested object was not found. Please go back and try again.
...and the URL looks like:
http://maccusfoto.nl/trunk/test/2007-02-19-122340-A.jpg.php
...jpg.php??? [edit] Oh I just looked at the config option, guess I should change that...
Ik have an .htaccess file in the Document Root that has the line:
AddType application/x-httpd-php html
but when I rename this to .htaccess.tmp I still get the errors.
The phpinfo file should be on the docroot of the server, do you still need a local PHP config?
Here's the files:
RewriteEngine Off
RewriteBase /trunk
RewriteRule ^admin/?$ zen/admin.php [R,L]
RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
RewriteCond %{REQUEST_FILENAME} -d [NC]
RewriteRule ^.*$ - [R,L]
RewriteRule index.php$ index.php [L,QSA]
RewriteRule ^page/([0-9]+)/?$ index.php?page=$1 [L,QSA]
RewriteRule ^page/([A-Za-z0-9-_]+)/?$ index.php?p=$1 [L,QSA]
RewriteRule ^(.)/page/([0-9]+)/?$ index.php?album=$1&page=$2 [L,QSA]
RewriteRule ^(.)/image/(thumb|[0-9]{1,4})/([^/\]+)$ zen/i.php?a=$1&i=$3&s=$2 [L,QSA]
RewriteRule ^(.*)/image/([^/\]+)$ zen/i.php?a=$1&i=$2 [L,QSA]
RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA]
looks like you got it figured out???? the page looks like it is functioning properly..
What was it that you did?