-
Notifications
You must be signed in to change notification settings - Fork 61
Load Event from database? #47
Comments
Can you post your Entity? |
Hi i have the same problem @gerardossxd1995 , could you help me? (the topic is a bit old but i hope you'll have the time to help me) There is the entity code that i took from a stackoverflow issue : https://stackoverflow.com/questions/37980272/extending-adesigns-evententity-class My Entity Code :
The thing is when im loading the page, the calendar displays itself nicely but i cant click to load events, when i go into the symfony profiler, ive got this error :
It appears that the : Do you have any ideas? Thanks in advance for your help! |
I did extend the classes and it doesnt show any problems. However since my variables are slightly different, I override the "toArray()" function and created a constructor with a parameter. My suggestion is if you have any errors, you can have a look at your entity class, the calendar listeners, calendar-settings.js and maybe the services.yml |
Hello, I was do all steps like as in guide and what next i have to doing? In database I have one event.
I enter my route with callendar, but events not loaded
CallendarEventListener is AppBundle/CallendarEventListener.php
The text was updated successfully, but these errors were encountered: