Error with page_title
DatabaseSchemaObjectExistsException: Table page_title already exists. in DatabaseSchema->createTable() (line 605 of /home/landi578/domains/lundiak.in.ua/public_html/includes/database/schema.inc)

just install, enable and what I have.

Comments

Brian294’s picture

just did a fresh install of drupal 7 (alpha 5) and fresh install of page_title 7.x-2.x-dev, got this message too:

DatabaseSchemaObjectExistsException: Table page_title already exists. in DatabaseSchema->createTable() (line 605 of /home/yadadrop/domains/drupal7.yadadrop.com/public_html/includes/database/schema.inc).

sylv3st3r’s picture

Quick fix that works for me :
Edit .install
Remove function page_title_install. In other words, remove hook_install.

nicholasthompson’s picture

Status: Active » Fixed

Cheers guys - sorted.

It seems hook_schema() now gets called in install and uninstall automatically.

Status: Fixed » Closed (fixed)
Issue tags: -SEO, -Page title, -page_title

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