I receive the error "1054 Unknown column 'c._UE_Company' in 'field list' " when saving changes made to a user record in the CB User Management module. In Field Management the field exists as Title: "_UE_Company and Name: "cb_company". I am running CB 2.1.2, Joomla! 3.7.2 Stable and PHP Version 5.4.19 hosted on GoDaddy which doesn't provide a latter PHP version. How can I resolve this conflict?
You've something trying to save a column that does not exist. The database column is not the field title _UE_Company, but is the field name cb_company. Run database checks within CB > Tools to see if it can find any issues with missing columns.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
I ran the "Check Community Builder User Fields Database" test in tools and all fields checked out okay: "All CB fields data storage database is up to date. Table #__comprofiler Column cb_company structure is up-to-date." There are no other fields containing "Company" in the list of fields. I still get the error message: "1054 Unknown column 'c._UE_Company' in 'field list'".
I also ran the other Tools' checkers with no errors reported, i.e. "Synchronize users", "Check CB plugins database" and "Check Core CB database".
How can I resolve this?
I guess you've something 3rd party installed doing it then or have configured something like CB Auto Actions to do that. Disable non-core CB plugins 1 by 1 until issue goes away to see if it's an installed CB plugin doing it.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.