Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Constant problems in K1.5.8

More
16 years 4 months ago #35347 by doorknob
I installed K1.5.8 over K1.5.7 and got the following error reported in the backend, immediately after installation:

Notice: Constant _KUNENA_USRL_NAME already defined in [site name]\administrator\components\com_kunena\language\kunena.english.php on line 692


I then looked in the front end and got the following errors:

Notice: Constant _KUNENA_USRL_NAME already defined in [site name]\administrator\components\com_kunena\language\kunena.english.php on line 692

Notice: Constant _PREVIEW_CLOSE already defined in [site name]\administrator\components\com_kunena\language\kunena.english.php on line 1218


Regards
Phil

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

More
16 years 4 months ago #35425 by Matias
_PREVIEW_CLOSE can be removed -- sh404SEF is using the same constant, but that one isn't used anymore in Kunena.

First one.. No idea why it's already defined in your environment -- do you have any extra modules or plugins for Kunena?

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

More
16 years 4 months ago #35551 by electra225
I am having the same "Constant _KUNENA_USRL_NAME" problem, but not the "Constant _PREVIEW_CLOSE" issue. Came up immediately after the upgrade. Only extra for me is the KLogin module. I'm clueless as to why it's happening.

John.

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

More
16 years 4 months ago - 16 years 4 months ago #35554 by xillibit
electra225 wrote:

I am having the same "Constant _KUNENA_USRL_NAME" problem, but not the "Constant _PREVIEW_CLOSE" issue. Came up immediately after the upgrade. Only extra for me is the KLogin module. I'm clueless as to why it's happening.

John.

Hello,

I have reported this problem, it's because the constant _KUNENA_USRL_NAME is defined two time in the kunena.english.php, so remove in this file the line 28 :
Code:
define('_KUNENA_USRL_NAME', 'User Name');

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 4 months ago by xillibit.

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

More
16 years 4 months ago #35559 by electra225
Thanks, that worked for me.

John

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

More
16 years 4 months ago #36019 by doorknob

_PREVIEW_CLOSE can be removed -- sh404SEF is using the same constant, but that one isn't used anymore in Kunena.

Ironically, it is defined in sh404sef but not used there either.
Phil

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

Time to create page: 0.263 seconds