I tried to install this module in Drupal 7 but it failed and showed me this message:
"DatabaseSchemaObjectExistsException: Table contemplate_files already exists. in DatabaseSchema->createTable() (line 621 of C:\wamp\www\drupal\includes\database\schema.inc)."
Comments
Comment #1
thekevinday commentedI have this problem as well.
It turns out the installation works.
The problem is that the installer now seems to install the schema by default and this should not be manually done anymore.
So what needs to be changed is:
should changed to:
and the same goes for the uninstallation part:
to
Comment #2
R2-D8 commentedDoesn't work for me either
UPDATE:
After I had deleted the contemplate tables and patched contemplate.install as posted above it seems to be working now.
Comment #3
molave commentedThanks R2-D8! Your solution worked like a charm.
Being a noob, though, and overly cautious, I didn't really delete the tables but only renamed them. Here's exactly what I did for future non-techies like me:
That did it for me.
UPDATE:
Uh-oh, I think I celebrated too early. The above steps installed Contemplate, alright. But after creating my first pane, I did a test view and got the following error:
So I guess it's back to the drawing board until I figure this out.
Thanks.
Comment #4
Alex8452 commentedThis works for me. I mean thekevinday's solution.
Comment #5
rosko commentedThis took me a few turns. After the initial attempt didn't work I had to delete the contemplate tables and also remove it's entry from the system table. Then I followed the changes from thekevinday on the 2010-Sep-15 dev version. (I don't think it worked when I did his changes on the the alpha 1 2010-Jun-13 version). The module didn't present itself at the top level of Structure, but I did find its UI at http://site.com/#overlay=%3Fq%3Dadmin%252Fstructure%252Ftypes%252Ftemplates
Comment #6
dgtlmoon commentedduplicate of #937368: Enabling module error.