I have been making a drupal theme (started from bootstrap) and all of a sudden these errors showed up and my css isn't loading anymore, so i just get the html-markup
I realy don't get why, site was working great before. Unrelated question: is there any chance of using my html/css rather than restyling everything because drupal isn't using my classes?
Notice: Undefined index: highlighted in include() (line 126 of C:\Bitnami\drupal-7.34-0\apps\drupal\htdocs\modules\system\page.tpl.php).
Notice: Undefined index: sidebar_first in include() (line 138 of C:\Bitnami\drupal-7.34-0\apps\drupal\htdocs\modules\system\page.tpl.php).
Notice: Undefined index: sidebar_second in include() (line 144 of C:\Bitnami\drupal-7.34-0\apps\drupal\htdocs\modules\system\page.tpl.php).
Notice: Undefined index: webshop in drupal_theme_initialize() (line 100 of C:\Bitnami\drupal-7.34-0\apps\drupal\htdocs\includes\theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of C:\Bitnami\drupal-7.34-0\apps\drupal\htdocs\includes\theme.inc).
Notice: Trying to get property of non-object in _theme_load_registry() (line 335 of C:\Bitnami\drupal-7.34-0\apps\drupal\htdocs\includes\theme.inc).
Notice: Undefined index: webshop in theme_get_setting() (line 1439 of C:\Bitnami\drupal-7.34-0\apps\drupal\htdocs\includes\theme.inc).
Notice: Trying to get property of non-object in theme_get_setting() (line 1486 of C:\Bitnami\drupal-7.34-0\apps\drupal\htdocs\includes\theme.inc).