Jump to content

Fixing some errors


MathiasReker

Recommended Posts

Hello,

I get these errors on Index page and all products and CMS pages:


Notice: Undefined index: start in /*****/****/public_html/cache/smarty/compile/35/d5/8a/35d58a2d58d944085dae0364f3d52a5271a27f9f.file.header.tpl.php on line 184

Notice: Trying to get property of non-object in /*****/****/public_html/cache/smarty/compile/35/d5/8a/35d58a2d58d944085dae0364f3d52a5271a27f9f.file.header.tpl.php on line 184

Notice: Undefined index: pages_nb in /*****/****/public_html/cache/smarty/compile/35/d5/8a/35d58a2d58d944085dae0364f3d52a5271a27f9f.file.header.tpl.php on line 184

Notice: Trying to get property of non-object in /*****/****/public_html/cache/smarty/compile/35/d5/8a/35d58a2d58d944085dae0364f3d52a5271a27f9f.file.header.tpl.php on line 184

Notice: Undefined index: pages_nb in /*****/****/public_html/cache/smarty/compile/35/d5/8a/35d58a2d58d944085dae0364f3d52a5271a27f9f.file.header.tpl.php on line 191

Notice: Trying to get property of non-object in /*****/****/public_html/cache/smarty/compile/35/d5/8a/35d58a2d58d944085dae0364f3d52a5271a27f9f.file.header.tpl.php on line 191

Line 184:
 

<?php if ($_smarty_tpl->tpl_vars['start']->value!=$_smarty_tpl->tpl_vars['pages_nb']->value&&$_smarty_tpl->tpl_vars['p']->value!=1) {?>


Line 191:
 

<?php if ($_smarty_tpl->tpl_vars['pages_nb']->value>1&&$_smarty_tpl->tpl_vars['p']->value!=$_smarty_tpl->tpl_vars['pages_nb']->value) {?>

I hope anyone can tell me what is the problem. I have searched on web, but noone else seems to have this error..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...