Fatal error: Call to undefined function: dprint_r() in /usr/home/xxxxx/forsakrad.se/public_html/d/modules/relationship/debug.inc on line 114
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
Comment #1
kmo commentedI would note that
dprint_r()is part of the devel.moduleComment #2
dman commentedYeah, 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.
Comment #3
dman commentedLong fixed or dead. Time to clean up the queue.