Installing a fresh install of 9.1. It says everything has installed properly but now I get these errors.
Notice: Undefined index: link1 in /var/www/vhosts/learning2/breakout/templates_c/c_1ef20ce3d40db3ec68f39d97694c4927.php on line 123
Notice: Undefined index: text1 in /var/www/vhosts/learning2/breakout/templates_c/c_1ef20ce3d40db3ec68f39d97694c4927.php on line 125
Notice: Undefined index: link2 in /var/www/vhosts/learning2/breakout/templates_c/c_1ef20ce3d40db3ec68f39d97694c4927.php on line 126
Notice: Undefined index: text2 in /var/www/vhosts/learning2/breakout/templates_c/c_1ef20ce3d40db3ec68f39d97694c4927.php on line 128
Notice: Undefined index: link3 in /var/www/vhosts/learning2/breakout/templates_c/c_1ef20ce3d40db3ec68f39d97694c4927.php on line 129
Notice: Undefined index: text3 in /var/www/vhosts/learning2/breakout/templates_c/c_1ef20ce3d40db3ec68f39d97694c4927.php on line 131
Notice: Undefined index: link4 in /var/www/vhosts/learning2/breakout/templates_c/c_1ef20ce3d40db3ec68f39d97694c4927.php on line 132
Notice: Undefined index: text4 in /var/www/vhosts/learning2/breakout/templates_c/c_1ef20ce3d40db3ec68f39d97694c4927.php on line 134
Here are the following lines in the file:
<?php if ($this->_vars['navbar_where']['link1'] != ""): ?> » <a href="<?php echo $this->_vars['navbar_where']['link1']; ?>
"><?php echo $this->_vars['navbar_where']['text1']; ?>
</a><?php elseif ($this->_vars['navbar_where']['text1'] != ""): ?> » <?php echo $this->_vars['navbar_where']['text1']; endif; ?>
<?php if ($this->_vars['navbar_where']['link2'] != ""): ?> » <a href="<?php echo $this->_vars['navbar_where']['link2']; ?>
"><?php echo $this->_vars['navbar_where']['text2']; ?>
</a><?php elseif ($this->_vars['navbar_where']['text2'] != ""): ?> » <?php echo $this->_vars['navbar_where']['text2']; endif; ?>
<?php if ($this->_vars['navbar_where']['link3'] != ""): ?> » <a href="<?php echo $this->_vars['navbar_where']['link3']; ?>
"><?php echo $this->_vars['navbar_where']['text3']; ?>
</a><?php elseif ($this->_vars['navbar_where']['text3'] != ""): ?> » <?php echo $this->_vars['navbar_where']['text3']; endif; ?>
<?php if ($this->_vars['navbar_where']['link4'] != ""): ?> » <a href="<?php echo $this->_vars['navbar_where']['link4']; ?>
"><?php echo $this->_vars['navbar_where']['text4']; ?>
</a><?php elseif ($this->_vars['navbar_where']['text4'] != ""): ?> » <?php echo $this->_vars['navbar_where']['text4']; endif; ?>
It might be a chmod problem? I've checked everything and it looks chmod right.
Thanks!



Reply With Quote




