- Posts: 22
- Thank you received: 0
Kunena 6.1.0 Released
The Kunena team has announce the arrival of Kunena 6.1.0 [K 6.1.0] which is now available for download as a native Joomla extension for J! 4.3.x & J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0
Solved php 8 compatibility
Thank you
Please Log in or Create an account to join the conversation.
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.
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:
In other words, the individual forum posts are missing from the output.
This is the output after reverting the test environment to PHP7.4:
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?
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.
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.
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.
There's a second issue that I hadn't noticed before: Recent Topics doesn't return any topics - "There are no topics to display".
I've now reverted the live website to PHP7.4 and restored the original K5.2.9 versions of all three files and it is working fine, but I'll still need to move to PHP8 later this year.
So the current status is:
production website: PHP7.4, original K5.2.9 files, both RSS feed and Recent Topics working ok
test website: PHP8, latest versions of all three files, RSS feed not working, Recent Topics not working.
Should I raise the Recent Topics issue in a separate thread?
Please Log in or Create an account to join the conversation.
I have just noticed it, i have done another fix : github.com/Kunena/Kunena-Forum/commits/K5.2
I have just generated a new nightly build to be more easier instead to apply the fixes : www.kunena.org/download
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.
On my PHP8 test website I installed the nightly update
Result:
1. Recent topics working again (hooray!)
2. RSS feed empty (boo !)
I then installed last week's version of models/topics.php as per github.com/Kunena/Kunena-Forum/commit/e6...8afad7a7b0ee1c3f1858
Result:
1. Recent topics empty (boo !)
2. RSS feed working (hooray!)
Conclusion:
The last-but-one version of models/topics.php produced empty lists for both pages
The one-line change in the last version of models/topics.php fixed the Latest Topics page but not the RSS feed.
(By the way, what's the purpose of the var_dump() added to at least one of the changed files? It is for troubleshooting?)
Please Log in or Create an account to join the conversation.