- Posts: 7245
- Thank you received: 566
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
17 years 3 weeks ago #13229
by Matias
Replied by Matias on topic Re:Fatal error: Cannot instantiate non-existent class: fbuserprofile
New code for Line 35:
//Get userinfo needed later on, this limits the amount of queries
$userinfo = new CKunenaUserprofile();
//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.
- sudobashnet
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 37
- Thank you received: 0
17 years 3 weeks ago #13239
by sudobashnet
Replied by sudobashnet on topic Re:Fatal error: Cannot instantiate non-existent class: fbuserprofile
Matias,
I had tried:
I just tried it with your change
but now my error message only changed to:
Fatal error: Cannot instantiate non-existent class: ckunenauserprofile
I had tried:
Code:
$userinfo = new CKunenaUserprofile($database); previously.
I just tried it with your change
Code:
$userinfo = new CKunenaUserprofile();
Fatal error: Cannot instantiate non-existent class: ckunenauserprofile
Please Log in or Create an account to join the conversation.
- sudobashnet
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 37
- Thank you received: 0
17 years 3 weeks ago #13243
by sudobashnet
Replied by sudobashnet on topic Re:Fatal error: Cannot instantiate non-existent class: fbuserprofile
CORRECTION: I'm running Kunena 1.0.8
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago #13247
by Matias
Replied by Matias on topic Re:Fatal error: Cannot instantiate non-existent class: fbuserprofile
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.
- sudobashnet
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 37
- Thank you received: 0
17 years 3 weeks ago #13262
by sudobashnet
Replied by sudobashnet on topic Re:Fatal error: Cannot instantiate non-existent class: fbuserprofile
Right on, I'll try that.
Please Log in or Create an account to join the conversation.
- sudobashnet
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 37
- Thank you received: 0
17 years 3 weeks ago #13283
by sudobashnet
Replied by sudobashnet on topic Re:Fatal error: Cannot instantiate non-existent class: fbuserprofile
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.
Thanks for all the help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.242 seconds