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

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 Mod latest and Fatal Error

More
16 years 6 months ago - 16 years 6 months ago #32108 by juansolos
Hi all,
i have a problem since i have installed the module latest.
When i try to access to my forum (1.5.6) with my menu or with the links on the module, i have this message :
Code:
Fatal error: Cannot redeclare class smile in /web/xxxxxxxx/www/joomla/components/com_kunena/template/default/smile.class.php on line 31

I have tried a solution in this forum but i have found nothing that solve this.k

Could you help me, please?

Thank
Last edit: 16 years 6 months ago by juansolos.

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

More
16 years 6 months ago #32132 by Matias
This issue has been reported more than once and Kunena seems to be OK in this regard. Try to look support from the module category instead as Mod latest is 3rd party module.

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

More
16 years 5 months ago - 16 years 5 months ago #32298 by jerry
Matias wrote:

This issue has been reported more than once and Kunena seems to be OK in this regard. Try to look support from the module category instead as Mod latest is 3rd party module.


line 17 helper.php
Code:
require_once (JPATH_SITE.DS.'components'.DS.'com_kunena'.DS.'template'.DS.'default'.DS.'smile.class.php');

So it's not problem of my module (version 1.0.45).
Last edit: 16 years 5 months ago by jerry.

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

More
16 years 5 months ago #32299 by jerry
Replied by jerry on topic Re:Mod latest and Fatal Error
juansolos wrote:

Hi all,
i have a problem since i have installed the module latest.
When i try to access to my forum (1.5.6) with my menu or with the links on the module, i have this message :

Code:
Fatal error: Cannot redeclare class smile in /web/xxxxxxxx/www/joomla/components/com_kunena/template/default/smile.class.php on line 31

I have tried a solution in this forum but i have found nothing that solve this.k

Could you help me, please?

Thank

I can only assume there is some other component/module/plugin/template on your site, where is defined class smile or is used require/include and not require_once/include_once.
The best would be to rename Kunena class smile with Ksmile or something like that to get off these issues. But that should do devs of Kunena.

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

More
16 years 5 months ago #33390 by Matias
Yes, it should be renamed. But renaming it in K1.5 would break all templates and we do not want to do that without a very good reason.

Kunena 1.6 does not have this class -- it uses much better BBCode parser.

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

Time to create page: 0.235 seconds