Hi all, apologies in advance as I am a new Drupal user.

I made a Page with Panels and MiniPanels on a sub-site (multi-site situation) and created a new Feature so I could export the files and move them with Git.

I realised that what I was making should've been a Global Feature, accessible to all sub-sites.

I took my Feature files and moved them from root/sites/mysite.com/modules/features/ to root/all/modules/features/global/ and cleared my cache.

Now, however, on my site I cannot get the Features working again. The Panel Variant and Mini Panels I created are no longer present.

The Feature I created is still there, but no longer contains the Components.

Is there a way to get my sub-site to read features from the parent/global site?

Comments

Jlols’s picture

I ran `drush en feature_name` and it seems to have 'refreshed' it and made it work.