- Posts: 3
- Home
- Forum
- Community Forum
- Report bugs
- Problem with the radio buttons in the front admin
Field 'language' doesn't have a default value.
- moreus
- Topic Author
- Offline
Less
More
5 years 6 months ago #14437
by moreus
Field 'language' doesn't have a default value. was created by moreus
I installed fresh Joomla_3.9.10-Stable and Solidres 2.8.2.
When I want add new property I cannot save because error " Field 'language' doesn't have a default value."
Where i can set that?
When I want add new property I cannot save because error " Field 'language' doesn't have a default value."
Where i can set that?
Please Log in or Create an account to join the conversation.
- solidres
-
- Away
Less
More
- Posts: 2931
5 years 6 months ago #14439
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Field 'language' doesn't have a default value.
Hi,
You can run this SQL statement in your database to fix it:
ALTER TABLE `#__sr_reservation_assets` CHANGE `language` `language` VARCHAR(10) NOT NULL DEFAULT '*';
Regards,
You can run this SQL statement in your database to fix it:
ALTER TABLE `#__sr_reservation_assets` CHANGE `language` `language` VARCHAR(10) NOT NULL DEFAULT '*';
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- moreus
- Topic Author
- Offline
Less
More
- Posts: 3
5 years 6 months ago - 5 years 6 months ago #14442
by moreus
Replied by moreus on topic Field 'language' doesn't have a default value.
Thank You is work now ^_^
PS.
next what i found "Latitude and Longitude" cannot be empty or we get MySQL error
PS.
next what i found "Latitude and Longitude" cannot be empty or we get MySQL error
Last edit: 5 years 6 months ago by moreus.
Please Log in or Create an account to join the conversation.
- solidres
-
- Away
Less
More
- Posts: 2931
5 years 6 months ago #14519
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Field 'language' doesn't have a default value.
Hi,
It is quite strange because we are not able to replicate this issue and we've not seen any similar report this that, what is your current MySQL version?
Regards,
It is quite strange because we are not able to replicate this issue and we've not seen any similar report this that, what is your current MySQL version?
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- moreus
- Topic Author
- Offline
Less
More
- Posts: 3
5 years 5 months ago #15225
by moreus
Replied by moreus on topic Field 'language' doesn't have a default value.
Please Log in or Create an account to join the conversation.
- solidres
-
- Away
Less
More
- Posts: 2931
5 years 5 months ago #15226
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Field 'language' doesn't have a default value.
Hi,
You can fix this issue in MariaDB by following this tutorial:
www.slickdev.com/2017/09/05/mariadb-10-2...default-value-error/
Regards,
You can fix this issue in MariaDB by following this tutorial:
www.slickdev.com/2017/09/05/mariadb-10-2...default-value-error/
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
Moderators: solidres