Hello Solspace team,
System: EE 2.2.2 and TM 1.5.2
Some accented characters are rendering as ‘?’ when added to a morsel. Otherwise the characters display properly without being ‘morseled’. I have added the following chars to the foreign_character_conversion_array, so there are no problems with URL’s in the publish fields. Oddly, most accented chars render OK except the following (i.e. their short versions with the umlauts display fine):
‘336’ => “O”, // Ó
‘337’ => “o”, // ó
‘368’ => “U”, // Ű
‘369’ => “u”, // ű
Also, I noticed that when a morsel is refreshed and the page is refreshed for the first time, the characters display OK. The problem is with subsequent page views…
Is their any way to ensure these characters work with Morsels?
Thanks!
I also noticed that since the update to TM 1.5.2, morsels adds an additional 20-25 queries to a page load. They are all the same (reverting back to 1.5.1 removes these queries):
SELECT enabled
FROM exp_extensions
WHERE class = ‘Template_morsels_ext’
AND enabled = ‘y’
I am pretty sure it was updated correctly. Could this be a bug?
Thx!
Hey Mester,
I sent you a patched file for this… can you try it out and let me know if it solves both of these issues?
Kelsey, thanks for the quick response!
Updated TM with the patched file, but both issues still persist. I also tried refreshing the morsels, but that didn’t help either…
Hi mester,
I’ve PM’d you another patched set of files of Template Morsels. Let me know how that goes
Both issues fixed with the latest patch and the db update.
Thanks Kelsey!
Thanks Mester