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 Error when trying to view another user's profile

More
16 years 6 months ago #32027 by YeeP
Joomla 1.5.14
Kunena 1.5.6

When I click on the username of another user I get the following error:
JDatabaseMySQL::query: 1054 - Unknown column 'id' in 'where clause' SQL=SELECT karma FROM jos_fb_users WHERE id='62'

There is no column in this table with the name "id".... There is "userid"....

Any ideas?

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

More
16 years 6 months ago #32040 by Matias
It should be userid.

There's no such query in Kunena. Do you have any Kunena modules installed? Custom template? Or software with Kunena integration?

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

More
16 years 6 months ago - 16 years 6 months ago #32053 by YeeP
No Kunena modules, no special software with kunena integration. I am running a custom template. "Integrity Pro". However with this template, you have to make your own buttons for "my profile", "categories" and others. This is so you can make it look as part of your joomla template. Strange enough, the my profile button is just keeping me at the forum root. Here is the link I am using on that button:

index.php?option=com_kunena&Itemid=2&func=myproflie

I suppose I can go to another template and see if it works. I will report back.

EDIT: the template must be what is causing this problem with the column names. However, my link to "my profile" still does not work. Anyone know the correct link for my profile?
Last edit: 16 years 6 months ago by YeeP.

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

More
16 years 6 months ago #32077 by Matias
Profile link is OK. We have a link class for Kunena links in lib/kunena.link.class.php

Try this (returns a href):
echo GetMyProfileLink($fbConfig, $userid, 'My Profile');

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

Time to create page: 0.229 seconds