Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This is not a support forum for Community Builder or its related products. For Community Builder support you should visit Joomlapolis .

The information given in this category is intended to guide users who want to use Community Builder with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of Community Builder.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Error on showing Kunena tab in Community Builder

More
10 years 1 month ago #1 by ralphcastelberg
HI
i get the following erroe while showing the kunena tab in the profile of a user:

Warning: Creating default object from empty value in /home/ralphcas/www/activepeople/components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.php on line 325

Warning: Creating default object from empty value in /home/ralphcas/www/activepeople/components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.php on line 362

Warning: Creating default object from empty value in /home/ralphcas/www/activepeople/components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.php on line 396


also is the integration with the community avatar etc. not working...

did all steps as showerd on the wiki site about integration:
www.kunena.org/docs/Integration_von_Kune...nd_Community_Builder

any help?

my setup:
This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 16M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : JP-Fashion | author: Joomlaplates | version: 2.5.002 | creationdate: Unknown

Kunena default template details : Blue Eagle | author: Kunena Team | version: 3.0.4 | creationdate: 2013-12-22

Kunena version detailed: Kunena 3.0.4 | 2013-12-22 [ Ukko ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 1.9.1 | UddeIM 3.2

Third-party SEF components: None

Plugins: Search - Kunena Search 3.0.1 | Content - Kunena Discuss 3.0.1

Modules: Kunena Login 3.0.1

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

More
10 years 2 days ago #2 by lordlethris
I have this error now with php 5.5.7. I read somewhere that CB isn't actually very good at supporting non profitable users :evil: and their code is always a few PHP versions behind. So if your host server has the latest PHP then you'll have to fork out $$$ for even the simplest membership for CB support to help you "tweek" your fields to support the latest PHP.

Cleaver dicks really.!

or ;) ->

The forum tab/info in CB actually still works, it just throws that warning at us because, as I said, CB supports an older PHP. just make sure CB is up to date and Kunena is the latest version, then...

...edit "cb.simpleboardtab.php" (in "../com_comprofiler/plugin/user/plug_cbsimpleboardtab") and add:
Code:
error_reporting(E_ERROR | E_PARSE);

At the top, but AFTER
Code:
<?php /** * Forum Tab Class for handling the CB tab api * @version $Id: cb.simpleboardtab.php 1802 2012-06-19 20:37:23Z beat $ * @package Community Builder * @subpackage plug_cbsimpleboardtab.php * @author JoomlaJoe and Beat (Nick A. fixed Fireboard support) * @copyright (C) JoomlaJoe and Beat, www.joomlapolis.com * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2 * Thanks to LucaZone, www.lucazone.net for Fireboard adaptation suggestions */


This suppresses any warnings that might make your forumites panic ;)

Warning - this Suppresses ANY warnings.... ANY WARNINGS!!

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

Time to create page: 0.431 seconds