![]() |
|
Small issues after upgrading to 1.4.7 - 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: Small issues after upgrading to 1.4.7 (/thread-12160.html) |
Small issues after upgrading to 1.4.7 - bic - 2015-03-17 Some small issue I have found after the long time needed upgrade to zp 1.4.7. I don't know which one of them deserve a ticket on gitub
That's all so far. If I'll find something else, I'll update PS Small issues after upgrading to 1.4.7 - acrylian - 2015-03-17 1.4.7 or master? 1) Should work correctly with multilingual content now.
Thanks for the note about the upgrade process. Technically 1.4.4 > 1.4.5 > 1.4.7 should have worked as well as 1.4.7 is a bug fix update to 1.4.6 only (version numbering change). Small issues after upgrading to 1.4.7 - bic - 2015-03-17 It's 1.4.7. I'll try the master version of the plugin, thanks. Small issues after upgrading to 1.4.7 - bic - 2015-03-18 With master version of the plugin, image thumb is now created in news even for albums without description, but now the title is missing, while the TitleLink is correct. Edit: actually the TitleLink is different from the standard of other galley news. Instead of the Small issues after upgrading to 1.4.7 - acrylian - 2015-03-18 Hm, in my tests the title was never missing … Be sure you have the options set correctly with the placeholders (see the option comments how they should be). Also please review your error logs. Yes, the titlelink is prefixed indeed but that was no change done by me but probably by the orginal author. Small issues after upgrading to 1.4.7 - bic - 2015-03-18 Options are ok, may be something is wrong because I uploaded only the plugin files from master into the "old" 1.4.7 installation. It is "description independent" now anyway. Meanwhile I found another new behavior when navigating through images from search results. In image page, zenphoto tries to use the theme of the album to which the image belongs, changing the layout from one image to the next if they belong to albums with different themes. This is quite weird, I don't know if it's a wanted behavior. May be it deserves a dedicated topic though. Small issues after upgrading to 1.4.7 - acrylian - 2015-03-18 General rule of thumb don't upload individual files but only the complete build because of dependencies. Unless we explitly tell otherwise. Regarding the search. This is actually not really new behaviour. New is rather in 1.4.6 that in dynamic albums images have the url of the dynamic album and not their actual origin (that way you can link to images in dynamic albums from the outside). Please best create tickets for such occurances. Here it gets lost and the chance it is forgotten is big. Small issues after upgrading to 1.4.7 - bic - 2015-03-18 Yes, I know that golden rule, but sometimes I try to break it to see if I'm lucky. ;-) I've opened the ticket about the search issue. Small issues after upgrading to 1.4.7 - bic - 2015-03-18 I've installed the complete master build in my local server. The problem is still there: no title. Small issues after upgrading to 1.4.7 - bic - 2015-03-18 From the log: galleryArticles::publishArticle called from require_once (combiNews.php [26]) from galleryArticles->handleOptionSave (galleryArticles.php [115]) from processCustomOptionSave (admin-functions.php [890]) from admin-options.php [443] {6644:Wed, 18 Mar 2015 12:42:35 GMT} NOTICE: Undefined index: it_IT in C:\wamp\www\zenphoto\zp-core\zp-extensions\galleryArticles.php on line 197 galleryArticles::publishArticle called from require_once (combiNews.php [26]) from galleryArticles->handleOptionSave (galleryArticles.php [115]) from processCustomOptionSave (admin-functions.php [890]) from admin-options.php [443] Small issues after upgrading to 1.4.7 - acrylian - 2015-03-18 The plugin has an option to import combinews articles since that functionality is gone in Zenpage. Was that maybe checked accidentally? I have to take a closer look at this as I was not the author of it and I/we actually don't really use it ourselves. EDIT: Seems an array needs to be predefined. Still the multilingual mode works best if all enabled languages are set properly (means titles/desc for all languages enabled). Small issues after upgrading to 1.4.7 - bic - 2015-03-18 Yes, actually it was checked on purpose, to test it. But the same happens when a new album is created. Titles are set for all languages (ita-eng) and descriptions too where they are present. galleryArticles::publishArticle called from galleryArticles::publishArticlesWithCheck (galleryArticles.php [151]) from galleryArticles::published (galleryArticles.php [127]) from call_user_func_array (unknown) from zp_apply_filter (functions-filter.php [149]) from ThemeObject->setShow (classes.php [511]) from processAlbumEdit (admin-functions.php [2296]) from admin-edit.php [261] {5734:Wed, 18 Mar 2015 13:32:25 GMT} NOTICE: Undefined index: it_IT in /home/web/www.antonioranesi.it/www/zp-core/zp-extensions/galleryArticles.php on line 183 galleryArticles::publishArticle called from galleryArticles::publishArticlesWithCheck (galleryArticles.php [151]) from galleryArticles::published (galleryArticles.php [127]) from call_user_func_array (unknown) from zp_apply_filter (functions-filter.php [149]) from ThemeObject->setShow (classes.php [511]) from processAlbumEdit (admin-functions.php [2296]) from admin-edit.php [261] Small issues after upgrading to 1.4.7 - acrylian - 2015-03-18 Ok, good if you get along otherwise. The CombiNews import uses the old CombiNews settings on Zenpage. So if that was set to images it will import the images, regardless of the galleryArticles options. The undefined variable issue itself should be fixed in the master, the index one might not didn't get to test that. Are the options also set correctly for the languages? CombiNews will be gone completely - there are still some functions in the code unused - with the next bigger update so I am not sure I really will investigate this. Small issues after upgrading to 1.4.7 - bic - 2015-03-18 About CombiNews, are you meaning that you are going to drop the import function only or the galleryArticles plugin also? Yes, the options are set for both languages. And yes, I can live without this feature anyway. (I've tested the new file and the title is still missing) Small issues after upgrading to 1.4.7 - acrylian - 2015-03-18 We probably drop the import function sometime with the next bigger release. The plugin itself actually is planned to be kept. The plugin currently simply assumes the titles for both languages are set, if not it is just taken without any check. Will take a look on when I get to it. Small issues after upgrading to 1.4.7 - bic - 2015-03-18 Just to confirm that album titles and plugin options for news titles were always present, in both used languages, in every test I made. Small issues after upgrading to 1.4.7 - acrylian - 2015-03-18 I can reproduce that. I think I see it now, caused by a recent change Small issues after upgrading to 1.4.7 - bic - 2015-03-18 Yes, it works properly now. Thanks! |