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

More
15 years 1 month ago #88803 by kmilos
Replied by kmilos on topic Re: 1.5.14 upgrade issue
Ping?

The missing encoding declaration impacts both K1.6 and K2.0 as well.

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #88830 by xillibit
Replied by xillibit on topic Re: 1.5.14 upgrade issue

kmilos 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?

Yes, this a good solution

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.

More
15 years 3 weeks ago - 15 years 3 weeks ago #91083 by kmilos
Replied by kmilos on topic Re: 1.5.14 upgrade issue
Just saw another user running into this problem.

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. :(
Last edit: 15 years 3 weeks ago by kmilos.

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #91085 by xillibit
Replied by xillibit on topic Re: 1.5.14 upgrade issue
The issue isn't in /trunk/1.5/administrator/components/com_kunena/install/kunena.install.upgrade.xml but in \administrator\components\com_kunena\manifest.xml and this file has already encoding="utf-8"

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.

More
15 years 3 weeks ago #91087 by kmilos
Replied by kmilos on topic Re: 1.5.14 upgrade issue
I beg to differ.

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:
Code:
<filter token="kunenaversionname" value="${xml.versionname}" /> <copy file="${project_dir}/administrator/components/com_kunena/manifest.xml" todir="${tmp_dir}" overwrite="true" filtering="true" /> <copy file="${project_dir}/administrator/components/com_kunena/install/kunena.install.upgrade.xml" todir="${tmp_dir}/install" overwrite="true" filtering="true" />


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.

More
15 years 2 weeks ago #92072 by dfirsching
Replied by dfirsching on topic Re: 1.5.14 upgrade issue
Thanks you guys for putting these tips in here but it really would help to have the install fixed.

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.

Time to create page: 0.286 seconds