PHP Fatal error: Call to undefined method view::render_exposed_form() in /sites/all/modules/views/plugins/views_plugin_display.inc on line 2077
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views-exposed_form-block-fix.patch | 864 bytes | dagmar |
| #1 | views-exposed_form-block-fix.patch | 629 bytes | dawehner |
Comments
Comment #1
dawehnerThis was only, when the exposed form was exposed as block.
Comment #2
bwynants commentedpatch works, thx
Comment #3
dagmarFor compatibility with #503452: Retool exports to drill down properly I have changed $this->get_exposed_form_plugin() to $this->get_plugin('exposed_form');
Comment #4
bwynants commented#3 does not work
PHP Fatal error: Call to a member function render_exposed_form() on a non-object in /Users/bwynants/Sites/www.goju-andy.local/sites/all/modules/views/plugins/views_plugin_display... on line 2079
Comment #5
dagmarMmm, it is weird. both 1# and #3 worked for me.
Well, I think that #1 is ok, but it will require a rerroll of #503452: Retool exports to drill down properly later.
Comment #6
bwynants commentedcould it be it did not work because I did not apply #503452: Retool exports to drill down properly
Comment #7
bwynants commentedafter syncing to the latest version patch in #3 works and #1 doesn't work any longer
Comment #8
merlinofchaos commentedCommitted to 6.x-3.x
Comment #9
dawehnerand fixed