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

Question category page shows white page

More
16 years 10 months ago #19099 by djackso1
Matias wrote:

I just need output of:

echo "prevCheck: '$prevCheck'";

When you get that error.


Sorry Matias, I'm kind of lost. My issue has been solved. I no longer get the error. After I added the single quotes (see my previous post) my problem was solved.

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

More
16 years 10 months ago #19101 by Matias
You just fixed symptoms. We need to track down if there's a real issue in there. Can you add that line just before the first fix. Also temporally remove quotes to see if you really catch it.

Most likely there's nothing serious in there, but I need to know if that variable contains something that it should not.

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

More
16 years 10 months ago #19102 by djackso1
Matias wrote:

You just fixed symptoms. We need to track down if there's a real issue in there. Can you add that line just before the first fix. Also temporally remove quotes to see if you really catch it.

Most likely there's nothing serious in there, but I need to know if that variable contains something that it should not.


Ok, sorry I misunderstood what you were looking for. I will do this and report back.

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

More
16 years 10 months ago #21317 by philip
I was experiencing the same problem, and turning site debugging on produced the same output. I only changed line 268 by putting single quotes around the $prevCheck variable, and this solved the problem.

Added
echo "prevCheck: '$prevCheck'";
before the offending line. This produced
prevCheck: '' prevCheck: ''
just before the "Main Forum" bar.

If I can help with anything else, please let me know. I have direct access to the server.

Kind reagrds,
Philip

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

More
16 years 10 months ago #21611 by suslikas
Hellow,


and here need fix.

/components/com_kunena/template/default/fb_sub_category_list.php:113

from;
$database->setQuery("SELECT thread from #__fb_messages where catid='$singlerow->id' and hold='0' and time>$prevCheck group by thread");

to:
$database->setQuery("SELECT thread from #__fb_messages where catid='$singlerow->id' and hold='0' and time>'$prevCheck' group by thread");

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

More
16 years 10 months ago - 16 years 10 months ago #22446 by lea
I also have the problem of the white page. You can see it at:
www.listainmuebles.com/index.php?option=...mid=182&func=listcat

The problem happens when I create any forum under a Category and then I click on the "Categories" tab on the front page. It only happens to registered-logged users.
If I only create several Categories, the page works ok, but as soon as I create a forum, I get the white page when clicking "Categories".

By the way, the forum does work, because if I get to it through the search field, I can acces it and post on it.

Please can you help me. Have you found out any solution? :huh:
Last edit: 16 years 10 months ago by lea.

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

Time to create page: 0.251 seconds