Gallery 2.1 RC1 Official Forum Topic
volksport
![]()
Joined: 2002-10-06
Posts: 239 |
![]() |
This topic should contain all comments and feedback pertaining to Gallery 2.1 RC1. If you have any questions, please ask a moderator. Robert |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
G2.1 RC2 release blockers / known issues: FIXED: template cache is not deleted during upgrade FIXED: session data is often too large for the DB resulting in errors FIXED: Some item updates produce ERROR_OBSOLETE_DATA FIXED: postgres upgrade was broken FIXED: Maintenance mode recommendation for upgrade FIXED: Dcraw unit test fix FIXED: Need paour to fix the Rss test failures Db2 fixes FIXED: linkitem links for non-album items is broken FIXED: password protected items did not work if captcha was enabled FIXED: redundant code in SystemChecksStep.class Upgrade errors - After enabling modules etc all was fine though. FIXED: block hotlinked items doesn't work properly (for my site) Won't fix / not reproducible: incrementViewCount -> Last-Modified header for guests might cause caching issues FIXED: GetId3 fails on windows FIXED: Page Caching doesn't work on Windows FIXED (no caching for guest preview mode): Admin|Guest switch breaks Page Caching FIXED: maintenance task to find url rewrite conflicts was not exact FIXED: sizelimit module leads to upsampled / distorted resizes Module versions: bump all modules that have been changed since rc1 FIXED: no po directory for reupload, rss, getid3 modules; one untranslatable string in rating module FIXED: php warning in AdminFfmpeg when enter invalid path FIXED: URLs for guests have a trailing ? or & FIXED: Pull 'Repository' Site Admin link FIXED: Must provide users with a platform-specific script to delete obsolete files FIXED: Can't view full size image with medium acceleration WON'T FIX: internal server errors from using add items from local server MySQL UTF 8 related issues oracle might need a larger column for session data FIXED: Themes that are out of date with the theme API prevent upgrade from occuring - (Signe) |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
moved to list in 2nd post. |
|
scaturan
![]()
Joined: 2004-09-12
Posts: 1153 |
![]() |
hi folks, in Site Admin > Maintenance Tasks > "Check short style URLs for filesystem conflicts" > the test goes through, and is labeled "Success" but noted below is: Checked 332 items and found 119 conflicts I ran tests for a standalone G2.1-rc1 site and embedded using WordPress 2.0.1 / WPG2 2.0-beta with the same results. please advise as to what could be causing the errors. I also main several attempts to reinstall from scratch, regenerate mod_rewrite rulesets but ended up with the same results. i maintain several standalone g2.0.2 & also mixtures with wpg2 1.0 / WordPress 1.5.2/2.0/2.0.1 embedded sites and never encountered this problem. |
|
VENCO
![]()
Joined: 2004-03-01
Posts: 78 |
![]() |
On upgrading to G2.1rc1 I had approximately 1500 old files that could be deleted. I will try to work on this, see if I can get it to work, and let you know what happens. |
|
Supernico
Joined: 2004-07-16
Posts: 12 |
![]() |
When upgrading themes (G2 -> G2.1) : Any idea ? |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
Supernico, make sure to get the latest code for every module and theme you have from 2.0.x; if you got the minimal or typical 2.1-rc-1 package then you may still have some old 2.0.x code. |
|
pelle
![]()
Joined: 2004-12-10
Posts: 389 |
![]() |
scaturan, it seems to be checking album URLs incorrectly, looking into it... edit fixed in cvs |
|
robinbowes
Joined: 2002-09-20
Posts: 99 |
![]() |
Hi, I just attempted my bi-annual G2 upgrade from CVS. (I was on 2.0.5, upgrading to 2.0.28) The upgrade failed with a storage failure. I now see the following error when running the upgrader: Error (ERROR_STORAGE_FAILURE) * in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 881 (GalleryStorageExtras::error) I've attached the debug output. Any quick fix? Thanks, R. |
|
Supernico
Joined: 2004-07-16
Posts: 12 |
![]() |
Thanks mindless, got the full packages and it worked perfectly |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
robinbowes your issue should be discussed in a dedicated support forum topic. please create a new one. |
|
scaturan
![]()
Joined: 2004-09-12
Posts: 1153 |
![]() |
pelle wrote:
scaturan, great, thanks! will grab the nightly from JMullan's site tomorrow and run the tests. |
|
robinbowes
Joined: 2002-09-20
Posts: 99 |
![]() |
Ok, will do. R. |
|
skimonkey
Joined: 2006-02-12
Posts: 1 |
![]() |
moved to support. |
|
WALoeIII
Joined: 2004-08-14
Posts: 18 |
![]() |
Will the new rewrite module allow us to run under Lighttpd and still have rewriting? Or is it still dependent on Apache's mod_rewrite. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
on lighthttpd you can use pathinfo (unless you're not using mod_php but php-cgi). |
|
ranjan
Joined: 2006-01-30
Posts: 40 |
![]() |
On upgrade to 2.1, I wish a warning can be generated that PG theme is installed as default & will not be able to use with 2.1 My upgrade went well without any problems & later I got to know that 2.1 & PG theme are not going to work togeather without a patch to PG. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
and where would you like to see a warning? |
|
bgriffiths
![]()
Joined: 2002-07-17
Posts: 15 |
![]() |
maybe an option (or warning) to re-set default theme to "Classic" or "Matrix" at the start of the upgrade? I too fell into that trap - unfortunately it also seems that the module upgrades to the Matrix & Classic themes also failed, so ATM I cannot access the admin section to re-set the theme. Going to try a fresh install with the latest nightly using the existing (now upgraded db and data directory) Out of interest, apart from the version # in version.dat, are any changes made to the data directory by the RC1 upgrade? Fingers crossed Brian |
|
twu2
Joined: 2005-10-12
Posts: 7 |
![]() |
Please change the sequence for get exif ISO data. In my Nikon D50 files, the data in SubIFD.MakerNote.xxx is not correct, and usually we use a ISOfix problem to put ISO data to SubIFD.ISOSpeedRatings. --- ExifHelper.class.orig 2006-02-13 22:30:59.102918749 +0800 +++ ExifHelper.class 2006-02-13 13:28:09.878226663 +0800 @@ -583,9 +583,9 @@ array($gallery->i18n('Shutter Speed Value'), 'SubIFD.ShutterSpeedValue', 'SubIFD.ExposureTime'); $data['ISO'] = - array($gallery->i18n('ISO'), + array($gallery->i18n('ISO'), 'SubIFD.ISOSpeedRatings', 'SubIFD.MakerNote.Settings 1.ISO', 'SubIFD.MakerNote.ISOSelection', - 'SubIFD.MakerNote.ISOSetting', 'SubIFD.ISOSpeedRatings'); + 'SubIFD.MakerNote.ISOSetting'); $data['FocalLength'] = array($gallery->i18n('Focal Length'), 'SubIFD.FocalLength'); $data['Flash'] = |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
bgriffiths you can always use the built-in fallback theme to login and access site admin -> themes to change the theme to another theme. twu2 we can't change that without checking against other camera makers and models too. do you have some show that other makers and models don't suffer from such a change? |
|
bgriffiths
![]()
Joined: 2002-07-17
Posts: 15 |
![]() |
valiant wrote:
bgriffiths hmm - it did not go to a "fallback" theme; just got locked into an upgrade loop. I'll try again tonight with the latest build. Thanks for the response Brian EDIT: All fixed at last - latest build + manually delete caches allowed me into fallback theme |
|
Stevo
Joined: 2002-10-14
Posts: 23 |
![]() |
I'm attempting to use the Picasa import module and don't know how to Export the data from Picasa in XML format. Is there any info available on how to do that? |
|
h0bbel
![]()
Joined: 2002-07-28
Posts: 13451 |
![]() |
Stevo: We don't have proper documentation for it yet, but the steps are as follows: 1. Select a folder inside Picasa, and go to 'Folder->Export as Webpage' or ctrl-w h0bbel - Gallery Team If you found my help useful, please consider donating to Gallery http://h0bbel.p0ggel.org |
|
superstan
Joined: 2006-02-14
Posts: 1 |
![]() |
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\gallery2\modules\ffmpeg\AdminFfmpeg.inc on line 292 when I configure the ffmpeg, something is wrong... |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
superstan, thanks for the report. That is now fixed in cvs. |
|
santm
![]()
Joined: 2005-08-08
Posts: 40 |
![]() |
I upgraded to the latest cvs code. but my site is borken. but when i click on modules from site admin. I get this error. Fatal error: Undefined class name 'rewritehelper' in /home/santmcom/public_html/gallery2/modules/rewrite/module.inc on line 116 I already tried cleanig the cache few time wth out any luck and thumbnail recreation also fails. -thnaks |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
santm: lines 114 - 116 in module.inc: function needsConfiguration() { GalleryCoreApi::requireOnce('modules/rewrite/classes/RewriteHelper.class'); list ($ret, $rewriteParser) = RewriteHelper::getRewriteParser(); so it's obviously not a bug. please check: if the problem persists, please open a topic in the support forums. thanks. |
|
Stevo
Joined: 2002-10-14
Posts: 23 |
![]() |
h0bbel wrote:
Stevo: We don't have proper documentation for it yet, but the steps are as follows: Thanks h0bbel. That worked great. Now all we need is Picasa to be able to directly Export to Gallery2!! That would be SUPER sweet... but this is great! |
|
h0bbel
![]()
Joined: 2002-07-28
Posts: 13451 |
![]() |
Stevo: Excellent. Direct export won't happen until Picasa provides a public api or some other method of integrating into it. As far as we know there isn't a plugin api for Picasa available. Added: Docs has now been added to http://codex.gallery2.org/index.php/Gallery2:Modules:picasa h0bbel - Gallery Team If you found my help useful, please consider donating to Gallery http://h0bbel.p0ggel.org |
|
santm
![]()
Joined: 2005-08-08
Posts: 40 |
![]() |
can some one please post the fluid theme from gallery-contrib for me. I have this error in step one : In step 4 it is complaining about this theme as i recollect it was not active before the upgrade Thanks in advance. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
santm: as i said, please post your issues in the support forums. |
|
capt_kirk
Joined: 2006-01-24
Posts: 492 |
![]() |
Hi. 2.1 RC1 is great. Two issues that I've found so far. Sorry if these are repeats. I did a quick search and could not find postings on either. The first may be a feature instead of a bug and the second may be operator error. 1. gallery2/v/ no longer works as a link to the root album. The breadcrumb for my root photo album now links to gallery2/main.php, even though I have /v/ URL rewrites activated for albums. All of the other albums get the /v/album_name/ short URL. 2. The ImageMagick module will not configure. It passes all of its tests, but when I press the "save" button, it just sits there and does not activate the module. It was working under 2.0.2. I've tried uninstalling it and reinstalling it. Same results. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
1. that's not a bug. the root album is now main.php. a lot of people found the v/ confusing for the root album and main.php it is now, in short or non-short format. 2. works for us. please create a support forum topic and supply buffered debug output etc. that topic should not be discussed here. |
|
Aylwin
![]()
Joined: 2003-09-16
Posts: 24 |
![]() |
valiant wrote:
1. that's not a bug. the root album is now main.php. a lot of people found the v/ confusing for the root album and main.php it is now, in short or non-short format. Yeah, I agree this might be the case for stand-alone installations. It's a bit of a shame though for embedded installations. In my case, I've changed 'v/%path%' to 'gallery/%path%'. So, the path to the root album of my embedded gallery (at least in 2.0.2) would be /wordpress/gallery/. Actually, my wordpress installation is at the root so the path to embedded G2 is really /gallery/. I imagine this would be similar for other embedded installations. Is there any way to make the URL Rewrite module distinguish between embedded or non-embedded? Or, how about simply removing the 'v/' by default? Personally, I would prefer simply '%path%' for the Show Item URL pattern if I had a stand-alone installation. The only problem with this though is that we'd need to make sure that the embedded users manually add a 'v/' or whatever they want to the URL pattern. I think some kind of auto-detect would be ideal. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
removing v/ by default is not an option. the reason for the v/ is explaind here: FAQ: My Gallery URLs begin with /v/ and /d/, why? and this is not G2.1 specific discussion. if you want to elaborate on this, please create a new topic in the support -> general discussion forum. we want to keep this thread on-topic, about issues etc. |
|
pelle
![]()
Joined: 2004-12-10
Posts: 389 |
![]() |
@ v/ for root album: like valiant said, we've seen problems here in the forums with this and in my opinion it is more uniform with main.php as the root album both with URL Rewrite and without. Also take in consideration that mod_rewrite is not the only supported rewriting method. For mod_rewrite, isapi_rewrite and path info it makes sense to have the same URL to the root album for all three methods, thus main.php. As for embedded mode I've heard a request of a configurable prefix for URLs in embedded mode. In your case it would be something like 'gallery' and all your Gallery2 URLs would have gallery prepended like this (if your Show Item rule is '%path%'): I would prefer this solution before taking back v/ as the root album URL. |
|
Joe Siegler
![]()
Joined: 2005-09-14
Posts: 54 |
![]() |
I got the 2.1 install working on my site. I initially picked the minimal install (my verbiage, not yours), and ran into the problem shown above when it tried to upgrade the matrix theme. I had to install the full one to get around that. A few remarks. 1) The error message there was pretty showstopping. If this software upgrade is meant to be "super easy", then the crash msgs should be as well. I know what I'm doing so I was able to look up an answer, but a goober installing this wouldn't know - they'd be screwed. My public gallery was down until I got that fixed, as it used Matrix. You could make the point that if I'm knowledgable enough to install this software, I should also know how to find answers. Valid point, but you make the point of saying it's "Super Easy" to upgrade, and if it all goes right, I agree, but when it doesn't, I don't. 2) I still wish there was an easy way to know exactly what version I'm using. I liked Gallery 1 where it said exactly what version. This one has a Gallery 2 image at the bottom, I'd far prefer "Powered by Gallery v2.1whatever". That's a lot more helpful than a cute image at the bottom. 3) Speaking of images, that video clip that's linked to with the Blackjack button is really inappopriate for one of my websites. It's my church's website, and if the clergy there sees that, they'll not be pleased, so some consideration should be given to things like that in the future, or possibly even the removal of such from the distrubtion files. Yeah, yeah - I know, edit it out. But a Britney Spears song (a cover I know) doesn't seem like appropriate material for a church website. Are there steps there for folks who wish to not have that displayed? There was something else I was going to post here, but I've forgotten it for now - when I remember it, I'll post again. |
|
moonmoon
Joined: 2004-10-29
Posts: 6 |
![]() |
Joe Spiegler, Just FYI, Gallery 2 does have a option to show the current gallery version. It is in the site admin section under maintenance, labeled System Information. It returns all kinds of goodies such as your gallery version: Gallery version = 2.0.1 core 1.0.0.1 Hope this helps! |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
Joe Siegler what error? edit: ah, i see. minimal over full upgrade. |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
1) we'll try to improve handling in the upgrader when you apply 2.1 minimal/typical over 2.0.x something-more-than-that. |
|
Joe Siegler
![]()
Joined: 2005-09-14
Posts: 54 |
![]() |
moonmoon wrote:
Joe Spiegler, OK, fair enough - my fault for not realizing that. However, I was referring to on the front page and not in a maintence menu option in the backend. |
|
Joe Siegler
![]()
Joined: 2005-09-14
Posts: 54 |
![]() |
mindless wrote:
1) we'll try to improve handling in the upgrader when you apply 2.1 minimal/typical over 2.0.x something-more-than-that. Sounds good - yeah, that was a pretty annoying "stop" there. Quote:
2) site admin/maintenance/system info, as mentioned above; also if you're logged in as an administrator you can hover the mouse over the Gallery 2 icon in the footer and it shows the version I didn't know about the hover thing, either. Quote:
3) a) like you said, edit it out.. http://codex.gallery2.org/index.php/Gallery2:How_to_Remove_Unpossible_MP3_Link I didn't know about "B" at all either. When I made that statement, I was logged in as an Admin, but viewing with "Guest", and they showed up there, too. Hence my assumption that anyone could see that. I just checked with another browser and not logged in, and indeed only the version image is there. |
|
twu2
Joined: 2005-10-12
Posts: 7 |
![]() |
valiant wrote:
we can't change that without checking against other camera makers and models too. do you have some show that other makers and models don't suffer from such a change? I didn't test all other makers and models. But in my gallery, all image work for this (include some models of Olympus, Nikon, Canon, Pentax). I think give SubIFD.ISOSpeedRatings a higher priority won't affect other models, if they support this field, they should include the correct ISO data, if they don't support this field, they won't include this field, so we still can get the data from other MakerNote fields. |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
twu2, please file your change in the patches section on sourceforge so we don't lose track of it, thanks. |
|
Thies
![]()
Joined: 2005-07-02
Posts: 6 |
![]() |
Hello! Gallery version = 2.1-rc-1a kärna 1.0.28 |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
please create a screenshot. |
|
dutch2005
Joined: 2005-09-26
Posts: 6 |
![]() |
well i got some errors whle i tried upgradeing to this RC.... |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
dutch2005 mysqlt error: [1054: Unknown column 'g_userId' in 'field list'] in EXECUTE(" UPDATE g2_AccessMap SET g_userOrGroupId = g_userId + g_groupId ")
please create a topic in the support forums. we'll need as much information about your g2 as possible. e.g. with what g2 version you initially started. |
|
Thies
![]()
Joined: 2005-07-02
Posts: 6 |
![]() |
valiant wrote:
please create a screenshot. Hi! |
|
stephenju
![]()
Joined: 2005-07-05
Posts: 172 |
![]() |
I can't view any of the original sized photo when the acceleration is on. Is this a known bug? - |
|