Our FAQ's
  • Increase font size
  • Default font size
  • Decrease font size
You are here: Home Our FAQ's Joomla 1.7 "Notice" error

Joomla 1.7 "Notice" error

Print PDF

In index.php of the template replace:

<?php if ($this->getBuffer('message')) : ?>
<div class="error">
<h2>
<?php echo JText::_('JNOTICE'); ?>
</h2>
<jdoc:include type="message" />
</div>
<?php endif; ?>

with

<jdoc:include type="message" />

In some templates this change is in container.php which is inside template_name/include/blocks

Login Form