After that I activate it, I get this errorr on modules page:
* user warning: Duplicate entry 'control_content' for key 2 query: INSERT INTO views_view (name, description, tag, view_php, base_table, is_cacheable) VALUES ('control_content', 'Total Control over content: Contains an administration page for content.', 'total_control', '', 'node', 0) in MYSITE/sites/all/modules/views/includes/view.inc on line 1709.
* user warning: Duplicate entry 'control_content_panes' for key 2 query: INSERT INTO views_view (name, description, tag, view_php, base_table, is_cacheable) VALUES ('control_content_panes', 'Total Control over content: Contains content panes for your dashboard.', 'total_control', '', 'node', 0) in MYSITE/sites/all/modules/views/includes/view.inc on line 1709.
What it mean? How I can patch it?
Comments
Comment #1
jenlamptonThis error is occuring becuase you did not delete your Total Control views (per the update instructions on the module page) before enabling the module. I will try to make the module smarter so that it won't replace existing views, so you can keep your modifications - this is actually quite important so I'm bumping it up in priority.
To proceed - please either delete your existing Total Control views, or wait for a patch.
Jen
Comment #2
jenlamptonmarking as fixed, please reopen if necessary.