Joomla version? CB version? CBSubs version? That receive_html database column doesn't exist in CB or CBSubs so something is trying to query for it. Ensure _users database table wasn't modify. Also check CBSubs SQL Actions usages on your plans to ensure you're not trying to query for a column that doesn't exist. Also check CBSubs Fields usage on your plans as maybe that's a custom field that doesn't have a database column that you're trying to set.
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.
There has to of been a change on your site. CB doesn't just suddenly break. Something is adding to the query to set a database column value for a column that doesn't exist. What it is though I have no idea as it's not a part of CB or CBSubs core. My guess is a 3rd party CB plugin or 3rd party Joomla system/user plugin. The only way to know is to disable things 1 by 1 and test after each until it stops.
If it doesn't resolve then it's possible you've a bad field row in _comprofiler_fieldsin which case running the database tools in CB > Tools should be able to clear it up. It also could be a column that was added to _users by something installed or manually.
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.