?
avatar humblehumanbeing
humblehumanbeing
18 Apr 2017

Steps to reproduce the issue

Define a field group
Define a field for this group
Go to Content/Field Groups
Go to Content/Fields

Expected result

They should work as usual

Actual result

Content/Field Groups is listing the records AS EXPECTED
Go to Content/Fields OUTPUTS the error "500 Unknown column 'a.name' in 'field list'"

System information (as much as possible)

Joomla! 3.7.0-rc3

Additional comments

It was working as expected in the previous rc's

avatar humblehumanbeing humblehumanbeing - open - 18 Apr 2017
avatar joomla-cms-bot joomla-cms-bot - change - 18 Apr 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 18 Apr 2017
avatar zero-24
zero-24 - comment - 18 Apr 2017

How was your update path? Did you a clean install or update from 3.6.5?

avatar humblehumanbeing
humblehumanbeing - comment - 18 Apr 2017

It was update from 3.6.5 -->RC1...RC3 but I saw a similar issue at #15142

avatar zero-24
zero-24 - comment - 18 Apr 2017

It was update from 3.6.5 -->RC1...RC3 Yes we have changed the database. Please try 3.6.5 -> RC3

avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Apr 2017
Category Installation
avatar laoneo
laoneo - comment - 19 Apr 2017

Or just change the column alias to name in the __fields table.

avatar rdeutz
rdeutz - comment - 19 Apr 2017

not supported update path, closing

avatar rdeutz rdeutz - change - 19 Apr 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-04-19 07:44:34
Closed_By rdeutz
avatar rdeutz rdeutz - close - 19 Apr 2017
avatar ymages
ymages - comment - 27 Apr 2017

same issue with final version (it was working before)

custom field contact or article
error 500 Unknown column 'a.name' in 'field list'

avatar ymages
ymages - comment - 27 Apr 2017

ALTER TABLE prefix_fields CHANGE alias name VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''

Add a Comment

Login with GitHub to post a comment