Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

The error code HTTP 500 Internal Server Error is a general-purpose message this indicates a general error in a web application. Please note that there is no general solution for this general error. You should first read HTTP 500 Internal Server Error before posting in this category.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Kunena plugin for CB missing table

More
11 years 2 months ago #1 by jacky
i was trying to integrate CB 1.9 with Kunena 2.0.4 using J1.5 when i came across a 500 error when enabling the CB login in Kunena plugin. It states that it has a missing table.

After checking through the files, realise that the issue was with the function getRememberMe.

Just to share what i did to help others if they face the same problem.

plugins/kunena/comprofiler/login.php

Line 49, if (version_compare(JVERSION, '1.7','>')) {

changed to

if (version_compare(JVERSION, '1.7','lt')) {

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

More
Time to create page: 0.443 seconds