I have a basic document type for contact persons in which I have the properties for name, telephone number, email address and a picture. The documents are NOT for frontend view and just for pasting data. The contact persons gets included in a special module.
I worked without a fusion template so the content gets displayed like in the „Raw Content”-view. Which is just fine for me.
Now I see that I have a lot of exceptions like this:
Exception #1332493995 in line 410 of /homepages/11/d82437635/htdocs/mywebsite/Data/Temporary/Production/Cache/Code/Flow_Object_Classes/Neos_Fusion_Core_Runtime.php: The Fusion object "WG.BaseSite:Document.Ansprechpartner" cannot be rendered:
Most likely you mistyped the prototype name or did not define
the Fusion prototype with "prototype(WG.BaseSite:Document.Ansprechpartner) < prototype(...)".
Can I stop the exceptions without building a fusion file with all properties?
Hi, are those errors from backend or frontend requests. You might need to prevent frontend access if they accidentally show up in the sitemap or other places.
I have a half built package for some customers that allows to mark pages as “backend-only” pages, f.e. for documentation or other specific page types. I’m not able to finish this package quickly up for release but the following snippet could already solve it for you: