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

Please Read This First:


Please read the guides posted as sticky topics in this category. For a quicker response, please give as much information to help us understand the problem (see How To Ask Questions The Smart Way and What information should I include when I ask for help (including how to post my configuration report)? ).

This category is only for reporting defects with K 2.0 Please read, before you post, Before you post your question, read this first .

Do not use this category:
  • if this website ( www.kunena.org ) works but works differently to how you expected
  • for requests to add or remove the standard features of Kunena;
  • for questions commonly asked or "how to" in nature (see the FAQs menu tab above);
  • for help with Kunena versions that are not the latest stable release; or
  • for general Joomla or website administration matters

You must include your K 2.0 configuration report; if you do not include your configuration report, your topic may be closed (locked) or deleted without any further warnings from the moderators.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Sticky Fatal Error: Cannot pass parameter 2 by reference in components/com_kunena/lib/kunena.file.class.1.6.php on line 60

More
13 years 9 months ago #128357 by machibs
Hey,

I have installed the version 2.0, its working but after I Login
or create an account I get:

500 Internal Server Error
Fatal Error was detected!
Please contact the site owner.
Go back.

Someone with an idea of whats going on? Please Help

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

More
13 years 9 months ago #128387 by xillibit
Hello,

Can-you put here please your Kunena report configuration ?

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
More
13 years 9 months ago #128457 by machibs
Hey. Thanks for the article, I followed the steps and got this:

500 Internal Server Error
Fatal Error was detected!

Fatal Error: Cannot pass parameter 2 by reference in components/com_kunena/lib/kunena.file.class.1.6.php on line 60

The error was detected in the Kunena Component.

When I check line 60 which is:

55. class CKunenaFolder extends JFolder
56. {
57. static function createIndex($folder) {
58. // Make sure we have an index.html file in the current folder
59. if (!CKunenaFile::exists($folder.'/index.html')) {
60. CKunenaFile::write($folder.'/index.html','<html><body></body></html>');
61. }
62. }
63. }

Help.

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

More
13 years 9 months ago #128461 by sozzled
machibs: that's all the information we needed to know! :woohoo:

*** Topics merged ***

Solution: upgrade to K 2.0.1 (and also upgrade other Kunena add-ons, if you are using them, similarly).

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

More
13 years 9 months ago #128625 by Matias
@machibs: Actually the fix we have in Kunena 2.0.1 is to take html body out of the function and have it as variable.

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

Time to create page: 0.263 seconds