Fatal error: Call to undefined function: dprint_r() in /usr/home/xxxxx/forsakrad.se/public_html/d/modules/relationship/debug.inc on line 114

Comments

kmo’s picture

I would note that dprint_r() is part of the devel.module

dman’s picture

Yeah, just some debug stuff left in there.
dsm() is shorthand for 'Drupal_set_message()' I use to dump bits of output to the status window.
Although I'm not sure exactly which page called it that time, I've stripped out some refs to it, and made the debug.inc check if the devel module is available...
Should be fixed in cvs.

This evening I also merged the 4.7 branch back to being 'HEAD'. Sometimes I get mixed up between tagging and branching and sticky and stuff.
Stick with CVS HEAD again, but either get it manually or wait until the tarball rebuild date changes.

dman’s picture

Status: Active » Closed (fixed)

Long fixed or dead. Time to clean up the queue.