- Posts: 7
- Thank you received: 0
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
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.
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.
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.
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.
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.
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:
Please Log in or Create an account to join the conversation.