By MatejLach on
I installed and enabled the Skinr module and also the fusion theme, but I am getting the following error:
"notice: Undefined index: base theme in mywebpath/modules/system/system.module on line 942."
(mywebpath) is url of my web,
- and I really don´t know what´s wrong, so if anyone can help I would be very happy,
Comments
.
Set
error_reporting = E_ALL & ~E_NOTICEin php.ini to silence PHP's "notices".While core Drupal is E_ALL compliant, most contributed modules are not, and you get these notices which in turn cause more problems on the page.