Closed (won't fix)
Project:
Salesforce Suite
Version:
7.x-1.x-dev
Component:
sf_prematch
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2011 at 08:24 UTC
Updated:
2 Jul 2011 at 17:02 UTC
While installing sub-module in salesforce I am getting this error.
DatabaseSchemaObjectExistsException: Table salesforce_prematch already exists. in DatabaseSchema->createTable() (line 630 of /var/www/drupal-7/includes/database/schema.inc).
This problem is related to this one
http://drupal.org/node/821684#comment-3210394
'nicholasThompson' is saying in his comment
"It seems hook_schema() now gets called in install and uninstall automatically"
If I am commenting hook_install then this problem is not comming.
/**
* Implementation of hook_install().
*/
/*function sf_prematch_install() {
drupal_install_schema('sf_prematch');
}*/
Comments
Comment #1
vasikei confirm this
Comment #2
EvanDonovan commentedThis branch is about to be deprecated. Cf. #1197906: Release New 7.x-2.x Branch (as -dev). Will mark this "Closed (won't fix)" when that happens.
Comment #3
EvanDonovan commentedFixed in 2.x & this branch is deprecated.