Active
Project:
Managing News
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Aug 2011 at 10:25 UTC
Updated:
30 Jan 2013 at 04:06 UTC
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.