Just posting a solution to a problem I ran into. I was installing TinyMCE and noticed that the setting page for it was coming up blank. I fixed this by adding the following to page.tpl.php.

<?php if ($help): print $help; endif; ?>
<?php if ($messages): print $messages; endif; ?>

Add them right before the line that contains:

<?php print $content; ?>

Comments

Jahandar’s picture

The above applies to the version available here 5.x-1.1 version available here on drupal.org. On RoopleTheme.com they have a newer version v0.13 that appears to fix this.

Anonymous’s picture

Status: Fixed » Closed (fixed)