- Posts: 130
- Thank you received: 2
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question 1.5.14 upgrade issue
The missing encoding declaration impacts both K1.6 and K2.0 as well.
Please Log in or Create an account to join the conversation.
Yes, this a good solutionkmilos wrote: @Scottux, @810
Yep, editing only manifest.xml is not enough (at least not after the build is done.)
For a long term solution maybe adding
Code:encoding="utf-8"
to the /trunk/1.5/administrator/components/com_kunena/install/kunena.install.upgrade.xml template would be best?
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
It's been weeks, and no commits to 1.5, 1.6 nor 2.0 in SVN, and no comments to the bug report on Forge.
Is there a problem with this patch being applied?
I understand resources are limited and devs are busy, but this is how things get forgotten and fall through the cracks.
Please Log in or Create an account to join the conversation.
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
As mentioned in the earlier post in this thread, changes to manifest.xml alone were not enough, because the install package build script creates kunena.install.upgrade.xml using the checked in template the same way it does manifest.xml. If I understand correctly from kunena.build.xml:
This why the problematic unicode character in ${xml.versionname} appeared ok in manifest.xml and not in kunena.install.upgrade.xml
Because the template kunena.install.upgrade.xml has no encoding it presumably gets processed as latin-1 and that's where the problem comes from (it didn't hit before because there were no unicode characters used in version names). There is potential this will hit again in all versions: 1.5, 1.6, and 2.0.
Please Log in or Create an account to join the conversation.
- dfirsching
-
- Offline
- New Member
-
- Posts: 1
- Thank you received: 0
I already learned I can't use 1.6 without solving some template issues so I need to stay with 1.5 for the immediate term. It's cruddy for us all to have 1.5.14 not install either.
Please Log in or Create an account to join the conversation.