By Mel on Wednesday, 25 October 2017
Posted in General
Likes 0
Views 432
Votes 0
Hi,

I get the following error when I make changes in the Group categories ACL:

An error has occurred.
1054 Unknown column 'container' in 'field list'

And I cannot save the changes. Any idea how |I might fix this?

Also, none related but just while I remember, if you go to General settings the tab for Login doesn't have a translation (see image).

Kind regards

Mel
Hi Mel,

May I know that you upgraded your EasySocial from RC or Beta version? If yes, kindly run the following SQL queries in your database and see how it goes. Replace #_ with your database prefix.


ALTER TABLE `#__social_clusters_categories` ADD `container` tinyint(3) NOT NULL DEFAULT 0;


If the problem still persist kindly provide us with your phpMyAdmin database access and we will help you with the process.
·
Wednesday, 25 October 2017 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

Thank you so much. That has fixed it!

Have a nice day

Mel
Mel
·
Wednesday, 25 October 2017 15:34
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome, Mel. Glad to hear that your issue has been resolved.
·
Wednesday, 25 October 2017 15:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post