Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

Solved php 8 compatibility

More
3 years 7 months ago #223849 by derekk
php 8 compatibility was created by derekk
Which versions are php 8 compatible?

Thank you

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

More
3 years 7 months ago #223850 by xillibit
Replied by xillibit on topic php 8 compatibility
Hello,

Kunena 6.0.x can work on Php 8.1 but it remains couple of deprecated errors

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
3 years 7 months ago - 3 years 7 months ago #223944 by btc
Replied by btc on topic php 8 compatibility
Will you be updating K5.2 to use PHP8? From my point of view, this is absolutely essential, because K6 needs Joomla 4 and there is no way that my site is ready for Joomla 4, mainly because it is heavily dependent on Fabrik. A group of people are working to create a J4 compatible version of Fabrik, but it won't be ready for some time. In the meantime, I get reminders from Akeeba Backup that PHP7.4 will be unsupported starting in November this year.

I've tested my website with PHP8 and everything works except the Kunena RSS feed, which is something I need. All other Kunena features seem to work perfectly.

This is the output from the Kunena RSS feed when using PHP8:
Code:
<?xml version="1.0" encoding="utf-8"?> <!-- generator="Destroyer" --> <?xml-stylesheet href="/pgcx/plugins/system/jce/css/content.css?badb4208be409b1335b815dde676300e" type="text/css"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>Recent Posts - Palmers Green Community Forums - Palmers Green Community - Palmers Green Community</title> <description><![CDATA[Community news and forums for Palmers Green and surrounding areas. What's On listing and community directory]]></description> <link>XXXX</link> <lastBuildDate>Tue, 26 Jul 2022 14:02:09 +0100</lastBuildDate> <generator>Destroyer</generator> <atom:link rel="self" type="application/rss+xml" href="XXXX/pgcx/forum/recent/posts/sel-720?format=feed&amp;type=rss"/> <language>en-gb</language> </channel> </rss>

In other words, the individual forum posts are missing from the output.

This is the output after reverting the test environment to PHP7.4:
Code:
<?xml version="1.0" encoding="utf-8"?> <!-- generator="Destroyer" --> <?xml-stylesheet href="/pgcx/plugins/system/jce/css/content.css?badb4208be409b1335b815dde676300e" type="text/css"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>Recent Posts - Palmers Green Community Forums - Palmers Green Community - Palmers Green Community</title> <description><![CDATA[Community news and forums for Palmers Green and surrounding areas. What's On listing and community directory]]></description> <link>XXXX</link> <lastBuildDate>Tue, 26 Jul 2022 14:22:13 +0100</lastBuildDate> <generator>Destroyer</generator> <atom:link rel="self" type="application/rss+xml" href="XXXX/pgcx/forum/recent/posts/sel-720?format=feed&amp;type=rss"/> <language>en-gb</language> <item> <title>Council election results in and around Palmers Green - by: PGC Webmaster</title> <link>XXXX/pgcx/forum/miscellaneous/1377-council-election-results-in-and-around-palmers-green#6446</link> <guid isPermaLink="true">XXXX/pgcx/forum/miscellaneous/1377-council-election-results-in-and-around-palmers-green#6446</guid> <description><![CDATA[This is just a test.]]></description> <category>Miscellaneous</category> <pubDate>Mon, 25 Jul 2022 16:08:44 +0100</pubDate> </item> </channel> </rss

There's only one forum post because this isn't the live website, just a test environment.

Is there any chance that you could make the RSS feed PHP-compatible?
Last edit: 3 years 7 months ago by btc.

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

More
3 years 7 months ago #223961 by xillibit
Replied by xillibit on topic php 8 compatibility
Hello,

You can try with this fix : github.com/Kunena/Kunena-Forum/pull/9173

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
3 years 7 months ago #223965 by btc
Replied by btc on topic php 8 compatibility
Thanks to everyone involved for the super-quick work on fixing this. The RSS feed is now restored!
The following user(s) said Thank You: xillibit

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

More
3 years 7 months ago #223966 by xillibit
Replied by xillibit on topic php 8 compatibility
Thanks for the feedback

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.

Time to create page: 0.306 seconds