Go to Articles: Options -> Editing Layout tab and switch Publishing Options to Hide
Create a new article and save.
Article is saved.
Error message
Save failed with the following error: Field 'metakey' doesn't have a default value
Joomla! 4.0.0-alpha12 Alpha [ Amani ] 17-October-2019 20:13 GMT
PHP 7.3.10
MySQL 5.7 (10.4.6-MariaDB)
thanks @brianteeman #26629
Labels |
Added:
?
|
@nielsnuebel will try to fix it
The error only occurs with new articles.
https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Table/Table.php#L904
throws an error message with the following content "Field 'metakey' doesn't have a default value". We have to include the required fields in https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Table/Content.php#L184 here.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-10-19 15:15:44 |
Closed_By | ⇒ | wilsonge |
I can confirm this bug