Define a field group
Define a field for this group
Go to Content/Field Groups
Go to Content/Fields
They should work as usual
Content/Field Groups is listing the records AS EXPECTED
Go to Content/Fields OUTPUTS the error "500 Unknown column 'a.name' in 'field list'"
Joomla! 3.7.0-rc3
It was working as expected in the previous rc's
Labels |
Added:
?
|
It was update from 3.6.5 -->RC1...RC3 Yes we have changed the database. Please try 3.6.5 -> RC3
Category | ⇒ | Installation |
Or just change the column alias to name in the __fields table.
not supported update path, closing
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-19 07:44:34 |
Closed_By | ⇒ | rdeutz |
same issue with final version (it was working before)
custom field contact or article
error 500 Unknown column 'a.name' in 'field list'
ALTER TABLE prefix_fields
CHANGE alias
name
VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
How was your update path? Did you a clean install or update from 3.6.5?