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:
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. :-)
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. :-)
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.
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.
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.