- Posts: 7329
- Thank you received: 1425
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/...
Please Log in or Create an account to join the conversation.
- hangloose.51
-
Topic Author
- Offline
- New Member
-
- Posts: 11
- Thank you received: 0
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.
Please Log in or Create an account to join the conversation.
- hangloose.51
-
Topic Author
- Offline
- New Member
-
- Posts: 11
- Thank you received: 0
Thank you very much for your efforts
Please Log in or Create an account to join the conversation.
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.
- hangloose.51
-
Topic Author
- Offline
- New Member
-
- Posts: 11
- Thank you received: 0
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.