Closed (won't fix)
Project:
Popup
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
4 May 2011 at 15:34 UTC
Updated:
11 Aug 2013 at 13:29 UTC
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
Comment #1
andjsmit commentedTaking a clue from #1125472: Call to undefined function _popup_node, looks like adding
just above line causing error fixes issue. Working for me so far.
Comment #2
Josephnewyork commentedI 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:(
Comment #3
Scheepers de Bruin commentedNo longer supported
Comment #4
mohitesachin217 commented#1 That worked Perfect Thanks ...!