Express Edit Entity: Attributes throws ReflectionException

Permalink
Hello,

I am trying to add an Express form to my page. I added an Entity, but when I click on "Attributes" (in "Edit Entity"), I get this error:

ReflectionException (-1)
Class Concrete\Attribute\CalendarEvent\Controller does not exist
ReflectionException 
…/vendor/illuminate/container/Container.php734


I added a screenshot for you to see.

Do you have any idea how I might be able to solve this?

Thank you for looking at this. :-)

1 Attachment

ObiWan
 
stewblack23 replied on at Permalink Reply
stewblack23
Hey ObiWan

Can your provide a little more detail on your issue. Are you creating a new Express Entity form or creating a form from an existing Express Data Object.
ObiWan replied on at Permalink Reply
ObiWan
Thank you for your response.

Let me see if I can describe what I got.

I am trying to create a form "Contact".

So I created a Data Object "Contact". I enter the Data Object and click on "Attributes". That's when I get "ReflectionException (-1) Class Concrete\Attribute\CalendarEvent\Controller does not exist".

Any idea why this happens?

Thank you for your thoughts in advance.