- Posts: 6
- Thank you received: 0
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
Question Constant problems in K1.5.8
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.
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.
- electra225
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
John.
Please Log in or Create an account to join the conversation.
Hello,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.
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 :
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.
- electra225
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
John
Please Log in or Create an account to join the conversation.
Ironically, it is defined in sh404sef but not used there either._PREVIEW_CLOSE can be removed -- sh404SEF is using the same constant, but that one isn't used anymore in Kunena.
Phil
Please Log in or Create an account to join the conversation.