Hello,

i get the Error if i run cron,
Fatal error: Call to undefined function _popup_node() in ..modules/popup/popup/modules/popup_ui/popup_ui.module on line 190

Comments

Scheepers de Bruin’s picture

Eish... add:

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

to line 183.

imclean’s picture

Thanks, #1 works for me. Will this be committed soon?

BD3’s picture

Perhaps I am doing something wrong here. I added #1 to line 183 to get the following:

foreach($styles as $style => $path){
    module_load_include('inc', 'popup', 'includes/popup.api');
    $theme += _popup_theme_array(_popup_title_to_key($style), $path);
  }

But I still receive the error when visiting a page with the module running: Fatal error: Call to undefined function _popup_node() in .../modules/popup/modules/popup_ui/popup_ui.module on line 190

Did I not add it to the correct place?

Scheepers de Bruin’s picture

Status: Active » Closed (won't fix)

No longer supported