I have been working on setting up a content builder environment. I have built the data sources and created a view, but now I cannot enter the front of the site with a 1054 error (see attached). I cannot get into the Content Builder component in the back end either. How can I untangle this?
does the same happen with new data storages + views?
Please have a look into joomla database and check if table:
#_contentbuilder_records has column r.id
Have you changed the name of the storage or something before the error occured first?
Basically, if your table has an ID field, and you name it as 'r.id' instead of 'id', contenbuilder will still think the field name is 'id' at some point. That caused the 1054 error.