Got the following error when trying to install. I tried with both the latest DEV and BETA branches.

DatabaseSchemaObjectExistsException: Table jabber already exists. in DatabaseSchema->createTable() (line 657 of /public_html/d7/includes/database/schema.inc).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Digital Fire’s picture

Priority: Critical » Normal
Barnettech’s picture

I find that Drupal doesn't always update tables well when a module is uninstalled. Try uninstalling the module and the installing it again. If that doesn't work. Uninstall jabber. Then delete the jabber table manually. Then re-enable the jabber module again.

Barnettech’s picture

Status: Active » Needs review
fraweg’s picture

Hello

I have the same error.

Try uninstalling the module and the installing it again. If that doesn't work. Uninstall jabber. Then delete the jabber table manually. Then re-enable the jabber module again.

I do that but always the same error. There is also no "/admin/settings/jabber" to configure this modul

Best regards
Frank

Anonymous’s picture

Getting same error on first install of Jabber. Is it possible another module has created a table called "jabber"?

Barnettech’s picture

Status: Needs review » Closed (cannot reproduce)

When drupal gives you this error, try uninstalling the module (don't just disable it). It will remove the jabber table. Then reinstalling you'll be able to succeed in creating the jabber table.

morphay’s picture

Status: Closed (cannot reproduce) » Active
FileSize
44.45 KB
36.92 KB

can not be removed because:

delete

but when I installed the module, then I got this:

install

Barnettech’s picture

if you have to you can always just uninstall the module, then delete the jabber table from mysql. But uninstalling (not disabling) the module should delete the tables. After the table is deleted you can try reinstalling jabber.

Digital Fire’s picture

That's what it is supposed to do. But it is not doing that. So maybe a possible patch will fix the issue?

John Franklin’s picture

I'm getting this on a fresh database.

John Franklin’s picture

It looks like hook_install and hook_uninstall can be removed entirely. The functionality there is already performed by Drupal core.

John Franklin’s picture

[remote dup] (really Drupal? You can't prevent double submit of a form?)

John Franklin’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
428 bytes

Attached patch will fix the problem.

Matt V.’s picture

Status: Needs review » Reviewed & tested by the community

I reviewed the patch and tested it. It applied cleanly and resolved the install and uninstall errors I had been getting.

John Franklin’s picture

Status: Reviewed & tested by the community » Fixed

Patch committed.

  • John Franklin committed 4afae45 on 7.x-1.x
    Issue #1794034 by John Franklin: Remove schmea install and uninstall...

Status: Fixed » Closed (fixed)

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