Closed (fixed)
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2010 at 13:58 UTC
Updated:
30 Jul 2010 at 12:00 UTC
I am using D7 Alpha 3. When I enable the Page Title module, the Module screen comes back with just this error message:
DatabaseSchemaObjectExistsException: Table <em class="placeholder">page_title</em> already exists. in DatabaseSchema->createTable() (line 544 of /includes/database/schema.inc).
The Module menu does not appear. I had to use the back button on the browser to get back to a Module screen that would allow me to disable the module. Via PHPMyAdmin I dropped the table, and tried again. I received the same error message.
Comments
Comment #1
hummingbird commentedThis is happening in my Drupal 7.0 alpha 5 install, too. After the fatal error, the module doesn't show up anywhere to configure its options, too.
Comment #2
tsvenson commentedFor alpha 5 the error is:
Note: line 605 instead of 544 as for alpha 3.
Comment #3
nicholasthompsonJust fixed this in issue #821684: DatabaseSchemaObjectExistsException: Table already exist
Cheers guys
Comment #4
tsvenson commentedGreat. Will give it a spin over the weekend. Thanks.