Is anybody here still getting the following error ...
# suitecommerce
s
Is anybody here still getting the following error even after fixing the permissions associated with CMS content? Ie, content blocks are not showing on the site (particularly after logging in)
Copy code
Content on this page is missing crucial information. This can happen if you manually edit or delete content records in NetSuite. To correct the problem, in NetSuite, delete the CMS content record with ID 12 and use Site Management Tools to add the content back to the site.
u
@Steve Goldberg I actually just saw this one yesterday on a clients site after logging in - ill check again
{ “errors”: [ { “message”: “Content on this page is missing crucial information. This can happen if you manually edit or delete content records in NetSuite. To correct the problem, in NetSuite, delete the CMS content record with ID 2 and use Site Management Tools to add the content back to the site.” } ] }
but this error - its in the My Account and im not using CMS Content with Id 2 in the My Account at all
s
ID 2 is an account-specific reference
Basically, all of our custom content types and blocks carry a new permission schema and that means you need to update any pre-existing roles so that they have the appropriate permissions. For example
The base roles will be updated, but ones that were customised from them before their permissions changed will not auto-inherit them
u
yea this fixed it for me
thanks for the reminder @Steve Goldberg