Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

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.

Question Blank page display if more then 12 child category?

More
16 years 7 months ago #37809 by lmckdhu
Hi,

I used the latest Kunena 1.5.

I have about 30 child category and more ...

example:

Windows NT is parent
* Windows NT 3.1 (OS/2 3.0 - Windows 3.1)
* Windows NT 3.5 (Windows 3.5)
* Windows NT 3.51 (Windows 3.51)
* Windows NT 4.0 (Windows 4)
* Windows 2000 (Windows NT 5.0 - Windows 5)
* Windows XP (Windows NT 5.1 - Windows 5.1) (codename: Whistler)
* Windows Server 2003 (Windows NT 5.2 - Windows 5.2) (codename: Whistler Server)
* Windows Fundamentals for Legacy PCs
* Windows Vista (Windows NT 6.0 - Windows 6) (codename: Longhorn)
* Windows Home Server
* Windows Server 2008 (Windows NT 6.0 - Windows 6) (codename: Longhorn Server)
* Windows 7 (previously codenamed Blackcomb, then Vienna)
* Windows Preinstallation Environment (WinPE)

when you click on Windows NT , you will see the blank page ... I tried with firefox and IE, they have the same, but if I have only 11 childs category, it's ok.

Thanks

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

More
16 years 7 months ago #37810 by fxstein
Whenever you get a black page head directly to your servers error logs. Apache (or your choice of webserver) will write an error message in there that will tell you the root cause of the problem.

There is no limit on child categories per se. However if your memory is configured too low it might hit the memory limit, which in return would make the script to fail. In that case the server would write an error message that the script ran out of memory.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 7 months ago #37830 by lmckdhu
That I already checked but no error logs on my server ...

but there are some more then 12 but it's work

You can have in my web to see, it's complicated to explain...

my

forum under construction


It's work with 12 children category:
oiiq.net/index.php?option=com_kunena&Ite...at&catid=597&lang=en

it's blank page, problem,any category with more then children category ...

oiiq.net/index.php?option=com_kunena&Ite...at&catid=821&lang=en

Internet -> Search Engine
oiiq.net/index.php?option=com_kunena&Ite...at&catid=327&lang=en

thanks you

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

More
16 years 7 months ago #37838 by xillibit
Hello,

I hope that you have in your php.ini at least this settings :
Code:
php max_execution_time >= 120 php memory_limit >= 64M safe_mode = off

You need check too, in your php.ini that you error_display enabled and set on all. If after, this nothing change, you need to enable the debug mode in joomla! configuration panel.

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
16 years 7 months ago #37842 by fxstein
lmckdhu wrote:

That I already checked but no error logs on my server ...


Sorry, but you need the error log. Every server should have one. Without it I fear we cannot be of much help.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 7 months ago #37866 by lmckdhu
my php configuration:

Resource Limits max_execution_time 120
Resource Limits max_input_time 120
Resource Limits memory_limit 132M
Data Handling register_globals Off
Language Options safe_mode Off
File Uploads upload_max_filesize 100M
main zend_optimizer.version 3.3.3

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

Time to create page: 0.209 seconds