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

hummingbird’s picture

This 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.

tsvenson’s picture

For alpha 5 the error is:

DatabaseSchemaObjectExistsException: Table <em class="placeholder">page_title</em> already exists. in DatabaseSchema->createTable() (line 605 of D:\wamp\www\d7\includes\database\schema.inc).

Note: line 605 instead of 544 as for alpha 3.

nicholasthompson’s picture

Status: Active » Fixed
tsvenson’s picture

Great. Will give it a spin over the weekend. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.