Kunena 6.2.6 released

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

Themen, die in diesen Bereich verschoben wurden, gelten allgemein als beendet. Falls es dazu noch zusätzliche Fragen gibt, können diese gestellt werden.
Aber diese alten Themen sollten auf keinen Fall wieder auferstehen, um neue Probleme zu erörtern. Eröffnet dazu bitte ein eigenes neues Thema.

Question [gelöst] Fehler kunena.link.class.php

More
14 years 5 months ago - 14 years 3 months ago #1 by Seamanchris
Holla zusammen,

nach dem Update auf Kunena 1.5.7 erhalte ich bei einer Antwort, bzw bei Thread - Neuerstellung folgende Fehlermeldung zurück:
Code:
Warning: Missing argument 6 for CKunenaLink::GetThreadPageURL(), called in /www/joomla/components/com_kunena/template/default/post.php on line 283 and defined in /www/joomla/components/com_kunena/lib/kunena.link.class.php on line 116

Der Beitrag wird aber gespeichert und auch sonst funktioniert alles, was ich feststellen konnte.

Diese Meldung kommt nicht bei dem Bearbeiten eines Beitrages.

Was kann getan werden!

www.marine-welt.com
Kunena 1.5.7
German informal



Gruß Chris

Leben.....heißt auch Leben lassen!
Last edit: 14 years 3 months ago by rich.

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

More
14 years 5 months ago #2 by fxstein
Chris,

Dieses Warning ist uns leider beim Testen durch gerutscht. Ist nur ein Warning - funktioniert aber wie designed.

Hier ist ein einfacher fix um das Warning zu beseitigen:

/components/com_kunena/lib/kunena.link.class.php

Zeile 116:

von
Code:
function GetThreadPageURL($fbConfig, $func, $catid, $threadid, $page, $limit, $anker='')

auf
Code:
function GetThreadPageURL($fbConfig, $func, $catid, $threadid, $page, $limit='', $anker='')

aendern.

Hoffe das hilft!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
14 years 5 months ago #3 by Seamanchris
Vielen Dank für die flotte Hilfe!


geändert -> getestet -> funktioniert!

Leben.....heißt auch Leben lassen!

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

More
14 years 4 months ago #4 by anthonywoo
I have this same issue! Can this thread be translated to english?
Attachments:

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

More
14 years 4 months ago #5 by rich
Hello anthonywoo!

to change in /components/com_kunena/lib/kunena.link.class.php linie 116 this code

before:
Code:
function GetThreadPageURL($fbConfig, $func, $catid, $threadid, $page, $limit, $anker='')

after:
Code:
function GetThreadPageURL($fbConfig, $func, $catid, $threadid, $page, $limit='', $anker='')

and that's all!

Regards

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

Time to create page: 0.506 seconds