function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Leonard SilonLeonard Silon 

What does this sites error mean?

Here is error message below. What does not have the access rights it needs? The sytem admin has all rights. SO when on a web site, what is the user if it is creating a record in SFDC?

We have a flow, a Site and a VF page.

URL of SITE = http://hthworldwide.force.com/TheChicagoSchool  (http://hthworldwide.force.com/TheChicagoSchool)
This is the one that does not work. However if I go to this site, it works perfectly
https://c.na5.visual.force.com/apex/The_Chicago_School

ERROR i receive

Encountered unhandled fault when running process Chicago_School/30170000000XZgw exception by user/organization: 00570000003TVJ6/00D70000000Is6G
Errorcaused by element : FlowRecordCreate.CS_Record_Create
caused by: UPSERT --- UPSERT FAILED --- ERRORS : (INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY) insufficient access rights on cross-reference id: 0017000001KHweA --- for SFDC record with ID : null, 
 
SonamSonam (Salesforce Developers) 
Users who access your Site without login are considered are guest users and are given a guest profile.They do not have any CRUD(create, read, update, delete) perms by default, admin needs to update the profile and give these perms.
reference:
https://help.salesforce.com/apex/HTViewSolution?id=000006778&language=en_US
Leonard SilonLeonard Silon
This is resolved – thank you