?
avatar MartijnMaandag
MartijnMaandag
19 Apr 2017

Steps to reproduce the issue

I saw this before as an issue, but they are closed.
Update 3.6.5 ==> RC3 (direct)
Go to Content - Fields
500 Unknown column 'a.name' in 'field list'

Expected result

Actual result

System information (as much as possible)

Update direct from 3.6.5 to 3.7.0 RC3
On localhost
php 7.0.4 apache 2.4.18 database 5.7.11

Additional comments

I tried this with another 3.6.5 site and no problem.
Are there others having this?

avatar MartijnMaandag MartijnMaandag - open - 19 Apr 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Apr 2017
avatar zero-24
zero-24 - comment - 19 Apr 2017

You can only havin this if you came from a not stable version to 3.7 as we have changed the database columname. If you come from 3.6.5 it should work.

avatar brianteeman
brianteeman - comment - 19 Apr 2017

Just tested an upgrade from 3.6.5 to rc3 and could not replicate this

avatar MartijnMaandag
MartijnMaandag - comment - 19 Apr 2017

It is direct from 3.6.5.
Database says its up-to-date.
As I mentioned when I take another site it works fine.
Maybe we wait if somebody else has this. In the meantime I will test a little.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15410.

avatar brianteeman
brianteeman - comment - 19 Apr 2017

could you have used this site to test some patches?

avatar MartijnMaandag
MartijnMaandag - comment - 19 Apr 2017

I always take e copy (Akeeba) from production to test.

But I have an idea and will try out if that is the cause.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15410.

avatar MartijnMaandag
MartijnMaandag - comment - 19 Apr 2017

Yes.
If you test (more than once) go to the database and delete all the old tables (don't trust on the delete old tables in Kickstart.php).
No error anymore.
I will close this.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15410.

avatar MartijnMaandag MartijnMaandag - change - 19 Apr 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-04-19 12:52:51
Closed_By MartijnMaandag
avatar MartijnMaandag MartijnMaandag - close - 19 Apr 2017
avatar djalondon
djalondon - comment - 26 Apr 2017

I hadn't tested Fields before but have a new site which was installed using Joomla 3.7 Beta 2 and have since updated to rc2 then rc4. In Articles if I go to Fields I get "Unknown column 'a.name' in 'field list'" with the following showing under Extensions: Database:

Database schema version (in #__schemas): 3.7.0-2017-04-19.
Update version (in #__extensions): 3.7.0-rc4.
Database driver: mysqli.
145 database changes were checked successfully.
173 database changes did not alter table structure and were skipped.

avatar zero-24
zero-24 - comment - 26 Apr 2017

Yes. this is expected behavior as there is no supported updatepath between dev versions.

avatar djalondon
djalondon - comment - 26 Apr 2017

OK - so what should I do to go from an RC to 3.7.0 - I tried installing 3.7.0 from rc4 but still get the same error

avatar zero-24
zero-24 - comment - 26 Apr 2017

so what should I do to go from an RC to 3.7.0

There is no supported way to do that ;) But you can change the database colum name by your self in the database..

avatar brianteeman
brianteeman - comment - 26 Apr 2017

You will need to manually update the database.

This is why there were big warnings not to use the beta or release candidates

avatar djalondon
djalondon - comment - 26 Apr 2017

OK thanks

Add a Comment

Login with GitHub to post a comment