Notice: Undefined index: view - Joomla! Forum - community, help and support
i getting error:
notice: undefined index: view in c:\wamp\www\vicious\templates\viciousfishing\index.php on line 82
and line 82 this:
<?php if ($_get['view'] == 'frontpage') { ?>
<div class="splash">
<jdoc:include type="modules" name="top" style="none" />
</div>
<?php } ?>
what error mean , how can fix it?
notice: undefined index: view in c:\wamp\www\vicious\templates\viciousfishing\index.php on line 82
and line 82 this:
<?php if ($_get['view'] == 'frontpage') { ?>
<div class="splash">
<jdoc:include type="modules" name="top" style="none" />
</div>
<?php } ?>
what error mean , how can fix it?
that notice variable has not been initialised before used, nothing worry about. can change level of error reporting through setting in php.ini file.
Comments
Post a Comment