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

Solved Error: Field 'params' doesn't have a default value

More
3 years 8 months ago #224417 by remco123
When a user creates a new forum post he/she gets error Field 'params' doesn't have a default value when selecting the submit button. The New Tipic page does not reload and it looks like the post is not created. But when you hit the back button or select the "new topics" you will see that the post is created.
When you check the My topics item no posts are shown.

How can we fix this?

Joomla! version: 4.1.5
PHP version: 8.0.22
Kunena version: 6.0.2

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

More
3 years 8 months ago #224419 by rich
Do you have access to your database?
Make a backup of your database and enter the following SQL command in phpMyAdmin. (Instead of #__ you have to enter your prefix).
.
Code:
ALTER TABLE `#__kunena_user_topics` CHANGE `params` `params` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;

Important! Always create a backup before you make any changes to your website!

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

More
3 years 7 months ago #225020 by remco123
Hi thank you and sorry for the late reply. I made the above change into the database. Now this error is gone.
But I do get a new error > Error 500: Could not instantiate mail function.
Which means the email can not be sent to the user/moderator. When I check the forum the new post (or reply) is visible, thus added to the database.
Whether I enable or disable the subscription in config, still this error comes up.
In diagnostics check everything is green (test passed)

What can be the reason for not sending the email? All our other email functionality on the site (registration, etc) is working fine.



oomla! version: 4.1.5 and 4.2.2
PHP version: 8.0.22
Kunena version: 6.0.2

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

More
3 years 7 months ago #225309 by rich

Important! Always create a backup before you make any changes to your website!

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

More
3 years 7 months ago #225369 by remco123
Yes same problem and I tried the options in that post but it does not make a difference. Error is still there. Any other ideas how to solve this? There must be a reason why this happens.

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

More
3 years 7 months ago #225370 by Leen
hello Remco, Is this error in joomla 4 ?
And if so what if you are in adminstrator > kunena> Kunena Forum: Tools and then Synchronize Users does that work or is there sometimes an error?
or take a look at the tools at Diagnostics to see if there are any messages there?

With kind regards
Leen

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

Time to create page: 0.247 seconds