![]() |
|
We need some testers! - 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: We need some testers! (/thread-1145.html) |
We need some testers! - trisweb - 11-02-2007 Want to help out with development? I've recently done a lot of development and need some people to test the current SVN code. If you're interested, go ahead and check out a copy and install it wherever you can. Changes include:
To check it out, do I don't recommend you use this for a production gallery yet, but I'm running it on http://www.trisweb.com/photos and it seems to be working fine. We need some testers! - aitf311 - 11-02-2007 Using TortoiseSVN I get the following errors with this new SVN: ERROR: PROPFIND request failed on '/trac/browser/trunk' I did manually get the files and am using them, although I am not using the new testing theme. We need some testers! - thinkdreams - 11-02-2007 Excellent. I am now using the SVN for my http://www.bushwoodworking.com/zenphoto gallery. It is working well, except for mod_rewrite and display of image thumbnails. If I turn mod_rewrite on, I get the "image not found" (nice new photo placeholder BTW) on some images. what i noticed is that if I toggle mod rewrite off and tried those same ones, they displayed, and then if i toggled mod_rewrite back on, they were cached this time, and seemed to work (although not all of the images in all the galleries worked, if they weren't cached in a non-rewrite environment). The random image display function doesn't display correctly under mod_rewrite either. The links look to be OK, it just isn't caching the thumbs properly. And a big note, these seem to be specifically subalbum thumbs. The regular album thumbs seem to work OK. I left the mod-rewrite on so you could see it. Let me know if there is stuff I can try for you. I have a good backup. So you know, it's SVN rev 345, with the modified Effervescence theme being used. I wanted to test out the theme and really see if I could break it. We need some testers! - Daxeno - 11-02-2007 I will test this one and post my comment tonight. thanks! We need some testers! - trisweb - 11-02-2007 @Craig, could you please upgrade to the latest revision (346) of functions.php and i.php (changes here)? I've added some more debugging output that should help test this problem... It's probably not your theme; as long as it's forming its image URLs properly then it's most likely a problem in i.php. We need some testers! - trisweb - 11-02-2007 @aitf311 - looks like you tried to checkout at the Trac SVN viewer address ;-) ( We need some testers! - aitf311 - 11-02-2007 Thanks tris, updated to 347 Some images do not show even though their thumbs are: We need some testers! - trisweb - 11-02-2007 Whoopsie, I really should test before committing. Try the latest, rev. 348. On a side note, the reason some of your images still show up is because Zenphoto now skips i.php completely if there's a pre-cached file, avoiding the costly and redundant double-request to the server for each image. It still checks file modification times and such to see if updates are needed. We need some testers! - thinkdreams - 12-02-2007 OK. Updated to SVN rev 348, and still the same thumb issue with me. What kind of debugging output should I look for from i.php? Craig. We need some testers! - aitf311 - 12-02-2007 Tris, this has fixed my error. We need some testers! - trisweb - 12-02-2007 @Craig - I was hoping the new revision would give me the debugging info, but I made a mistake. I'll let you know when the update is complete. You can roll back before then if you need the gallery to work... We need some testers! - DarrellD - 12-02-2007 I'll be sure to test it when I get my computer back -- it's getting fixed. We need some testers! - bitbybit - 12-02-2007 Exciting! Hooray pretty subalbums Wasn't sure to what extent you wanted admin interface suggestions/observations since subalbum options didn't appear to be implemented in the build I exported, so here's what (little) I noticed outside of that:
Outside of those two issues, everything seems to be working very smoothly Albums navigate as you'd expect, URLs are pretty... it just works Great stuff! We need some testers! - thinkdreams - 12-02-2007 @trisweb- No worries. None of my galleries are production quality, so if they are missing some images, that's ok. remember that if I turn off mod_rewrite, everything works OK, so i'll stay with rev 348 until you update. Besides, it'll give me chance to try the next rev of SVN when you have it done. We need some testers! - trisweb - 12-02-2007 Next revision is up and should give us better (and safely XSS-attack-proof) debugging info that we can use for all ZP installs from now on. Just place We need some testers! - thinkdreams - 12-02-2007 OK. Got it updated to rev 349. You may fire when ready. I get worse results this time with images, but hey, we're testing, right? We need some testers! - thinkdreams - 12-02-2007 And I get: `Zenphoto error: Image not found! Cache: [ /cache/zen/i.php_w180_cw180_ch80.jpg ] Image: [ zen/i.php ]` With the image you pointed to above after upgrading. We need some testers! - thinkdreams - 12-02-2007 And just for grins, I turned mod rewrite off and on again. I refreshed the page once with mod rewrite off, and it cached a few thumbs on the front page (as long as they are cached, they display properly - but you have to turn off mod_rewrite to get them cached...) Looks like it's specific to mod_rewrite and caching of thumbnails but what is causing it I have no idea. (I know I'm pointing out the obvious here...) Mod_rewrite is currently on. We need some testers! - Daxeno - 12-02-2007 i am now running it on my test site and the only error i get is that some images cannot be found. We need some testers! - trisweb - 12-02-2007 @Daxeno, you're having the same problem as Craig: this is the debug message... `Zenphoto error: Image not found! Cache: [ /cache/zen/i.php_w190_cw120_ch85.jpg ] Image: [ zen/i.php ]` (as long as you don't cache that image, you can see it here) Looks like the way I'm trying to fix the album path for mod_rewrite bugs (essentially, getting the mod_rewrite URL string and manually extracting the album and image) isn't working as I expected. I'll be releasing more versions for you guys to test in the very near future... |