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

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.

Merged [Merged topic] An invalid post ID was requested

More
13 years 9 months ago - 12 years 1 day ago #1 by Requiem
After upgrade to 1.6
Attachments:
Last edit: 12 years 1 day ago by sozzled. Reason: Merge topics: change subject and topic icon

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

More
13 years 9 months ago #2 by Matias
If you see this message, log in as administrator and Kunena will show you slightly different error message which asks you to enable debug mode (if admin gets the same error).

After you have enabled debug (either in Kunena or Joomla), you should see Joomla error page. Just copy its contents to this thread. :)

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

More
13 years 9 months ago #3 by Requiem
JDatabaseMySQL::query: 1054 - Unknown column 'p.id' in 'field list' SQL=SELECT a.*, b.*, p.id AS poll_id, modified.name AS modified_name, modified.username AS modified_username FROM jos_kunena_messages AS a LEFT JOIN jos_kunena_messages_text AS b ON a.id=b.mesid LEFT JOIN jos_users AS modified ON a.modified_by = modified.id LEFT JOIN jos_kunena_polls AS p ON a.id=p.threadid WHERE a.id='3417' AND a.hold IN (0,1,2)

Call stack
# Function Location
1 JSite->dispatch() Z:\home\myjob\www\index.php:68
2 JComponentHelper->renderComponent() Z:\home\myjob\www\includes\application.php:124
3 require_once() Z:\home\myjob\www\libraries\joomla\application\component\helper.php:162
4 KunenaApp->__construct() Z:\home\myjob\www\components\com_kunena\kunena.php:698
5 CKunenaView->display() Z:\home\myjob\www\components\com_kunena\kunena.php:418
6 CKunenaView->getView() Z:\home\myjob\www\components\com_kunena\funcs\view.php:683
7 JDatabaseMySQL->loadObject() Z:\home\myjob\www\components\com_kunena\funcs\view.php:340
8 JDatabaseMySQL->query() Z:\home\myjob\www\libraries\joomla\database\database\mysql.php:435
9 JError->raiseError() Z:\home\myjob\www\libraries\joomla\database\database\mysql.php:231
10 JError->raise() Z:\home\myjob\www\libraries\joomla\error\error.php:171
11 JException->__construct() Z:\home\myjob\www\libraries\joomla\error\error.php:136

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

More
13 years 9 months ago - 13 years 9 months ago #4 by Requiem
I fix this bug аnd now have another one

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 ') AND s.client_id = 0 GROUP BY s.userid' at line 1 SQL=SELECT s.userid, MAX(s.time) AS time FROM jos_session AS s WHERE s.userid IN (64,63,277,393,1041,1087,) AND s.client_id = 0 GROUP BY s.userid

Call stack
# Function Location
1 JSite->dispatch() Z:\home\myjob\www\index.php:68
2 JComponentHelper->renderComponent() Z:\home\myjob\www\includes\application.php:124
3 require_once() Z:\home\myjob\www\libraries\joomla\application\component\helper.php:162
4 KunenaApp->__construct() Z:\home\myjob\www\components\com_kunena\kunena.php:698
5 CKunenaView->display() Z:\home\myjob\www\components\com_kunena\kunena.php:418
6 CKunenaTools->loadTemplate() Z:\home\myjob\www\components\com_kunena\funcs\view.php:693
7 require() Z:\home\myjob\www\components\com_kunena\class.kunena.php:917
8 CKunenaView->displayMessage() Z:\home\myjob\www\components\com_kunena\template\default\view\view.php:49
9 CKunenaViewMessage->display() Z:\home\myjob\www\components\com_kunena\funcs\view.php:634
10 CKunenaTools->loadTemplate() Z:\home\myjob\www\components\com_kunena\funcs\view.php:264
11 require() Z:\home\myjob\www\components\com_kunena\class.kunena.php:917
12 CKunenaViewMessage->displayProfile() Z:\home\myjob\www\components\com_kunena\template\default\view\message.php:92
13 CKunenaTools->loadTemplate() Z:\home\myjob\www\components\com_kunena\funcs\view.php:93
14 require() Z:\home\myjob\www\components\com_kunena\class.kunena.php:917
15 KunenaUser->isOnline() Z:\home\myjob\www\components\com_kunena\template\default\view\message.profilebox.php:56
16 JDatabaseMySQL->loadObjectList() Z:\home\myjob\www\administrator\components\com_kunena\libraries\user.php:264
17 JDatabaseMySQL->query() Z:\home\myjob\www\libraries\joomla\database\database\mysql.php:458
18 JError->raiseError() Z:\home\myjob\www\libraries\joomla\database\database\mysql.php:231
19 JError->raise() Z:\home\myjob\www\libraries\joomla\error\error.php:171
20 JException->__construct() Z:\home\myjob\www\libraries\joomla\error\error.php:136
Last edit: 13 years 9 months ago by Requiem.

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

More
13 years 9 months ago #5 by xillibit
You said that you have fixed the bug, but how do you have done this ?

Do you migrate from k1.5 with hack poll ?

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
13 years 9 months ago - 13 years 9 months ago #6 by Requiem
My fix
Code:
ALTER TABLE `jos_kunena_polls` CHANGE `pollid` `id` INT( 11 ) DEFAULT NULL AUTO_INCREMENT

Maybe it`s no correct, i don`t check other code

I migrate without hack poll.

UPD
I update 1.5.3 to 1.5.12 and migrate to 1.6
Last edit: 13 years 9 months ago by Requiem.

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

More
13 years 9 months ago #7 by xillibit
The correct table structure for the table jos_kunena_polls is :
Code:
CREATE TABLE IF NOT EXISTS `#__kunena_polls` ( `id` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL, `threadid` int(11) NOT NULL, `polltimetolive` timestamp, PRIMARY KEY (`id`), KEY `threadid` (`threadid`) ) DEFAULT CHARSET=utf8;

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
13 years 7 months ago #8 by Sjaak Boer
Since I upgraded the forum on my website to 1.6 I get this message with new topics. I am not able to read them.

What can be wrong?

Thanks

Sjaak

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

More
13 years 7 months ago #9 by Cerberus
Please post the configuration report from K1.6 admin menu. If you have installed k1.6 on a live production site i would recommend that you uninstall it again as the RC1 is not yet safe for production site.

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

More
13 years 7 months ago #10 by Sjaak Boer
Here is the configuration report:
This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Enabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 32M | Max file upload: 2M

Kunena version detailled: Installed version: 1.6.0-RC1 | Build: 3173 | Version name: Kujadili | Kunena detailled configuration:

Warning: Spoiler!

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

Time to create page: 0.447 seconds