All tables appear in 'missing' as well as in 'extra'.

Comments

nardberjean’s picture

Title: database prefix without '_' unsupported » database prefix (without '_') unsupported

It appears also with '_'.

karschsp’s picture

Assigned: Unassigned » karschsp
Status: Active » Needs work
StatusFileSize
new492 bytes

Since the whole DB layer changed in D7, there were some pretty big changes to table prefixes. See #195416: Table prefixes should be per database connection for details. In essence, since you can now have multiple DBs, each DB can potentially have a separate prefix.

So, I don't have time tonight to work through this, but attached is a patch that will remove the tables from 'Extra' assuming you're just using a single database.

cluther’s picture

subscribe

rosk0’s picture

subscribe

OnkelTem’s picture

Priority: Normal » Critical

W/o prefixing support - please tell me who needs the module?

fgm’s picture

Priority: Critical » Major
Status: Needs work » Needs review
StatusFileSize
new805 bytes

So, here is a first stab at a patch. It is very crude, only working on the default database and making lots of assumptions, but at least in my case it seems to work locally.

Downgrading issue to major since makes the module almost (completely ?) useless, but does not make the site unusable.

fgm’s picture

StatusFileSize
new657 bytes

Patch was rolled from a site root. Rerolled from module directory.

andypost’s picture

Version: 7.x-1.0-beta3 » 7.x-1.x-dev
Status: Needs review » Reviewed & tested by the community

@fgm thanx a lot! it really works

OnkelTem’s picture

@fgm

Downgrading issue to major since makes the module almost (completely ?) useless, but does not make the site unusable.

Sorry, I didn't know that `critical` is for such cases.

colan’s picture

Title: database prefix (without '_') unsupported » Database prefix (without '_') unsupported
Status: Reviewed & tested by the community » Fixed

Committed in 099cb59.

Status: Fixed » Closed (fixed)

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