Field 'language' doesn't have a default value.

More
4 years 9 months ago #14437 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?

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

More
4 years 9 months ago #14439 by solidres
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,

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

More
4 years 9 months ago - 4 years 9 months ago #14442 by moreus
Thank You is work now ^_^
PS.
next what i found "Latitude and Longitude" cannot be empty or we get MySQL error
Last edit: 4 years 9 months ago by moreus.

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

More
4 years 9 months ago #14519 by solidres
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,

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

More
4 years 7 months ago #15225 by moreus
Hello,
10.3.16-MariaDB - MariaDB Server
Web and DB is hosted on www.000webhost.com/
Regards

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

More
4 years 7 months ago #15226 by solidres
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,

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

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?