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 Warning: Invalid argument supplied for foreach() in libraries/kunena/forum/...

More
9 years 6 months ago #181630 by 810
check your database, that you have the `#__kunena_categories` table with the allow_ratings column

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

More
9 years 6 months ago #181655 by hangloose.51

810 wrote: check your database, that you have the `#__kunena_categories` table with the allow_ratings column


OK, I checked, and you are right: this column is missing!

I added, like in a working kunena db: {allow_ratings, TINYINT (4)}

But unfortunately still the same error...

Anything else, I have to repair / add?

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

More
More
9 years 6 months ago #181681 by hangloose.51
Column successfully added... but unfortunately still no solution to the problem...

Thank you very much for your efforts :)

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

More
9 years 6 months ago #181684 by 810
do also the other changes, under it.

Else you need to backup database ad files.
Then remove kunena and tables, then install it.

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

More
9 years 6 months ago #181690 by hangloose.51
What changes exactly?

ALTER TABLE `#__kunena_topics` ADD `rating` -> done
ALTER TABLE `#__kunena_topics` ADD `label_id` -> done
DROP TABLE `#__kunena_keywords` -> done
DROP TABLE `#__kunena_keywords_map`;</query> -> done

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

Time to create page: 0.260 seconds