goes like this:

Fatal error: Call to undefined function dpm() in /home/adpost/domains/example.com/public_html/sites/all/modules/filterbynodetype/filterbynodetype.module on line 58

any clues?

Comments

nicholas.alipaz’s picture

ditto, just installed this.

nicholas.alipaz’s picture

I noticed that the last release had line 58 commented out, so I followed suit and it fixed the error:

Change I made in filterbynodetype.module, line 58 changed to:
//dpm($form_state);

Crell’s picture

Status: Active » Fixed

Oh blast. My fault. Some stray debug code got into the stable release. Fixed in dev. I'll roll a new stable shortly.

nicholas.alipaz’s picture

Assigned: Unassigned » nicholas.alipaz

fixed for me, thanks

nicholas.alipaz’s picture

Status: Fixed » Closed (fixed)