Pages (2): 1 2   
Developer
Developer
trisweb   2007-04-05, 20:53
#1

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!

Member
Member
Chilifrei64   2007-04-05, 23:27
#2

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

Developer
Developer
trisweb   2007-04-06, 01:35
#3

Thanks Daniel, I'll be looking at those soon... go ahead and submit more bugs to the tracker if you want.

Member
Member
thinkdreams   2007-04-06, 20:12
#4

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.

Member
Member
thinkdreams   2007-04-06, 20:33
#5

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.

Member
Member
danfreak   2007-04-11, 14:40
#6

I'm up for it! what shoud I do?
try to checkout from your svn to my wc?

Member
Member
danfreak   2007-04-11, 15:09
#7

by the way... the svn checkout @ http://www.zenphoto.org/svn/trunk works for me!

Developer
Developer
trisweb   2007-04-12, 21:52
#8

Yep, that should work too Dan.

Daniel (Chilfrei64 daniel...) could you tell me more about the AJAX edit not working? Where does it go wrong? Would you turn on debugging and tell me what it gives you? It's working great for me...

Member
Member
Chilifrei64   2007-04-12, 23:56
#9

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.

Developer
Developer
trisweb   2007-04-13, 03:35
#10

Does it work in Firefox, or does it actually stop there? (Or were you just using firebug to show me where it stops in IE?) We should start a bug in trac for this... it'd be easier to... uh... keep trac.

Member
Member
jlang   2007-04-13, 09:28
#11

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

Member
Member
Chilifrei64   2007-04-13, 11:19
#12

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

Developer
Developer
trisweb   2007-04-13, 17:00
#13

Thanks Daniel, now.. how 'bout an admin user/pass on one of the galleries where you see the bug? You can email it to me if you want. thanks!

Member
Member
Chilifrei64   2007-04-13, 19:45
#14

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)

Member
Member
Maccus   2007-04-19, 10:28
#15

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.

Member
Member
thinkdreams   2007-04-19, 13:33
#16

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

Member
Member
Chilifrei64   2007-04-19, 15:26
#17

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

Member
Member
Chilifrei64   2007-04-19, 15:30
#18

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.

Member
Member
Maccus   2007-04-19, 18:49
#19

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:

htaccess file for zenphoto


NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory.


RewriteEngine Off

!!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!


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]

Catch-all - everything else gets handled in PHP for compatibility.


RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA]

Member
Member
Chilifrei64   2007-04-19, 19:10
#20

looks like you got it figured out???? the page looks like it is functioning properly..

What was it that you did?

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