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

Important [Kunena 1.0.7b] Spotted bugs and typos

More
17 years 2 months ago - 17 years 2 months ago #620 by andreas2212
Install problem.

Install of Kunena on my testsystem not possible - crashed 2 times. Something kills the Apache.

System: Win Vista Ultimate 64, XAMMP 1.7.0, Joomla 1.5.9, Legacy Modus activated.
backup from my real Webpage running there.

I select downloaded Kunena 1.0.7.b - klick install - after round 20 sec Vista tells me that there is a problem with Apache - Apache is down than.
Looking at the Explorer - files seems to be installed.
In Admin-Pannel Kunena is listed, but the Admin Panel is mostly not ok. First page shows this message:
Code:
Fatal error: Unable to load messages.\nDB function failed with error number 1146 Table 'xxx.jos_fb_messages' doesn't exist SQL=SELECT * FROM jos_fb_messages WHERE parent = 0 AND hits > 0 ORDER BY hits DESC LIMIT 5 SQL = SELECT * FROM jos_fb_messages WHERE parent = 0 AND hits > 0 ORDER BY hits DESC LIMIT 5 in C:\xampp\htdocs\xxxx\components\com_kunena\lib\kunena.debug.php on line 37

regards
Andreas

Edidt: ha!! found the problem -- had some tables from my old fireboard use in the DB. (with a differend prefix) - deleted them and the install was running well.
Last edit: 17 years 2 months ago by andreas2212. Reason: add. info

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

More
17 years 2 months ago - 17 years 2 months ago #744 by phil
Replied by phil on topic Re:kunena.bbcode.ctrl.js
Warning: html_Kunena::include_once(components/com_kunena/js/kunena.bbcode.ctrl.js) [html-kunena.include-once]: failed to open stream: No such file or directory in C:\wamp\www\administrator\components\com_kunena\admin.kunena.html.php on line 2826

Warning: html_Kunena::include_once() [function.include]: Failed opening 'components/com_kunena/js/kunena.bbcode.ctrl.js' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\administrator\components\com_kunena\admin.kunena.html.php on line 2826

I'm having the same problem as a few people above.
Last edit: 17 years 2 months ago by phil. Reason: to quote original problem

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

More
17 years 2 months ago #784 by jerry
Hi I found this bug, when supporting mod_fblatest & mod_kunenalatest.
access rights is somehow difficult to check
Here's the matrix
1 default
0 everybody
-1 all registered
18 registered
19 author
20 editor
21 publisher

So for joomla style access rights:
1,0 - public
-1,18 - registered
19,20,21 - special

There shouldn't be difference between 0,1 so 1 value should be enough.
All registered by -1 should be removed in advance of registered + include child groups.
This will make things clear for developers.

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

More
17 years 2 months ago - 17 years 2 months ago #790 by hubfub
I am also experience when I try to edit avatars:

Error says:
Fatal error: Call to undefined function get_dirs() in /home/ninja/public_html/components/com_kunena/template/default/plugin/myprofile/myprofile_avatar_upload.php on line 264

also attached screenshot of the error as it kills all the stylesheets
Last edit: 17 years 2 months ago by hubfub. Reason: attachment

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

More
17 years 2 months ago #804 by taurgis
When there is an image with the [img] tags in the first post in a topic. So the thread starter the title changes to something like this

( i42.tinypic.com/2mczq83.jpg )" rel="follow">What Does Your Desktop Look Like?

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

More
17 years 2 months ago #835 by Matias
@ andreas2212

If you have custom prefix for joomla (not jos_) do this:

components/com_kunena/template/default_ex/latestx.php:

Find and replace all "jos_fb_" with "#__fb_".

components/com_kunena/template/default_ex/showcat.php:

Find and replace all "jos_fb_" with "#__fb_".

That should do it!

The bug itself is already fixed in SVN.

@ Skydan, phil

Just remove that line for now: admin.kunena.html.php. line 2826:

include_once ('components/com_kunena/js/kunena.bbcode.ctrl.js');

@ hubfub

This one is trickier. You need to move all functions out from if (..) { which is located in the beginning of the file.


All bugs above have been fixed.

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

Time to create page: 0.260 seconds