I get errors on my local host site but not on live server, same files...

I can't figure out what the problem is because the erros shows up regardless of the theme...I'm at a loss..!

Notice: Undefined index: featured in include() (line 159 of C:\aquiasites\xuzo\sites\all\themes\bootstrap_subtheme_local\templates\page.tpl.php).
Notice: Undefined index: featured_2 in include() (line 191 of C:\aquiasites\xuzo\sites\all\themes\bootstrap_subtheme_local\templates\page.tpl.php).
Notice: Undefined index: featured_3 in include() (line 275 of C:\aquiasites\xuzo\sites\all\themes\bootstrap_subtheme_local\templates\page.tpl.php).
Notice: Undefined index: featured_4 in include() (line 287 of C:\aquiasites\xuzo\sites\all\themes\bootstrap_subtheme_local\templates\page.tpl.php).

And with other theme:

Notice: Undefined index: sidebar_first in include() (line 33 of C:\aquiasites\xuzo\themes\garland\page.tpl.php).
Notice: Undefined index: highlighted in include() (line 41 of C:\aquiasites\xuzo\themes\garland\page.tpl.php).
Notice: Undefined index: sidebar_second in include() (line 61 of C:\aquiasites\xuzo\themes\garland\page.tpl.php).

Notice: Undefined index: help in include() (line 22 of C:\aquiasites\xuzo\themes\seven\page.tpl.php).

Comments

Jaypan’s picture

It means you have a module that is trying to do something in those regions even when they don't exist.

Take a backup of your database, and start disabling modules one at a time until the error goes away. Then you'll know what module it is. Install the backup you took when you're done.

jmcerda’s picture