Call to a member function save() on a non-object in …/views/manufacturer/tmpl/edit.php
line 24
which I have;
form->getField(‘body’)->save(); ?>
so I don’t have save() function somewhere? when save gets call, I create save function in database call in models folder?
I was trying to display the edit page for manufacturer.
any idea?
thanks!
Looks to me like getField(‘body’) is not returning an object, and then you’re trying to call save on this non-entity.