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

Question [ SOLVED ]Fatal error: Cannot instantiate non-existent class: fbuserprofile

More
17 years 3 weeks ago #13229 by Matias
New code for Line 35:
//Get userinfo needed later on, this limits the amount of queries
$userinfo = new CKunenaUserprofile();

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

More
17 years 3 weeks ago #13239 by sudobashnet
Matias,

I had tried:
Code:
$userinfo = new CKunenaUserprofile($database); previously.

I just tried it with your change
Code:
$userinfo = new CKunenaUserprofile();
but now my error message only changed to:

Fatal error: Cannot instantiate non-existent class: ckunenauserprofile

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

More
17 years 3 weeks ago #13243 by sudobashnet
CORRECTION: I'm running Kunena 1.0.8

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

More
17 years 3 weeks ago #13247 by Matias
Could you update to Kunena 1.0.9? It fixes a huge amount of bugs and has relatively few new issues.

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

More
17 years 3 weeks ago #13262 by sudobashnet

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

More
17 years 3 weeks ago #13283 by sudobashnet
That did it! I was also able to re-implement all the changes I had made and everything still worked just fine so not sure what it was.

Thanks for all the help.

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

Time to create page: 0.242 seconds