Gallery 2.2-RC-1 Feedback
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
This topic is for feedback on the first release candidate of Gallery 2.2. [url=/gallery_2.2_RC1_released]2.2-RC-1 release announcement[/url] |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Woo hoooooo! 2.2 RC 1 is out just under the wire in 2006! |
|
mikeage
![]()
Joined: 2005-01-23
Posts: 138 |
![]() |
Love it! Everything worked flawlessly... ... except one thing. I have two G2 installations using a common codebase (multisite). The first upgrade went off without any problems... the second couldn't upgrade the URL Rewrite module. Clicking on upgrade gives me: "Security Violation The action you attempted is not permitted. Back to the Gallery * in modules/core/classes/helpers/GalleryPluginHelper_simple.class at line 94 (gallerycoreapi::error) System Information |
|
primedomain
Joined: 2002-11-09
Posts: 115 |
![]() |
Hello, I just migrated for the first time from G1 to G2 (about 7000 photos). Migration worked so far. Great job! I noticed a couple of things I am not quite sure about: - Does the migration include G1 ratings/polls? I noticed that the number of views has been migrated. However, even after enabling rating for a specific album, there are no G1 ratings. - rating: "... and for all subalbums": I'd suggest to change the text for the first check box ("Enable rating for this album") to sth like "Enable/disable rating for this album". ATM it is slightly unclear that you have to *un*check the box "Enable rating for this album" and check the box "... and for all subalbums" if you want to *disable* ratings in all sub-albums. - in G1, there was one completely empty album (the last one in the list). This sort of interrupted the album migration. When I clicked on "continue", G2 displayed "no albums imported". However, all albums that were listed before the empty album have actually been imported correctly. Of course it's silly to import an empty album, but I figured I should mention it anyway - NetPBM Settings: when I enter the path to the jhead Directory, I always get the error message: "The path you entered isn't a valid path." The path is sth like "/homepages/14/dxxxx/htdocs/addons/gallery/jhead/". In "jhead" is the jehad file, permissons are set to 755. Doesn't work with 777 either. Removing slash at the end doesn't change anything. The same sort of path does work for uploads from the server. It used to work in G1. - Validation: two errors according to validator.w3.org on the Matrix theme: Error Line 70 column 171: there is no attribute "folder". ...r: url(#default#anchorClick)" folder="http://www.xxxxx.com/xxxxx/ Error Line 102 column 30: document type does not allow element "script" here; missing one of "th", "td" start-tag. <script type="text/javascript"> Thanks. gallery version = 2.2-rc-1 core 1.1.26 |
|
mikeage
![]()
Joined: 2005-01-23
Posts: 138 |
![]() |
Quote:
- NetPBM Settings: when I enter the path to the jhead Directory, I always get the error message: "The path you entered isn't a valid path." The path is sth like "/homepages/14/dxxxx/htdocs/addons/gallery/jhead/". In "jhead" is the jehad file, permissons are set to 755. Doesn't work with 777 either. Removing slash at the end doesn't change anything. The same sort of path does work for uploads from the server. It used to work in G1. It wants the path to the directory, not the path to the executable. try /homepages/14/dxxxx/htdocs/addons/gallery/ instead. Don't feel bad... I was actually going through all my settings about two hours ago, realized that one was empty, and made the exact same mistake you did! |
|
primedomain
Joined: 2002-11-09
Posts: 115 |
![]() |
mikeage wrote:
thanks for replying. |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
Thanks for the early feedback! mikeage, did you extract 2.2-rc-1 on top of the existing codebase or remove the old and put 2.2-rc-1 in place? The error indicates the code for a 3rd party module is no longer there, so the site using that module got an error. If you need more help with this issue please post a followup in the support forums, thanks! primedomain, currently we do not import rating data from G1.. sorry! @netpbm, if the filename in that directory is "jhead" and is executable then I'm not sure what's wrong. Perhaps try turning on buffered debug output in config.php and trying again to see if it provides any clues.. please post in the support forums if you need help decoding the debug output. @validation, the folder= one we need to have for webdav support, the other one we'll look into.. do you know what module the <script> is from? |
|
egen
Joined: 2007-01-01
Posts: 2 |
![]() |
NEED HELP! after upgrading plug-in page not shown (blank page) and many modules not working. after enable php errors - Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 14592 bytes) in /home/u9589/biointernet.ru/www/gallery2/lib/bbcode/stringparser.class.php on line 1196 http://biointernet.ru/gallery2 Gallery version = 2.1.2 core 1.1.0.2 |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
egen
Joined: 2007-01-01
Posts: 2 |
![]() |
I'm put .htaccess files with string php...... 16M into server during install, and not result, but 2.1 version working fine upd: I'm try to delete some modules and temporarily disable BBCode .... wow plug-in page is present ! |
|
primedomain
Joined: 2002-11-09
Posts: 115 |
![]() |
Hello, when viewing a photo with two sizes, the size setting gets lost when you click on "next" / "previous". Is this intended? In G1 the setting got saved during the browser session. If this is by design, any possibility to get the G1-behaviour? Currently it makes viewing an album somewhat unpractical Thanks Gallery version = 2.2-rc-1 core 1.1.26 |
|
primedomain
Joined: 2002-11-09
Posts: 115 |
![]() |
mindless wrote:
primedomain, currently we do not import rating data from G1.. sorry! I see. Are there any plans to import them? |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
primedomain wrote:
No one is working on this.. anyone is welcome to pickup this task, we can provide guidance. |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
@egen, the culprit here is almost definitely the GD module which does image manipulation inside PHP and uses up all of PHP's allowed memory. Try a different image toolkit (like imagemagick or netpbm). Failing that, try specifyng 32M or more instead of 16M in your .htaccess file. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
primedomain wrote:
Hello, that's not a bug. g2 doesn't have this feature yet. |
|
scaturan
![]()
Joined: 2004-09-12
Posts: 1153 |
![]() |
mp3 flash player rocks (and it even reads the ID3 tags)! plugin activation/removal is a snap, not to mention DP! the "local file" uploads is finally a module. too goodies many to list. ~will post if something shows up. ---------------------------------------------------------------- |
|
Ankabout
Joined: 2005-11-07
Posts: 24 |
![]() |
Is RC1 a beta version, or does it count as a normal safe release? If it's a release perfectly safe to install. Then I love all of you!!! haha |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
Ankabout: Quote:
Gallery 2.2 RC1 is now available for download! This is the first of two release candidates before Gallery 2.2 will be complete. A release candidate helps users like you test out new features and provide feedback so that the final version has as many possible issues resolved. It's not a stable release. It's pre-release, testing the waters to see if there are things which should be fixed before the final release of Gallery 2.2. |
|
scaturan
![]()
Joined: 2004-09-12
Posts: 1153 |
![]() |
Gallery version = 2.2-rc-1 core 1.1.26 k, here's something that i encountered: -- G2 error message: Estimated time remaining: 6:23 Memory used: 0, total: 0 Error (ERROR_OBSOLETE_DATA) : UPDATE g2_Entity SET g_modificationTimestamp=?,g_serialNumber=? WHERE g_id=? AND g_serialNumber=? (1167769029|3|233|2) * in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 362 (GalleryCoreApi::error) --- please advise, thank you. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
scaturan i tried to reproduce the problem you report but without "success". works fine for me. for further discussions on that error, please open a new topic if you can reproduce it with a fresh g2.2. |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
@scaturan: I'm guessing that you have an out of date cached entity file. Can you try deleting your entity cache? Browse to lib/support, authenticate, go to the cache page and delete the cache for "Album and Photo data" then retry this operation. |
|
Ra10
Joined: 2007-01-02
Posts: 3 |
![]() |
Hallo, Regards Ralf |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
Ra10: thanks for the report. So with firefox there's no problem. but with what browsers / browser version do you experience this issue? and does clearing the browser cache help? |
|
scaturan
![]()
Joined: 2004-09-12
Posts: 1153 |
![]() |
@bharat - k, will try that.. just curious - is -thats ame thing as Maintenance > System Maintenance > delete * cache tasks? yep, i couldn't reproduce it with a fresh install of 2.2-rc1 and for some reason, the 2.1.2 -> 2.2-rc1 upgrade and the issue I posted somehow, self healed. it's a miracle! ---------------------------------------------------------------- |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
scaturan site admin -> maintenance -> delete * cache tasks are a subset of lib/support/ -> cache management. |
|
leahcim
Joined: 2005-12-06
Posts: 3 |
![]() |
README.html wrote:
11. Photo auto-rotation based on camera sensors or on settings from other applications. *banana dance* Hooray! Having to manually rotate photos after uploading them was a bit of a pain. (Now if only there was some sort of telepathy module that could automatically write photo captions too... :P) Thanks! -MD -- |
|
primedomain
Joined: 2002-11-09
Posts: 115 |
![]() |
Hello (again ;-) ), I am encoutering an error when trying to resize all photos in an album. Use this thumbnail size in all subalbums: enabled The process starts fine, but then I get the following error: Resizing photo Quote:
169_6963 The same error occurs on other photos as well. Some albums work without any problem whatsoever. Any idea what's wrong here? Gallery version = 2.2-rc-1 core 1.1.26 |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
primedomain i've read about this error after importing from g1 a few times already. |
|
primedomain
Joined: 2002-11-09
Posts: 115 |
![]() |
yes, that did the trick. |
|
Ra10
Joined: 2007-01-02
Posts: 3 |
![]() |
Moving sidebar and IE 7: @valiant Thanks for the quick response. I have tried to delete the browser cache (Cookies and files) IE version 7.0.5730.11 (full version, no RC) - no improvement. I have tried out IE 6 on another machine in the meantime, no such problems with IE6. Opera 8.5 works as well correctly, hence only IE 7 seems to refuse working with RC1 sidebar... Same odd behavior when I load another page mentioned in this thread (http://biointernet.ru/gallery2). |
|
RichStaff
Joined: 2006-12-31
Posts: 8 |
![]() |
I have a new Gallery 2.2.0rc1 installation, though it was an upgrade to an empty 2.1 installation. The process of upgrading was simple, and I started loading my images into the new system, using 'Local Server' as the upload method. My gallery is organized with an album per year, with sub-albums per month and lowest level albums by photo session. I have about 100k images to upload, so I started with the 2006 images a month at a time (about 1500 images per month in about 20 photo session subdirectories). The 2006 load went well. I then started the 2005 images, and started getting an error after the first 10 months. The error is: *** The exact nature of database errors is not captured unless Gallery debug mode is enabled in config.php. Before seeking support for this error please enable buffered debug output and retry the operation. Look near the bottom of the lengthy debug output to find error details. Error Detail - It doesn't seem to be data dependent as I can avoid the error by loading smaller groups of images, perhaps up to 100 images in 4 sub-directories. I tried enabling the php debug mode, but the amount of html in the buffer was just overwhelming my system. Even though an error is being reported, the albums appear to contain the proper images and so far I don't see any side-effects of the error. Any ideas as to how to proceed? I've got 60k+ image still to load, and it is slow enough doing them a month at a time! Thanks, Rich Stafford |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Ra10 wrote:
Moving sidebar and IE 7 I don't see that behavior. But that does not mean you don't see that behavior. It is just hard to diagnose without seeing the behavior. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
RichStaff wrote:
It doesn't seem to be data dependent as I can avoid the error by loading smaller groups of images, perhaps up to 100 images in 4 sub-directories. Sounds to me like a memory issue. Dave |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
RA10 Please add your notes to this table on the wiki: Thanks! |
|
kunghe
Joined: 2007-01-02
Posts: 6 |
![]() |
hi, Long time ago,I installed Gallery 2.1 and I could use download software to download pic in my gallery .. so in this version ,it's protected from software (eg: downloader ,pichunter ,..) ??? please,I want to anti download ... can I help me ! thanks. |
|
RichStaff
Joined: 2006-12-31
Posts: 8 |
![]() |
floridave: Thanks for the points. I am running this on my own server, with a local copy of MySql, so I didn't think a query limit was the issue. For other reasons, I had already set my php.ini memory_limit up to 96m. I managed to get the php debug working, by sending output to a file instead of the local window. It looks like a request to update a table is failing with a column limit exceeded, with some pretty strange stuff going into the g2_sessionMap table, in the g_data column. I posted more details over in the standard Gallery2 trouble-shooting forum. Thanks, Rich |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
kunghe Please start a new topic with a bit more details and a user story. I don't understand what you mean when you say: Quote:
(eg: downloader ,pichunter ,..) ??? please,I want to anti download Dave |
|
primedomain
Joined: 2002-11-09
Posts: 115 |
![]() |
while playing around a little bit more, I noticed sth strange: I removed via gallery2/lib/support/ all thumbnails and resizes. When browsing the albums, it takes of course longer to load the images. So far so normal. However, this doesn't quite work in IE7.0 In Firefox 2.0.0.1 loading takes longer, but eventually images do show up. In IE7, some images get loaded, some don't (appearing with a "red cross"). When hitting refresh, the "missing" images do get loaded. This happens on all views, even on my random image block. Sometimes none out of 2 (or 3) random image block files display. Looks to me that FF "waits longer" before indicating a missing image than IE7 does. Interestingly the problem occurs with Opera too, but to a less dramatic extent. Does that make sense that it's browser dependant? Thanks. Edit: just found out that it's apparently related to the Locking System setting. The problem doesn't occur anymore with the file locking system (had this originally, but had switched to database because I had some errors during some gallery wide testing operations) Gallery version = 2.2-rc-1 core 1.1.26 |
|
eliasgruber
Joined: 2006-02-07
Posts: 45 |
![]() |
hi, i love the dynamic albums, i have been waiting hard for them the last months!!!!!!! thanks a lot!!!!!!!! one thing as i did the upgrade: i lost all my descriptions and text in the database during the automatic convertion to UTF8 while executing the upgrade. all text behind "ä", "ü", "ö" and "ß" was lost!!! god bless i made a database-backup before!!! so i was able to transfer all the text-data (prev. latin-1) back to the new database now everything is working fine!!! would be nice to have a possibility to overtake keywords to the database even if the pics are alrady imported, in case i change the exif-data afterwards. now i think it's only possible during upload, am i righ? it would be also fine, if keyword-albums are only showing the pics from the actual album and these subalbums and not from all the gallery, but maybe i configured something wrong? finally i would say that you did a REALLY GREAT JOB whith this release, thanks a lot...this gallery is exactly what i was waiting for years before greetings idefix. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
eliasgruber if you have a backup that we could use for debugging / diagnosing, please report it at: yes, exif/iptc keywords are only read on item add time. and thanks for the kind words |
|
Ankabout
Joined: 2005-11-07
Posts: 24 |
![]() |
I installed 2.2RC1 and it worked brilliantly. So I guess there's nothing useful I can add to this thread... Just wanted to express my happiness in 2.2 being released. |
|
gaynormcc
![]()
Joined: 2003-09-05
Posts: 426 |
![]() |
I tried to install the new version, but got an error at database setup. (Stage 5). Reading this thread I just wonder now if it might be something you can help with. >> Does this just mean that it needs to be donr on my son's computer which I think he has set up as a server.? And does that mean that any time I want to do an update or installation I am going to have to ask him to do it. (and wait till it reaches the top of his priorities list) Gaynor |
|
hemsoe
Joined: 2004-09-09
Posts: 38 |
![]() |
Hi.... I have tried to conf the "AddViaEmail" module... But I can't make it work. Is here anyone tried to Conf that module..??? /hemsoe |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
hemsoe the addviaemail module is a non official module. gaynormcc did you type the above by hand? else i wouldn't know why it is "mtsql" instead of "mysql". ------------------------- |
|
AlexWilson
Joined: 2007-01-07
Posts: 1 |
![]() |
Just installed 2.2, loving it so far! |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
the preinstaller defaults to g2.1.2 since that's the latest stable release. ---------------- |
|
twu2
Joined: 2005-10-12
Posts: 7 |
![]() |
--- GalleryRemote.inc.orig 2006-12-20 08:24:57.000000000 +0800 +++ GalleryRemote.inc 2007-01-07 19:58:46.816364538 +0800 @@ -68,6 +68,7 @@ global $gallery; $session =& $gallery->getSession(); + GalleryUtilities::unsanitizeInputValues($form, false); $start = array_sum(explode(' ', microtime())); $status = $error = array(); This patch let GalleryRemote can create correct Chinese title for album. (without this, the Chinese string will convert to and display like &#xxxx;... This bug exist since Gallery 2.1: http://gallery.menalto.com/node/54574 |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
twu2 Thanks for reporting! -------------- |
|
gaynormcc
![]()
Joined: 2003-09-05
Posts: 426 |
![]() |
valiant wrote:
gaynormcc |
|
gaynormcc
![]()
Joined: 2003-09-05
Posts: 426 |
![]() |
valiant wrote:
gaynormcc |
|
FransL
Joined: 2006-02-25
Posts: 3 |
![]() |
The upgrade to 2.2RC1 went OK however .. We can access Gallery but only as 'guest'. I cannot login nor can any other admin or user. When we login no (web) page can be accessed for about a minute thereafter we can access Gallery again but only as 'guest'. |
|