After installing and enabling popup block, get the following error on pages that should be displaying popup block. Fatal Error: Call to undefined function popup_element().... /popup_block.module on line 87.

Comments

andjsmit’s picture

Taking a clue from #1125472: Call to undefined function _popup_node, looks like adding

module_load_include('inc', 'popup', 'includes/popup.api');

just above line causing error fixes issue. Working for me so far.

Josephnewyork’s picture

I fixed it here:
http://drupal.org/node/1122452#comment-4344318

I'm not sure why this isn't fix hasn't been pushed yet. Its the only hack on my sites. x:(

Scheepers de Bruin’s picture

Status: Active » Closed (won't fix)

No longer supported

mohitesachin217’s picture

Version: 6.x-3.22 » 7.x-1.0
Assigned: Unassigned » mohitesachin217

#1 That worked Perfect Thanks ...!