- Posts: 13
- Thank you received: 0
Kunena 7.0.3 Released
The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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 J! 1.7 + K 1.6.4: Installed, set up, . . . nothing.
Please Log in or Create an account to join the conversation.
This is an another issue, kunena 1.6.5 will fix this kind of issuescathy1967 wrote:
Sorry, but no. This time I get this:
Fatal Error: Cannot make static method JFile::copy() non static in class CKunenaFile in components/com_kunena/lib/kunena.file.class.1.5.php on line 156
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.
When will that be available?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
jimport ( 'joomla.version' );
$jversion = new JVersion ();
if ($jversion->RELEASE == 1.5) {
require_once (KUNENA_PATH_LIB . DS . 'kunena.file.class.1.5.php');
} else {
require_once (KUNENA_PATH_LIB . DS . 'kunena.file.class.1.6.php');
}
?>
Please Log in or Create an account to join the conversation.