Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Class 'CKunenaTimeformat' not found

More
14 years 11 months ago - 14 years 11 months ago #82843 by ShArKsssy
Hey guys,

Okay, so I made this little php page as a module on the right side of my test site. Everything works fine on community builder, kunena and content pages. But the moment I want to view my uddeIM inbox, I get the following error: Fatal error: Class 'CKunenaTimeformat' not found in /home/stidri/public_html/playground/administrator/components/com_kunena/libraries/user.php on line 298

I have already emailed the uddeIM guy, he told me to ask on the forums here as it seemed a kunena problem to him,, I wonder,, because the only time I get this error is when I use his component... Below is the code that is relevant to this... And yes, this error also occurs with the standard joomla template :-) this is a fresh install of a couple of hours ago
Code:
<?php defined ( '_JEXEC' ) or die (); require_once (JPATH_SITE .DS. 'components' .DS. 'com_kunena' .DS. 'lib' .DS. 'kunena.defines.php'); require_once (KUNENA_PATH_LIB .DS. "kunena.config.class.php"); global $KConfig; $KConfig = new CKunenaConfig(); $KConfig->load(); require_once (JPATH_SITE.DS.'components'.DS.'com_kunena'.DS.'class.kunena.php'); require_once (KUNENA_PATH_LIB .DS.'kunena.link.class.php'); echo "<hr/><b>Members Online</b>: "; $count = KunenaUser::getOnlineCount(); echo $count['user']; ?>

Can someone help me figure this out? It would be much appreciated :-)



This message contains confidential information

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

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

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 60 seconds | Max execution memory: 168M | Max file upload: 128M

This message contains confidential information

Joomla default template details : mycommunity | author: jh! design | version: 1.3 | creationdate: Nov 30 2010

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.2 | creationdate: 2010-12-29

Kunena version detailled: Installed version: 1.6.2 | Build: 3894 | Version name: Team | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Disabled or not installed | CommunityBuilder: Installed (Version : 1.3.1) | Jomsocial: Disabled or not installed | UddeIm: Installed (Version : 2.2)

Third-party SEF components: sh404sef: Disabled or not installed | ARTIO JoomSEF: Disabled or not installed | AceSEF: Disabled or not installed

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Disabled | JFirePHP: Disabled or not installed | Kunena Discuss: Disabled or not installed | Kunena Search: Disabled or not installed | My Kunena Forum Menu: Disabled or not installed | My Kunena Forum Posts: Disabled or not installed

Modules: Kunena Latest: Enabled (Version : 1.6.2) | Kunena Stats: Enabled (Version : 1.6.2) | Kunena Login: Disabled or not installed

Last edit: 14 years 11 months ago by ShArKsssy.

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

More
14 years 11 months ago #82857 by xillibit
Hello,

Where is this module on your site ?

If i remember right you have a Uddeim module to show number pm in inbox, if you want show kunena stats use Kunenastats module, but yes this module doesn't show online users.

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
14 years 11 months ago #82877 by ShArKsssy
Hi xillibit, thanks for replying.

This module is on the right hand side of my site, it shows on every page. And I have the module for showing the pm count.

Okay, I will try out this module, but I wanted a custom view because I want to show other things too.

I will let you know. Thanks again

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

Time to create page: 0.407 seconds