Closed (fixed)
Project:
Page Title
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jun 2010 at 14:22 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent
Comments
Comment #1
Brian294 commentedjust 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).
Comment #2
sylv3st3r commentedQuick fix that works for me :
Edit .install
Remove function page_title_install. In other words, remove hook_install.
Comment #3
nicholasthompsonCheers guys - sorted.
It seems hook_schema() now gets called in install and uninstall automatically.