- Posts: 8
- Thank you received: 1
Kunena 6.2.2 Released with module Latest 6.0.5, module Kunena Stats 6.0.5, Kunena Discuss 6.0.5 and Kunena Search module 6.0.5
The Kunena team has announce the arrival of Kunena 6.2.2 [K 6.2.2] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2
Use this category:
- to ask how to install or upgrade; or
- if you encountered problems during the installation or upgrade procedure.
Use a different category to ask questions about problems that you may be having after you successfully installed or upgraded the currently supported version. If you are unsure what is the current supported version of Kunena, please go to the download page.
Question Upgrade to J4.1 / K6.0 breaks Cron
So it appears there needs to be a simple check:
if (!$this->app->isClient('site')) return;
this line in the plugin's event handlers would make it J4 compatible:
If this is correct can it be added asap.?
Please Log in or Create an account to join the conversation.
if (!$this->app->isClient('site')) return;
Please Log in or Create an account to join the conversation.
Try by using tihs :
The method isCli() is deprecated and will removed in Joomla! 5.0 so it's a temporary solution but need to find an another way
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.
Tried this in /plugins/system/kunena/kunena .php
And gives - An error has occurred.
0 Call to a member function isCli() on null
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.
Have confirmed now and can confirm that the line 43 allows cron jobs to run without error.
Excellent - thank you.

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.