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.

Important change the position of new thread

More
16 years 5 months ago #32509 by dovla
I changed the position of new thread and next page show me this error. It change the position to new position but the template of my webpage were gone and I can see only the error on that page (nothing from joomla site) . This happen only when I want to change position to new thread. Any ideas?

variable value
$0 "
key value
$file "/www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/components/com_kunena/lib/kunena.debug.php"
$line "44"
$function "debug_callstackinfo"
[args] Nested Array
"
$1 "
key value
$file "/www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/components/com_kunena/template/default/post.php"
$line "1051"
$function "trigger_dberror"
[args] Nested Array
"
$2 "
key value
$file "/www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/components/com_kunena/kunena.php"
$line "1065"
[args] Nested Array
$function "include"
"
$3 "
key value
$file "/www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/libraries/joomla/application/component/helper.php"
$line "162"
[args] Nested Array
$function "require_once"
"
$4 "
key value
$file "/www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/includes/application.php"
$line "124"
$function "renderComponent"
$class "JComponentHelper"
$type "->"
[args] Nested Array
"
$5 "
key value
$file "/www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/index.php"
$line "68"
$function "dispatch"
$class "JSite"
$type "->"
[args] Nested Array
"
Installed version: Kunena 1.5.6 | 2009-10-02 | 1806 [ Speaker ] | php 5.2.9 | mysql 5.0.45-log

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

More
16 years 5 months ago #32518 by xillibit
Hello,

can you please enable the debug mode in joomla! configuration panel, for see a better error message.

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.

More
16 years 5 months ago #32520 by dovla
My default language is Serbian and word "Vlada" is my name ;)
Code:
500 - JDatabaseMySQL::query: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Vlada'')' at line 1 SQL=INSERT INTO jos_fb_messages (`parent`, `subject`, `time`, `catid`, `moved`, `userid`, `name`) VALUES ('0','PREMEŠTENO: test','1257678296','13','1', '63', ''Vlada'') Niste u mogućnosti da vidite ovu stranu zbog: out-of-date bookmark/favourite Pretraživački sistem koji ima listanje po datumu za ovaj sajt pogrešna adresa nemate pristup ovoj strani Traženi resurs nije pronađen Došlo je do greške prilikom obrade vašeg zahteva Molim probajte jednu od sledećih strana: Početna strana Ako i dalje postoji problem, kontaktirajte sistem administratora ovog sajta JDatabaseMySQL::query: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Vlada'')' at line 1 SQL=INSERT INTO jos_fb_messages (`parent`, `subject`, `time`, `catid`, `moved`, `userid`, `name`) VALUES ('0','PREMEŠTENO: test','1257678296','13','1', '63', ''Vlada'') Call stack # Function Location 1 JSite->dispatch() /www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/index.php:68 2 JComponentHelper->renderComponent() /www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/includes/application.php:124 3 require_once() /www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/libraries/joomla/application/component/helper.php:162 4 include() /www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/components/com_kunena/kunena.php:1065 5 JDatabaseMySQL->query() /www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/components/com_kunena/template/default/post.php:1051 6 JError->raiseError() /www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/libraries/joomla/database/database/mysql.php:231 7 JError->raise() /www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/libraries/joomla/error/error.php:171 8 JException->__construct() /www/webvol5/iw/ox7f51ds4iw944q/sremus.org/public_html/libraries/joomla/error/error.php:136

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

More
16 years 5 months ago #32523 by dovla
In components/com_kunena/template/default/post.php I change this code
Code:
// insert 'moved topic' notification in old forum if needed if ($bool_leaveGhost) { $kunena_db->setQuery("INSERT INTO #__fb_messages (`parent`, `subject`, `time`, `catid`, `moved`, `userid`, `name`) VALUES ('0',".$kunena_db->quote($newSubject).",'$lastTimestamp','{$oldRecord[0]->catid}','1', '{$kunena_my->id}', '".$kunena_db->quote(trim(addslashes($my_name)))."')");
'".$kunena_db->quote(trim(addslashes($my_name)))."')")
with this
Code:
// insert 'moved topic' notification in old forum if needed if ($bool_leaveGhost) { $kunena_db->setQuery("INSERT INTO #__fb_messages (`parent`, `subject`, `time`, `catid`, `moved`, `userid`, `name`) VALUES ('0',".$kunena_db->quote($newSubject).",'$lastTimestamp','{$oldRecord[0]->catid}','1', '{$kunena_my->id}', ".$kunena_db->quote(trim(addslashes($my_name))).")");
".$kunena_db->quote(trim(addslashes($my_name))).")")
and this solved the problem. Please can you try is it the correct solution for solving this problem because this is standard installation of kunena version: Kunena 1.5.6 ?

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

More
16 years 5 months ago #32538 by xillibit
Hello,

You have called move thread by change position, if it's the case i think you have checked the box : "leave ghost message", but this bug has fixed in kunena 1.5.6.

I will report this to the DEVs.

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.

More
16 years 5 months ago #33124 by Matias
This one has already been fixed.

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

Time to create page: 0.208 seconds