- Posts: 37
- Thank you received: 0
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
3 years 8 months ago #224417
by remco123
Error: Field 'params' doesn't have a default value was created 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
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.
3 years 8 months ago #224419
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Error: Field 'params' doesn't have a default value
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).
.
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.
3 years 7 months ago #225020
by remco123
Replied by remco123 on topic Error: Field 'params' doesn't have a default value
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
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.
3 years 7 months ago #225309
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Error: Field 'params' doesn't have a default value
Maybe the same problem as here?
www.kunena.org/forum/k-5-2-support/16445...l-notification-error
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
3 years 7 months ago #225369
by remco123
Replied by remco123 on topic Error: Field 'params' doesn't have a default value
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.
3 years 7 months ago #225370
by Leen
With kind regards
Leen
Replied by Leen on topic Error: Field 'params' doesn't have a default value
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?
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