The line 83 in the mn_core.module reads:
$vid = db_result(db_query("SELECT vid FROM vocabulary WHERE module = 'features_tags'"));
This gives a "user warning: Table '[db].vocabulary' doesn't exist query: SELECT vid FROM vocabulary WHERE module = 'features_tags' in /[path]/profiles/managingnews/modules/features/mn_core/mn_core.module on line 83.
It should have a prefix variable before "vocabulary".
Comments
Comment #1
sistematico commentedSame here.
Changing vocabulary to mn_vocabulary fix the issue.