PHP Fatal error: Call to undefined method view::render_exposed_form() in /sites/all/modules/views/plugins/views_plugin_display.inc on line 2077

Comments

dawehner’s picture

Status: Active » Needs review
StatusFileSize
new629 bytes

This was only, when the exposed form was exposed as block.

bwynants’s picture

Status: Needs review » Reviewed & tested by the community

patch works, thx

dagmar’s picture

StatusFileSize
new864 bytes

For compatibility with #503452: Retool exports to drill down properly I have changed $this->get_exposed_form_plugin() to $this->get_plugin('exposed_form');

bwynants’s picture

#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

dagmar’s picture

Mmm, 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.

bwynants’s picture

could it be it did not work because I did not apply #503452: Retool exports to drill down properly

bwynants’s picture

after syncing to the latest version patch in #3 works and #1 doesn't work any longer

merlinofchaos’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Committed to 6.x-3.x

dawehner’s picture

Status: Patch (to be ported) » Fixed

and fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.