Module missing warning: md_field_social

jamesheckman8's picture
jamesheckman8
Mon, 07/11/2016 - 03:06
#1
Module missing warning: md_field_social

After updating my MD Bigstream themed site to Drupal Core 7.50 I get the following message:


User warning: The following module is missing from the file system: md_field_social. In order to fix this, put the module back in its original location. For more information, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1128 of/home/jamesheckman9/public_html/includes/bootstrap.inc).


I cannot find md_field_social module in the install.

phuonght's picture
phuonght
Mon, 07/11/2016 - 03:33

Hi,

Please send us your site admin account by private comment. We would like to have a check.

jamesheckman8's picture
jamesheckman8
Mon, 07/11/2016 - 03:37

Have you upgraded any Bigstream sites to Drupal 7.5?

phuonght's picture
phuonght
Mon, 07/11/2016 - 04:10

Please open file site\all\module\custom\md_theme\md_theme.module, add following code to the end of file:

function md_theme_update_7100() {
db_delete('system')
->condition(db_or()
->condition('name', 'field_collection', '=')
->condition('name', 'md_field_social', '=')
)
->execute();
return st('Fix bug "User warning: The following module is missing from the file system: ..."');
}

then run update.php.

Also, please remember to clear cache.

jamesheckman8's picture
jamesheckman8
Mon, 07/11/2016 - 12:58

Thanks Phuonght, that patch fixed the error!

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.