Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I am using "Model Entities" for creating custom entity.

How can i embed this new entity form into another page (in another module), not admin UI?

On submit I get this error "Call to undefined method stdClass::save()".

I already tried to include files, like they are in hook_menu but it doesn't make any difference..

share|improve this question
Could you paste all your code? It's very hard to tell right now what could be the problem given what you said in the question. – Pontus Nilsson Jul 31 at 6:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.