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

Posting guide:

For a quick response, please give us as much information that helps us to understand the problem.
Please read first What information should I include when I ask for help (including how to post my configuration report)?
This category is for:
  • Kunena 1.7 product-related issues only; and
  • when your Kunena forum does not work.
Do not use this category:
  • to request adding to or removing from the standard features of Kunena;
  • if your question is of a commonly asked "how to" nature;
  • if you are not using the latest stable release of Kunena; or
  • ▪ general Joomla or website adminstration matters
General hints: How To Ask Questions The Smart Way .
Please read the guides posted as sticky topics in this category.
Also refer to the FAQs menu tab above for frequently asked questions.

Note: Support for, and all questions relating to, K 1.7 will cease on 31 August 2012. Our advice is, if you are having problems with K 1.7, to upgrade to K 2.x as soon as practicable,

Question Empty message window. But message is there!

More
15 years 6 months ago #68697 by papars
See, it also happens here!
So is not only my problem!

Since only the moderators can read the above message i will state again that post contained a sequence of greek letters.

The sequence in this case is [ΗspaceΛ

If you replace the word -space- above with a space the message disappears.

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

More
14 years 8 months ago - 14 years 8 months ago #105323 by mijalis
I have exactly the same problem!
Some messages are completely blank although the messages exist in mysql.
Also in "view source" messages are not there!
It can be easily reproduced...
In my case all the blank messages have an img tag like this:
Code:
[img size=623]http://xxxx/media/kunena/attachments/legacy/images/_______________________1958_________________________________01.JPG[/img]
If this is removed everything is OK, the message appears again!
Last edit: 14 years 8 months ago by mijalis.

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

More
14 years 8 months ago #105355 by Matias
Copying that code doesn't break anything for me. Please check your apache log file (just after displaying white page) to see what's going wrong.

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

More
14 years 8 months ago #105416 by mijalis
After some hours of troubleshooting, I finally spotted the problem.
the problem is in com_kunena/lib/kunena.parser.php:
Code:
if ($kunena_config->trimlongurls) { // shorten URL text if they are too long (>65chars) $task->text = preg_replace ( '/<a href=(\"|\')((http(s?):\/\/)?(([^\'\"]{' . $kunena_config->trimlongurlsfront . '})([^\'\"]{4,})([^\'\"]{' . $kunena_config->trimlongurlsback . '})))\1(.*)>\3?\5<\/a>/u', '<a href="\2" \9>\6...\8</a>', $task->text );
So, for a quick fix I just disabled the "Trim URL" config option and everything went back to normal!
The thing is that in this case, it should't go there at all, because URLs inside the img tags should not be shortened...\
Am I right?
I am using php 5.3.8 and K1.6.4
The following user(s) said Thank You: new_friend

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

More
14 years 8 months ago #105417 by 810
thnx for the bug report. we will investigate the issue.

regards 810

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

More
14 years 8 months ago #105502 by Matias
I hope I fixed the issue. Report back if it's not fixed in 1.7.0

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

Time to create page: 0.268 seconds