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
I too get the same error:
Notice: Constant _KUNENA_USRL_NAME already defined in /home/u1001ncj/public_html/administrator/components/com_kunena/language/kunena.english.php on line 692
It happens in frontend as well in backend.
Sure I did read forum and tried the suggested solution, alias to cancel the doubled definition, but my file kunena.english.php contents just one string code
it's placed at line 76 (not 28) and sure, if I delete it everything goes wrong.
Some cue to solve?
Thanks in advance.
To see error click here
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
1001notte wrote:
What is at line 692?I too get the same error:
Notice: Constant _KUNENA_USRL_NAME already defined in /home/u1001ncj/public_html/administrator/components/com_kunena/language/kunena.english.php on line 692
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
regards 810
Please Log in or Create an account to join the conversation.
Line 49
define('_KUNENA_USRL_NAME', 'User Name');
Line 1187
DEFINE ('_KUNENA_USRL_NAME','Name');
Deleting first string (line 49) everithing is wrong.
Deleting second string (line 1187) everithing is OK!
Please Log in or Create an account to join the conversation.