Here's some background of what I'm trying to do:
I'm trying to create a page which will list a criminal's info and all the offenses that person has committed.
I have two content types: Criminal, and Offense
I have two block views one that displays the all the offenses committed by a criminal on a criminals node page and one editview table on the criminal's edit node page. I'm having trouble with the editview.
After following all the instructions provided this is what I get.
Fatal error: Call to undefined function form_reset_errors() in C:\WEBSITES\drupal\modules\editview\editview.module on line 44
On the parents page (criminal) it lists the child nodes (offenses) just fine. The problem is when I click to edit a parent node (criminal).
Any ideas on how to fix this?
BTW.. You might want to make a note that the code listed on the editview module page has been encoded into html entities, so it won't work if someone copies and pastes it into their drupal system.
Thanks for your help. I would love to get this module working.
Comments
Comment #1
gmclelland commentedOk, I applied the patch and it works now. Oops
Comment #2
gmclelland commented