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?
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
Comment #1
nicholas.alipaz commentedditto, just installed this.
Comment #2
nicholas.alipaz commentedI 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);Comment #3
Crell commentedOh blast. My fault. Some stray debug code got into the stable release. Fixed in dev. I'll roll a new stable shortly.
Comment #4
nicholas.alipaz commentedfixed for me, thanks
Comment #5
nicholas.alipaz commented