![]() |
|
Album titles messed up on v1.2.3 - 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: Album titles messed up on v1.2.3 (/thread-4657.html) |
Album titles messed up on v1.2.3 - op351com - 2009-02-10 After upgrade from 1.2.2 to 1.2.3 my gallery now is full of weird characters!!! As a matter of fact some data in database is not being translated when output on web page. All titles of albums and sub-albums are now like: a:2:{s:5:"en_US";s:18:"Travelling At Home";s:5:"pt_PT";s:22:"Viagens Na Minha Terra";} when I should only have either [b]Travelling At Home[/b] or [b]Viagens Na Minha Terra[/b] depending on selected language. I'd appreciate some help... Album titles messed up on v1.2.3 - sbillard - 2009-02-10 Please upgrade to the nightly build. This is caused by an error in the handling of language strings in a new function for supporting front end editing of any album/image field. Album titles messed up on v1.2.3 - op351com - 2009-02-10 Thanks Stephen, it worked! Now, a new error comes up by clicking the SEARCH key up in the search form: Fatal error: Call to a member function getFolder() on a non-object in /my/server/path/photo/zp-core/template-functions.php on line 3713 line 3713 is:
but if I make it
the error disappears!! Very messy this upgrade to 1.2.3 :-((( Album titles messed up on v1.2.3 - sbillard - 2009-02-10 That error is an indication that printRSSLink() is being called improperly. It is being told it is to process an album, but the $_zp_current_album variable seems to not be set. What theme/page is this happening on? Album titles messed up on v1.2.3 - op351com - 2009-02-11 It was happening on StopDesign but after I replaced
by
is no longer happening. Of course this was detected in the [i]night build[/i] I used to overcome my initial problem. Album titles messed up on v1.2.3 - acrylian - 2009-02-11 We need to know what theme page, index.php, album.php, image.php the error occured. The type of rss link above is actually correct but will only work on image.php or album.php if an album is set. (it's the rss link to get the items of a specific album). Album titles messed up on v1.2.3 - op351com - 2009-02-11 In every page you have the search form! Album titles messed up on v1.2.3 - sbillard - 2009-02-12 Ok, that RSS should not be on the search page. We will eliminate it. |