[eluser]Rob Stefanussen[/eluser]
Hi all, I've been toying with CodeEx and am running into a wall... I hate to ask for the community's valuable time, I usually try to figure things out from examples and/or documentation, but CodeEx is pretty sparse on both!
So right now, I'm just trying to get a really basic CRUD setup, I'm not dealing with any custom plugin issues... yet. I am getting a blow up when trying to use the ManyToMany plugin in one of my CRUDs. I know I'm getting something really basic wrong.
I believe the YAML structure is incorrect, which brings me to my first question, why do CRUDs that use their own controllers omit the form_setup directive? (see related_example.yml and example_form.yml).
I have tables called MUSIC, MUSIC_TYPES, and MUSIC_MUSIC_TYPES. It's pretty standard - two tables connected by a linking table.
Undefined index: class
Could not find proper plugin.
Again, I know it's something silly, but any help would be greatly appreciated. Also, if anyone knows of some more extensive examples or documentation, I would be thrilled to add those to my arsenal so as not to bug people on the forum.