Closed (duplicate)
Project:
Content Approval
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 May 2014 at 22:15 UTC
Updated:
5 May 2014 at 19:52 UTC
Jump to comment: Most recent
Comments
Comment #1
System Lord commentedGot it removed. This is what I had to do. In the DB, Drop all references to content_approval (via Search > delete). Then export the DB, and then import. This will ensure that "information_schema" hasn't retained any references to content_approval. This didn't work at first because when I did the import and then look at information_schema content_approval was still there. Oddly I was able to find that there were two tables (in the DB) that doesn't show up in my initial search of "content_approval." "field_data_field_content_approval" and "field_field_content_approval." I don't understand why my search of the DB didn't find these two.
My DB and information_schema are now clean. Once I apply https://drupal.org/files/issues/add_content_approval_on_existing_node-2058181-3.patch I will try a fresh install of the dev.
(maybe the DB search function only searches within tables? i dont know. i cant understand why a search doesn't hit it)
Comment #2
System Lord commentedGot the Dev and patch installed and all seems to be working perfectly!
I created this thread more for information for others if they have the same issues. It can be closed.
Comment #3
drikc commented#2235373: Module Cannot Be Uninstalled