Devel Krumo not rendered, because it requires $messages printed on page template.

Consider this endpoint for desperate Googlers. Just add <?php if ($messages): ?><?php print $messages; ?><?php endif; ?> back in page.tpl.php.

As for fix, maybe Blockify could add this in documentation? Or maybe this is bug?

Comments

chrisrikli’s picture

Thank you. I figured this was the case but your post was the confirmation I needed.

jpoesen’s picture

Status: Active » Closed (works as designed)

Thanks mansspams. This is not a bug. If you remove $messages from your template.php without putting it back in through blockify, anything that tries to output something through $messages (like krumo) will obviously fail.

I've added a note to the readme.
Thanks.
J.

  • jpoesen committed 0ca7824 on 7.x-1.x
    Issue #2134829 Add usage info to readme.
    
quex’s picture

I've made workaround for this, more details https://www.drupal.org/node/1710468#comment-9458975

nerdoc’s picture

Issue summary: View changes