![]() |
|
Album Title - not possible to set - 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 Title - not possible to set (/thread-12257.html) Pages:
1
2
|
Album Title - not possible to set - pakten - 2018-04-05 Version 1.4.14. DOES NOT WORK: WORKS: Album Title - not possible to set - acrylian - 2018-04-05 Any errors in the server logs? What is your database/database table collation? What title - I mean the word(s) - did you try to set that does not work? We would need that to try to reproduce it. Album Title - not possible to set - pakten - 2018-04-05 Thank you for a very quick answer. collation: utf8_general_ci (utf8_swedish_ci givs the same result) It seems that the function process_language_string_save('gallery_title', 2) returns an empty result. Album Title - not possible to set - acrylian - 2018-04-05 You can look at thte Zenphoto own error log. But the server side PHP (and MySQL) error log may have more details so it is always useful to know where that is. Sadly it's different on each host. Your topic titlte is a bit misleading as Just tried to reproduce it with only Svedish checked and all worked as expected for me… Album Title - not possible to set - pakten - 2018-04-05
I happened to erase Zenphoto debug log. (The meaning was to reset.)
Album Title - not possible to set - acrylian - 2018-04-05 I have tried and I couldn't reproduce this issue… Sorry, I have no idea currently. Album Title - not possible to set - pakten - 2018-04-05 Thank you for trying! Album Title - not possible to set - wibbi - 2018-04-05
Please only duplicate it at the next time and delete only the content in the original file (the text). Enabling error reporting by x10hosting.com: http://x10hosting.com/support/guides/php-configuration-tutorial#enabling-error-reporting The "gallery title" is only one name for your zenphoto gallery. The "album titles" are always the titles of the current album you are visited. There are differentiate in parent album title, current album title and sub album titles. Please try a test direcly in the database and write the title directly into a database table cell. Only for the test. This is possible with phpmyAdmin. Or use an INSERT INTO SQL command directly in the database. Make a copy of the database table before. Album Title - not possible to set - pakten - 2018-04-05 Thank you for all suggestions!
Album Title - not possible to set - wibbi - 2018-04-05
No. It's only "best practice".
Maybe yet the zenphoto logs are filling. There are three logs.
Mak it only for a test, because of database charset settings. Sometimes such a test is very useful, as simple as it is. Can you write here the title in swedish? Have you make core hacks, editing zenphoto source code, modding, or similar? Hint: Album Title - not possible to set - pakten - 2018-04-05
"function process_language_string_save" returns Album Title - not possible to set - acrylian - 2018-04-06 We don't know where the issue is since I was not able to reproduce it sadly…
I think I see your issue now. If you enabled Swedish and English did you also enable multilingual mode? If not all uses the default English (no matter what language you enter) to store the data. If you then disable English, there is no Swedish content and therefore empty. 1.4.14 has a bug that non active language content is deleted actually and not kept. The support build has some updates in that area. If you can please try that (best not an important live site) Album Title - not possible to set - pakten - 2018-04-06 I'm glad that it ended up as a bug report ; -) Now I have made a clean re-installation with only Swedish checked. I dont think it helped to check multilingual when the problem had started. But I don't remember in what orders I tried that. Should I try/use the support build anyway? Album Title - not possible to set - pakten - 2018-04-06 Well, I se now that swedish language is marked as outdated. Album Title - not possible to set - acrylian - 2018-04-06 No, that does not make it dangerous. It is just that this translation is incomplete not covering all static strings to translation. It does not affect content you add yourself. I am very well certain that the issue you encountered is related to the issue I mentioned. If you can please try the support build on another install. Album Title - not possible to set - pakten - 2018-04-06 Maybe I could reproduce the issue on a clean normal build first. On the support build: (I don't have the best understanding of checking languages and multi) Album Title - not possible to set - acrylian - 2018-04-06
Just do what you did with the 1.4.14. install. The support build is to become 1.5 later and installed like any "normal" release. So testing it helps us not to ship possible bugs again. Album Title - not possible to set - pakten - 2018-04-06 I don't remember what I did with the 1.4.14. install... Album Title - not possible to set - pakten - 2018-04-06 I'm not able to reproduce the issue on the "normal" release. When I had the issue I never set the title in multi-language mode. If I now, for example, set a title in english- language-only-"mode" and change to singel-swedish the title is preserved, and possible to change. Maybe I have not understood what you mean with to "the issue I mentioned"? Album Title - not possible to set - acrylian - 2018-04-07 Okay, maybe you just encountered a glitch only. Keep an eye on it. The issue I mentioned refers to how strings are stored in the database. There was an issue that between switching between languages and/or mutlilingual those language content would be removed unwantedly. Multilingual capable fields are always stored as array (entry per language) no matter if you are actually using multilingual mode or not. (attempt to explain it simply ;-)) |