php - Theme is not appearing in Appearance for multi site in Drupal 7 -


i using drupal 7 , trying make multisite using same database, using domain access , domain theme modules. default site using /sites/all folder theme , module , site have created folder in location /sites/example.com , create module , theme folder , setting.php example.com folder , place theme & module relevant folder.

now theme put directory /sites/example.com/themesis not appearing appearance section end main site. , domain site showing appearance section. when enable theme domain site enabled after refreshing main site again disable domain site.

for condition did not find theme domain theme setting section.and if go setting of home/administration/appearance section , select example theme showing following error.

notice: undefined index: example in system_theme_settings() (line 404 of /modules/system/system.admin.inc).  notice: trying property of non-object in system_theme_settings() (line 404 of /modules/system/system.admin.inc).  warning: in_array() expects parameter 2 array, null given in system_theme_settings() (line 442 of /modules/system/system.admin.inc).  notice: undefined index: example in system_theme_settings() (line 547 of /modules/system/system.admin.inc).  notice: trying property of non-object in system_theme_settings() (line 547 of /modules/system/system.admin.inc).  notice: undefined index: example in system_theme_settings() (line 575 of /modules/system/system.admin.inc).  notice: trying property of non-object in system_theme_settings() (line 575 of /modules/system/system.admin.inc).  notice: undefined index: example in system_help() (line 103 of /modules/system/system.module).  notice: trying property of non-object in system_help() (line 104 of /modules/system/system.module). 

can please tell me how can resolve theme issue create multi-site in drupal 7 using domain theme , domain access module??

couple things for:

  • does theme require parent theme, or engine, might not enabled?
  • have cleared site cache since installing theme?

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -