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 3 months ago #37322 by 1001notte
I just installed Kunena 1.5.8, it look as a great product, compliments!

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
Code:
define('_KUNENA_USRL_NAME', 'User Name');

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.

More
16 years 3 months ago #37323 by sozzled
So, did you actually look at line 692 of ../administrator/components/com_kunena/language/kunena.english.php? :S

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

More
16 years 3 months ago #37324 by 1001notte
The code is ONLY at line 76

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

More
16 years 3 months ago #37325 by sozzled
That's not the question I asked.

1001notte wrote:

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

What is at line 692?

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

More
16 years 3 months ago - 16 years 3 months ago #37326 by 810
Replied by 810 on topic Re:Constant problems in K1.5.8
Just download this and extract to your desktop. Then upload to administrator/components/com_kunena/language/ and the problem is gone.
regards 810

File Attachment:

File Name: kunena-20100115.zip
File Size:29.84 KB
Last edit: 16 years 3 months ago by 810.

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

More
16 years 3 months ago #37327 by 1001notte
Sorry sozzled, I was wrong affirming that code there was one time only. The strings are different, that's why I didn't find them.


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.

Time to create page: 0.231 seconds