Re: AW: AW: [fw-general] Re: Fatal error: Call to a member function setLayout() on a non-object

2011-11-28 Thread Konr Ness
Also keep in mind that the application.ini is parsed and all resources are initialized in the order they are in the file. There is no concept of dependencies or allowing a resource to bootstrap another resource. So the order that you place the resources in your file is the only way to enforce depen

Re: AW: AW: [fw-general] Re: Fatal error: Call to a member function setLayout() on a non-object

2011-11-28 Thread Razorblade
Did you registered the namespace with the autoloader? autoloaderNamespaces[] = "BQS_" // should work also with BQS without the undescore -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Fatal-error-Call-to-a-member-function-setLayout-on-a-non-object-tp41168

AW: AW: [fw-general] Re: Fatal error: Call to a member function setLayout() on a non-object

2011-11-28 Thread Marc Tempelmeier
did that, but still no view helper is found -Ursprüngliche Nachricht- Von: Razorblade [mailto:kaiohken1...@hotmail.com] Gesendet: Montag, 28. November 2011 22:16 An: fw-general@lists.zend.com Betreff: Re: AW: [fw-general] Re: Fatal error: Call to a member function setLayout() on a non

Re: AW: [fw-general] Re: Fatal error: Call to a member function setLayout() on a non-object

2011-11-28 Thread Razorblade
Try this resources.view.helperPath.BQS_View_Helper = "BQS/View/Helper" -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Fatal-error-Call-to-a-member-function-setLayout-on-a-non-object-tp4116808p4116927.html Sent from the Zend Framework mailing list archive at

AW: [fw-general] Re: Fatal error: Call to a member function setLayout() on a non-object

2011-11-28 Thread Marc Tempelmeier
prüngliche Nachricht- Von: Razorblade [mailto:kaiohken1...@hotmail.com] Gesendet: Montag, 28. November 2011 21:49 An: fw-general@lists.zend.com Betreff: [fw-general] Re: Fatal error: Call to a member function setLayout() on a non-object Try to use layout action helper instead $this->_h

[fw-general] Re: Fatal error: Call to a member function setLayout() on a non-object

2011-11-28 Thread Razorblade
Try to use layout action helper instead $this->_helper->layout()->setLayout('...'); Cheers -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Fatal-error-Call-to-a-member-function-setLayout-on-a-non-object-tp4116808p4116850.html Sent from the Zend Framework ma